Difference between revisions of "Template:InfoboxPilot"

From BTAWiki
Jump to navigation Jump to search
Line 242: Line 242:
 
     <th style="text-align:center;" colspan=2>Tags</th>
 
     <th style="text-align:center;" colspan=2>Tags</th>
 
   </tr>
 
   </tr>
 
  {{#if:{{{pilottag1|}}}|
 
  <tr><td>{{{pilottag1}}}</td>
 
  }}
 
  
  {{#if:{{{pilottag2|}}}|
+
{{#if:{{{pilottag1|}}}|
  <td>{{{pilottag2}}}</td></tr>
+
    <tr><td>{{{pilottag1}}}</td>
  }}
 
  
  {{#if:{{{pilottag3|}}}|
+
}}{{#if:{{{pilottag2|}}}|
  <tr><td>{{{pilottag3}}}</td>
+
    <td>{{{pilottag2}}}</td></tr>
  }}
 
  
  {{#if:{{{pilottag4|}}}|
+
}}{{#if:{{{pilottag3|}}}|
  <td>{{{pilottag4}}}</td></tr>
+
    <tr><td>{{{pilottag3}}}</td>
  }}
 
  
  {{#if:{{{pilottag5|}}}|
+
}}{{#if:{{{pilottag4|}}}|
  <tr><td>{{{pilottag5}}}</td>
+
    <td>{{{pilottag4}}}</td></tr>
  }}
 
  
  {{#if:{{{pilottag6|}}}|
+
}}{{#if:{{{pilottag5|}}}|
  <td>{{{pilottag6}}}</td></tr>
+
    <tr><td>{{{pilottag5}}}</td>  
  }}
 
  
  {{#if:{{{pilottag7|}}}|
+
}}{{#if:{{{pilottag6|}}}|
  <tr><td>{{{pilottag7}}}</td>
+
    <td>{{{pilottag6}}}</td></tr>
  }}
 
  
  {{#if:{{{pilottag8|}}}|
+
}}{{#if:{{{pilottag7|}}}|
  <td>{{{pilottag8}}}</td></tr>
+
    <tr><td>{{{pilottag7}}}</td>
  }}
 
  
  {{#if:{{{pilottag9|}}}|
+
}}{{#if:{{{pilottag8|}}}|
  <tr><td>{{{pilottag9}}}</td>
+
    <td>{{{pilottag8}}}</td></tr>
  }}
 
  
  {{#if:{{{pilottag10|}}}|
+
}}{{#if:{{{pilottag9|}}}|
  <td>{{{pilottag10}}}</td></tr>
+
    <tr><td>{{{pilottag9}}}</td>
  }}
 
  
  {{#if:{{{pilottag11|}}}|
+
}}{{#if:{{{pilottag10|}}}|
  <tr><td>{{{pilottag11}}}</td>
+
    <td>{{{pilottag10}}}</td></tr>
  }}
 
  
  {{#if:{{{pilottag12|}}}|
+
}}{{#if:{{{pilottag11|}}}|
  <td>{{{pilottag12}}}</td></tr>
+
    <tr><td>{{{pilottag11}}}</td>
  }}
+
 
 +
}}{{#if:{{{pilottag12|}}}|
 +
    <td>{{{pilottag12}}}</td></tr>
 +
}}
 +
</tr>
 
</table>
 
</table>
  

Revision as of 12:00, 11 January 2021

InfoboxPilot
General Data
Statistics
Abilities
Tags

Basic template to create Infoboxes for Pilots. Example below. If you do not want a pilot ability to show, please delete it, it will only show if any value is entered for the pilot ability name. Any unused or blank fields will not display.

{{InfoboxPilot
|callsign = Aether
|pilotimage = Aether.png
|pilotname = Blue Winds
|age = 23
|gender = Female 
|faction = Aurigan Restoration
|health = 3
|gunnery = 3
|piloting = 6
|guts = 3
|tactics = 1
|multitarget = yes
|battlelord = yes
|precisionmaster = yes
|ballisticmaster = yes
|energymaster = yes
|missilemaster = yes
|stonecold = yes
|surefooting = yes
|phantom = yes
|acepilot = yes
|invisibletarget = yes
|sprinter = yes
|bulwark = yes
|shieldedstance = yes
|juggernaut = yes
|brawler = yes
|defensiveformation = yes
|sensorlock = yes
|targetprediction = yes
|mastertactician = yes
|knifefighter = yes
|eagleeye= yes
|pilottag1 = Aurigan
|pilottag2 = Brave
|pilottag3 = Military
|pilottag4 = Rebellious
|pilottag5 = 
|pilottag6 = 
|pilottag7 = 
|pilottag8 = 
|pilottag9 =
|pilottag10 = 
|pilottag11 = 
|pilottag12 =  
}}