Changes

m
no edit summary
Line 121: Line 121:  
       local fleetNote = fleetType .. ' (Variant ' .. i .. ')'
 
       local fleetNote = fleetType .. ' (Variant ' .. i .. ')'
 
       if fleet.f2p and fleet.f2p > 0 then
 
       if fleet.f2p and fleet.f2p > 0 then
         fleetNote = fleetNote .. " '''{{color|green|{{tooltip|F2P|"  .. fleet.f2p ..  " samples}}}}'''"
+
         fleetNote = fleetNote .. " '''{{color|green|{{tooltip|Regular|"  .. fleet.f2p ..  " samples}}}}'''"
 
       end
 
       end
 
       if fleet.p2w and fleet.p2w > 0 then
 
       if fleet.p2w and fleet.p2w > 0 then
         fleetNote = fleetNote .. " '''{{color|red|{{tooltip|P2W|"  .. fleet.p2w ..  " samples}}}}'''"
+
         fleetNote = fleetNote .. " '''{{color|red|{{tooltip|Powerful|"  .. fleet.p2w ..  " samples}}}}'''"
 
       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,926

edits