Changes

m
no edit summary
Line 61: Line 61:  
!Ship
 
!Ship
 
!Lv.
 
!Lv.
!colspan="4"|Equipment
+
!Equipment
 
![[File:Icon HP.png]]
 
![[File:Icon HP.png]]
 
![[File:Icon Gun.png]]
 
![[File:Icon Gun.png]]
Line 134: Line 134:  
           result,
 
           result,
 
           string.format(
 
           string.format(
             '|-\n|%s||%s||%s||%s||%s||%s||%s||%s||%s||%s||%s',
+
             '|-\n|%s||%s||style="text-align:left;white-space:nowrap"|%s%s%s%s%s||%s||%s||%s||%s||%s',
 
             getShipCard(ship.ship),
 
             getShipCard(ship.ship),
 
             ship.level,
 
             ship.level,
             ship.equipment[1] and getEquipmentCard(ship.equipment[1]) or 'style="background:grey;width:100px"| ',
+
             ship.equipment[1] and getEquipmentCard(ship.equipment[1]) or '',
             ship.equipment[2] and getEquipmentCard(ship.equipment[2]) or 'style="background:grey;width:100px"| ',
+
             ship.equipment[2] and getEquipmentCard(ship.equipment[2]) or '',
             ship.equipment[3] and getEquipmentCard(ship.equipment[3]) or 'style="background:grey;width:100px"| ',
+
             ship.equipment[3] and getEquipmentCard(ship.equipment[3]) or '',
             ship.equipment[4] and getEquipmentCard(ship.equipment[4]) or 'style="background:grey;width:100px"| ',
+
             ship.equipment[4] and getEquipmentCard(ship.equipment[4]) or '',
 +
            ship.equipment[5] and getEquipmentCard(ship.equipment[5]) or '',
 
             type(ship.hp) == 'table' and formatHp(ship.hp, ship.maxHp) or ship.hp ~= ship.maxHp and string.format('%s/%s', ship.hp, ship.maxHp) or
 
             type(ship.hp) == 'table' and formatHp(ship.hp, ship.maxHp) or ship.hp ~= ship.maxHp and string.format('%s/%s', ship.hp, ship.maxHp) or
 
               ship.maxHp,
 
               ship.maxHp,
cssedit, gkautomate
6,926

edits