- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
Line 91:
Line 91:
− +
− +
+
+
+
+
+
no edit summary
end
end
table.insert(self._items, mw.ustring.sub(item_key, 2))
table.insert(self._items, mw.ustring.sub(item_key, 2))
else
else
count = count + 1
count = count + 1
local item = self._item_class(self:process_item_key(item_key))
local item
if item_key == "-" then
item = false
else
item = self._item_class(self:process_item_key(item_key))
end
table.insert(row, item)
table.insert(row, item)
if count % 5 == 0 then
if count % 5 == 0 then