• 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 120: Line 120:  
       end
 
       end
 
       local fleetNote = fleetType .. ' (Variant ' .. i .. ')'
 
       local fleetNote = fleetType .. ' (Variant ' .. i .. ')'
 +
      if fleet.f2p and fleet.f2p > 0 then
 +
        fleetNote = fleetNote .. " '''{{color|green|{{tooltip|F2P|"  .. fleet.f2p ..  " samples}}}}'''"
 +
      end
 
       if fleet.p2w and fleet.p2w > 0 then
 
       if fleet.p2w and fleet.p2w > 0 then
         fleetNote = fleetNote .. " '''{{color|red|P2W}}'''"
+
         fleetNote = fleetNote .. " '''{{color|red|{{tooltip|P2W|" .. fleet.p2w .. " samples}}}}'''"
      end
  −
      if fleet.f2p and fleet.f2p > 0 then
  −
        fleetNote = fleetNote .. " '''{{color|green|F2P}}'''"
   
       end
 
       end
 
       table.insert(result, string.format('|-\n!colspan="11"|%s', fleetNote))
 
       table.insert(result, string.format('|-\n!colspan="11"|%s', fleetNote))
cssedit, gkautomate
6,928

edits

Navigation menu