Difference between revisions of "Template:InfoboxChassis"
Jump to navigation
Jump to search
(9 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
<tr> | <tr> | ||
− | <td class="infobox-mechimage" colspan="2"> | + | <td class="infobox-mechimage" colspan="2">{{#if:{{{image|}}}|[[File:{{{image}}}]]}}</td> |
− | |||
− | [[File:{{{image}}}]] | ||
− | |||
− | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <th style="text-align:center | + | <th style="text-align:center;" colspan="2">Technical Specifications</th> |
</tr> | </tr> | ||
Line 47: | Line 43: | ||
<tr> | <tr> | ||
− | <th style="text-align:center | + | <th style="text-align:center;" colspan=2>Game Data</th> |
</tr> | </tr> | ||
Line 65: | Line 61: | ||
<tr> | <tr> | ||
− | <th style="text-align:center | + | <th style="text-align:center;" colspan=2>Production Information</th> |
</tr> | </tr> | ||
Line 76: | Line 72: | ||
</table> | </table> | ||
− | <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 02: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 }}