• 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
no edit summary
Line 121: Line 121:  
         for i, fleet in ipairs(fleets) do
 
         for i, fleet in ipairs(fleets) do
 
             table.insert(result, string.format('|-| %s =', 'Variant ' .. i))
 
             table.insert(result, string.format('|-| %s =', 'Variant ' .. i))
 +
            if fleet.p2w then
 +
                table.insert(result, '**P2W**, ')
 +
            end
 +
            if fleet.f2p then
 +
                table.insert(result, '**F2P**, ')
 +
            end
 
             if table.getn(fleet.notes) > 0 then
 
             if table.getn(fleet.notes) > 0 then
 
                 table.insert(result, U.ijoin(fleet.notes, '<br>'))
 
                 table.insert(result, U.ijoin(fleet.notes, '<br>'))
cssedit, gkautomate
6,942

edits

Navigation menu