Difference between revisions of "Template:InfoboxChassis"

From BTAWiki
Jump to navigation Jump to search
 
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div class="infoboxchassis">
+
<table class="infoboxmech">
 +
  <tr>
 +
    <th style="text-align:center;" colspan="2">
 +
      <div class="infobox-mechname">{{{name|{{PAGENAME}}}}}</div>
 +
    </th>
 +
  </tr>
  
<table>
 
 
   <tr>
 
   <tr>
     <td colspan=2>
+
     <td class="infobox-mechimage" colspan="2">{{#if:{{{image|}}}|[[File:{{{image}}}]]}}</td>
      <div class="infobox-chassisname">{{{name|{{PAGENAME}}}}}</div>
 
    </td>
 
 
   </tr>
 
   </tr>
  
 
   <tr>
 
   <tr>
     <td colspan=2>
+
     <th style="text-align:center;" colspan="2">Technical Specifications</th>
      {{#if:{{{image|}}}|
 
        <div class="infobox-image">[[File:{{{image}}}]]</div>
 
      }}
 
    </td>
 
 
   </tr>
 
   </tr>
  
 
   {{#if:{{{class|}}}|
 
   {{#if:{{{class|}}}|
 
   <tr>
 
   <tr>
     <th>Class</th>
+
     <th align=left>Class</th>
 
     <td>{{{class}}}</td>
 
     <td>{{{class}}}</td>
 
   </tr>
 
   </tr>
Line 43: Line 41:
 
   </tr>
 
   </tr>
 
   }}
 
   }}
 +
 +
  <tr>
 +
    <th style="text-align:center;" colspan=2>Game Data</th>
 +
  </tr>
  
 
   {{#if:{{{variants|}}}|
 
   {{#if:{{{variants|}}}|
Line 57: Line 59:
 
   </tr>
 
   </tr>
 
   }}
 
   }}
 +
 +
  <tr>
 +
    <th style="text-align:center;" colspan=2>Production Information</th>
 +
  </tr>
  
 
   {{#if:{{{introduced|}}}|
 
   {{#if:{{{introduced|}}}|
Line 65: Line 71:
 
   }}
 
   }}
 
</table>
 
</table>
</div>
 
  
<noinclude>Basic template to create Infoboxes for Mech Chassis.</noinclude>
+
<noinclude>Basic template to create Infoboxes for Mech Chassis. Syntax and usage example is below:
 +
<pre>
 +
{{InfoboxChassis
 +
|name = Kingfisher
 +
|image = Kingfisher.png
 +
|class = Assault
 +
|weight = 90T
 +
|base model = Prime
 +
|type = Clan Omnimech
 +
|variants = 10
 +
|introduced =  2887
 +
}}
 +
</pre>
 +
</noinclude>

Latest revision as of 03:48, 17 November 2020

InfoboxChassis
Technical Specifications
Game Data
Production Information

Basic template to create Infoboxes for Mech Chassis. Syntax and usage example is below:

{{InfoboxChassis
|name = Kingfisher
|image = Kingfisher.png
|class = Assault
|weight = 90T
|base model = Prime
|type = Clan Omnimech
|variants = 10
|introduced =  2887
}}