Difference between revisions of "Template:InfoboxVariant"

From BTAWiki
Jump to navigation Jump to search
(Amended example template)
(Test - adding heat damage)
Line 68: Line 68:
 
   <tr>
 
   <tr>
 
     <th>Firepower</th>
 
     <th>Firepower</th>
     <td>Max Damage: {{{maxdamage}}}{{#if:{{{maxstability|}}}|<br>Max Stability: {{{maxstability}}}}}</td>
+
     <td>Max Damage: {{{maxdamage}}}{{#if:{{{maxstability|}}}|<br>Max Stability: {{{maxstability}}}}}{{#if:{{{maxheat|}}}|<br>Max Heat: {{{maxheat}}}}}</td>
 
   </tr>
 
   </tr>
 
   }}
 
   }}
Line 219: Line 219:
 
|maxdamage =  
 
|maxdamage =  
 
|maxstability =  
 
|maxstability =  
 +
|maxheat =
 
|armor =  
 
|armor =  
 
|structure =  
 
|structure =  

Revision as of 13:15, 20 December 2020

InfoboxVariant
General Data
Stock Specifications
Hardpoints
Melee
Stock Equipment

Basic template to create Infoboxes for Mech Variants. Example below. Note that you can specify up to 12 equipment per location (raequip1, raequip2, raequip12 for example). 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.

{{InfoboxVariant
|variantname = 
|image = Mechname.png
|mechtype = 
|class = 
|weight = 
|stock role = 
|ballistic = 
|energy = 
|missile = 
|support = 
|omni = 
|speed = 
|maxdamage = 
|maxstability = 
|maxheat = 
|armor = 
|structure = 
|heatsinking = 
|alphaheat = 
|kickdamage = 
|punchdamage = 
|dfadamage = 
|meleeweapondamage = 
|enginetype = 
|coresize = 
|heatsinkkit = 
|ecooling = 
|gyro = 
|structuretype = 
|armortype = 
|headequip1 = 
|headequip2 = 
|headequip3 = 
|headequip4 = 
|ctequip1 = 
|ctequip2 = 
|ctequip3 = 
|ctequip4 = 
|ltequip1 = 
|ltequip2 = 
|ltequip3 = 
|ltequip4 = 
|ltequip5 = 
|ltequip6 = 
|ltequip7 = 
|ltequip8 = 
|ltequip9 = 
|ltequip10 = 
|ltequip11 = 
|ltequip12 = 
|rtequip1 = 
|rtequip2 = 
|rtequip3 = 
|rtequip4 = 
|rtequip5 = 
|rtequip6 = 
|rtequip7 = 
|rtequip8 = 
|rtequip9 = 
|rtequip10 = 
|rtequip11 = 
|rtequip12 = 
|laequip1 = 
|laequip2 = 
|laequip3 = 
|laequip4 = 
|laequip5 = 
|laequip6 = 
|laequip7 = 
|laequip8 = 
|laequip9 = 
|laequip10 = 
|raequip1 = 
|raequip2 = 
|raequip3 = 
|raequip4 = 
|raequip5 = 
|raequip6 = 
|raequip7 = 
|raequip8 = 
|raequip9 = 
|raequip10 = 
|llequip1 = 
|llequip2 = 
|rlequip1 = 
|rlequip2 = 
}}