Difference between revisions of "Template:InfoboxVehicle"
Jump to navigation
Jump to search
m |
m |
||
Line 40: | Line 40: | ||
<tr> | <tr> | ||
<th>Durability</th> | <th>Durability</th> | ||
− | <td>Armor: {{{armor}}} <br>Structure: {{{structure}}}</td> | + | <td>Total Armor: {{{armor}}}<br>Total Structure: {{{structure}}}<br>Front Armor: {{{frontarmor}}}<br>Left Armor: {{{leftarmor}}}<br>Right Armor: {{{rightarmor}}}<br>Rear Armor: {{{reararmor}}}<br>Turret Armor: {{{turretarmor}}}<br></td> |
</tr> | </tr> | ||
}} | }} | ||
Line 75: | Line 75: | ||
|armor = | |armor = | ||
|structure = | |structure = | ||
+ | |frontarmor = | ||
+ | |leftarmor = | ||
+ | |rightarmor = | ||
+ | |reararmor = | ||
+ | |turretarmor = | ||
|weapon1 = | |weapon1 = | ||
|weapon2 = | |weapon2 = |
Revision as of 22:42, 2 August 2021
InfoboxVehicle
|
|
---|---|
Specifications | |
Equipment |
Basic template to create Infoboxes for Turrets. Example below. Note that you can specify up to 12 equipment per location (weapons/ammo). You MUST use #1 though for the row to not be hidden. Any unused info is automatically hidden, so exclude it if you want it hidden.
{{InfoboxVehicle |vehiclename = |image = VehicleName.png |class = |maxdamage = |maxstability = |maxheat = |armor = |structure = |frontarmor = |leftarmor = |rightarmor = |reararmor = |turretarmor = |weapon1 = |weapon2 = |weapon3 = |weapon4 = |weapon5 = |weapon6 = |weapon7 = |weapon8 = |weapon9 = |weapon10 = |weapon11 = |weapon12 = |ammo1 = |ammo2 = |ammo3 = |ammo4 = |ammo5 = |ammo6 = |ammo7 = |ammo8 = |ammo9 = |ammo10 = |ammo11 = |ammo12 = }}