• 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
m
no edit summary
Line 118: Line 118:  
     for i, fleet in ipairs(fleets) do
 
     for i, fleet in ipairs(fleets) do
 
       if first then
 
       if first then
         table.insert(result, string.format(tableStart, U.ijoin(fleet.notes, ', ')))
+
         table.insert(result, string.format(tableStart, U.ijoin(fleet.maps, ', ')))
 
         first = false
 
         first = false
 
       end
 
       end
       local fleetNote = fleetType .. ' (Variant ' .. i .. ')'
+
       local fleetNote = U.ijoin(fleet.notes, ', ') .. ' : ' ..fleetType .. ' (Variant ' .. i .. ')'
 
       if fleet.f2p and fleet.f2p > 0 then
 
       if fleet.f2p and fleet.f2p > 0 then
 
         fleetNote = fleetNote .. " '''{{color|green|{{tooltip|Regular|"  .. fleet.f2p ..  " samples}}}}'''"
 
         fleetNote = fleetNote .. " '''{{color|green|{{tooltip|Regular|"  .. fleet.f2p ..  " samples}}}}'''"
cssedit, gkautomate
6,928

edits

Navigation menu