- 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 265:
Line 265:
− +
+
+
no edit summary
if row_data.ships then
if row_data.ships then
for index, ship in ipairs(row_data.ships) do
for index, ship in ipairs(row_data.ships) do
if ship ~= true then
if ship == false then
table.insert(ships, "??")
elseif ship ~= true then
link, text, section = row_data.ship_data[ship]:link()
link, text, section = row_data.ship_data[ship]:link()
if row_data.ship_names[ship] then
if row_data.ship_names[ship] then