Difference between revisions of "Template:InfoboxPilot"

From BTAWiki
Jump to navigation Jump to search
Line 356: Line 356:
  
 
{{#if:{{{pilottag1|}}}|
 
{{#if:{{{pilottag1|}}}|
     <tr><td>{{{pilottag1}}}</td>
+
     <tr><td class="pilottag">{{{pilottag1}}}</td>
  
 
}}{{#if:{{{pilottag2|}}}|
 
}}{{#if:{{{pilottag2|}}}|
     <td>{{{pilottag2}}}</td></tr>
+
     <td class="pilottag">{{{pilottag2}}}</td></tr>
  
 
}}{{#if:{{{pilottag3|}}}|
 
}}{{#if:{{{pilottag3|}}}|
     <tr><td>{{{pilottag3}}}</td>
+
     <tr><td class="pilottag">{{{pilottag3}}}</td>
  
 
}}{{#if:{{{pilottag4|}}}|
 
}}{{#if:{{{pilottag4|}}}|
     <td>{{{pilottag4}}}</td></tr>
+
     <td class="pilottag">{{{pilottag4}}}</td></tr>
  
 
}}{{#if:{{{pilottag5|}}}|
 
}}{{#if:{{{pilottag5|}}}|
     <tr><td>{{{pilottag5}}}</td>  
+
     <tr><td class="pilottag">{{{pilottag5}}}</td>  
  
 
}}{{#if:{{{pilottag6|}}}|
 
}}{{#if:{{{pilottag6|}}}|
     <td>{{{pilottag6}}}</td></tr>
+
     <td class="pilottag">{{{pilottag6}}}</td></tr>
  
 
}}{{#if:{{{pilottag7|}}}|
 
}}{{#if:{{{pilottag7|}}}|
     <tr><td>{{{pilottag7}}}</td>
+
     <tr><td class="pilottag">{{{pilottag7}}}</td>
  
 
}}{{#if:{{{pilottag8|}}}|
 
}}{{#if:{{{pilottag8|}}}|
     <td>{{{pilottag8}}}</td></tr>
+
     <td class="pilottag">{{{pilottag8}}}</td></tr>
  
 
}}{{#if:{{{pilottag9|}}}|
 
}}{{#if:{{{pilottag9|}}}|
     <tr><td>{{{pilottag9}}}</td>
+
     <tr><td class="pilottag">{{{pilottag9}}}</td>
  
 
}}{{#if:{{{pilottag10|}}}|
 
}}{{#if:{{{pilottag10|}}}|
     <td>{{{pilottag10}}}</td></tr>
+
     <td class="pilottag">{{{pilottag10}}}</td></tr>
  
 
}}{{#if:{{{pilottag11|}}}|
 
}}{{#if:{{{pilottag11|}}}|
     <tr><td>{{{pilottag11}}}</td>
+
     <tr><td class="pilottag">{{{pilottag11}}}</td>
  
 
}}{{#if:{{{pilottag12|}}}|
 
}}{{#if:{{{pilottag12|}}}|
     <td>{{{pilottag12}}}</td></tr>
+
     <td class="pilottag">{{{pilottag12}}}</td></tr>
 
}}
 
}}
 
</tr>
 
</tr>

Revision as of 03:47, 15 February 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
|srmmaster = yes (Unique to Wulfbanes)
|designersinsight = yes (Unique to BD)
|oldmanofthemechs = yes (Unique to GrampaTex)
|sensorghost = yes (Unique to Loki)
|meleetyrant = yes (Unique to Shade)
|kentuckywindage = yes (Unique to t-bone)
|hardtokill = yes (Unique to Tex)
|laserinsulator = yes (Unique to Turtrus)
|supportmaster = yes (Unique to Aether)
|officertrainee = yes (Unique to Commander)
|bountyhunter = yes (Unique to Commander)
|specialoperative = yes (Unique to Commander)
|aerospacepilot = yes (Unique to Commander)
|offroadracer = yes (Unique to Commander)
|offworldsmuggler = yes (Unique to Commander)
|pilottag1 = Aurigan
|pilottag2 = Brave
|pilottag3 = Military
|pilottag4 = Rebellious
|pilottag5 = 
|pilottag6 = 
|pilottag7 = 
|pilottag8 = 
|pilottag9 =
|pilottag10 = 
|pilottag11 = 
|pilottag12 =  
}}