Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:Iterator
(view source)
Revision as of 23:37, 13 July 2019
31 bytes added
,
5 years ago
m
no edit summary
Line 46:
Line 46:
if (i - 1) % 10 == 0 then
if (i - 1) % 10 == 0 then
local key = 'key' .. i
local key = 'key' .. i
−
context[key] = string.format('===No.%d-%d===', i, i - 1 + 10)
+
context[
'custom_row_' ..
key
.. '_content'
] = string.format('===No.%d-%d===', i, i - 1 + 10)
return '!' .. key
return '!' .. key
end
end
がか
cssedit, gkautomate
7,064
edits