Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:NanaminFleet
(view source)
Revision as of 06:28, 20 April 2015
85 bytes added
,
9 years ago
m
no edit summary
Line 280:
Line 280:
for i = 1, #drops do
for i = 1, #drops do
content = content .. drops[i] .. " "
content = content .. drops[i] .. " "
−
if i % 4 == 0 then content = content .. "<br />" end
+
if i % 4 == 0 then
+
content = mw.ustring.sub(content, 1, -2)
+
content = content .. "<br />"
+
end
end
end
table.insert(self._rows, format{self._added_cell_template,
table.insert(self._rows, format{self._added_cell_template,
Nanamin
48
edits