Template:InfoBoxMech: Difference between revisions

From Drew's Battletech Wiki
(Created page with "{| class='infobox' |- | colspan='2'|{{#if:{{{image|}}}|[[Image:{{{image}}}|191px]]|}} |- | colspan='2' class='infoboxname' | {{{Name}}} |- | colspan='2' class='infoboxheading...")
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class='infobox'
{| class="infobox"
| colspan="2" |[[Image:{{{image}}}|250px]]|
|-
|-
| colspan='2'|{{#if:{{{image|}}}|[[Image:{{{image}}}|191px]]|}}
|-
| colspan='2' class='infoboxname' | {{{Name}}}
| colspan='2' class='infoboxname' | {{{Name}}}
|- class='infoboxrow'
| Model || {{{Model|}}}
|-
|-
| colspan='2' class='infoboxheading' | '''Production information'''
| colspan='2' class='infoboxheading' | '''Production information'''
|- class='infoboxrow'
| Manufacturer || {{{Manufacturer|}}}
|- class='infoboxrow'
| Use || {{{Use|}}}
|- class='infoboxrow'
|- class='infoboxrow'
| Tech Base || {{{Tech Base|}}}
| Tech Base || {{{Tech Base|}}}
|- class='infoboxrow'
| Cost || {{{Cost|}}}
|- class='infoboxrow'
|- class='infoboxrow'
| Introduced || {{{Introduced|}}}
| Introduced || {{{Introduced|}}}
Line 19: Line 14:
| colspan='2' class='infoboxheading' | '''Technical specifications'''
| colspan='2' class='infoboxheading' | '''Technical specifications'''
|- class='infoboxrow'
|- class='infoboxrow'
| Mass || {{{Mass|}}}
| Mass || {{{Mass|}}} tons
|- class='infoboxrow'
|- class='infoboxrow'
| Engine || {{{Engine|}}}
| Engine || {{{Engine|}}}
|- class='infoboxrow'
|- class='infoboxrow'
| Top Speed || {{{Top Speed|}}} km/h
| Top Speed || {{{Top Speed|}}} km/h
|- class='infoboxrow'
| Jump Capability || {{{jump|}}} m
|- class='infoboxrow'
|- class='infoboxrow'
| Armament || {{{Armament|}}}
| Armament || {{{Armament|}}}
Line 30: Line 27:
|- class='infoboxrow'
|- class='infoboxrow'
| Armor || {{{Armor|}}}
| Armor || {{{Armor|}}}
|- class="infoboxrow"
{{#if:{{{comsys|}}}|
{{!}} Communications System
{{!}} {{{comsys}}}
}}
|- class="infoboxrow"
{{#if:{{{T&T|}}}|
{{!}} Targeting Tracking System
{{!}} {{{T&T}}}
}}
|- class='infoboxrow'
|- class='infoboxrow'
| Equipment || {{{Equipment|}}}
| Equipment || {{{Equipment|}}}
|- class='infoboxrow'
|- class='infoboxrow'
| BV (1.0) || {{{BV (1.0)|}}}
|- class='infoboxrow'
| BV (2.0) || {{{BV (2.0)|}}}
|}
|}


Line 54: Line 38:


<pre><nowiki>
<pre><nowiki>
{{InfoBoxIndMech
{{InfoBoxMech
| image = *.***
| Image =
| Name =
| Name =
| Manufacturer =
| Use =
| Tech Base =
| Tech Base =
| Cost =
| Introduced =
| Introduced =
| Mass =  
| Mass =  
Line 68: Line 49:
| Heat Sinks =
| Heat Sinks =
| Armor =
| Armor =
| comsys =
| T&T =
| Equipment =  
| Equipment =  
| BV (1.0) =
| BV (2.0) =
}}
}}
</nowiki></pre>
</nowiki></pre>

Latest revision as of 19:21, 21 February 2014

[[Image:{{{image}}}|250px]]|
{{{Name}}}
Model
Production information
Tech Base
Introduced
Technical specifications
Mass tons
Engine
Top Speed km/h
Jump Capability m
Armament
Heat Sinks
Armor
Equipment


Usage instructions

Copy and paste the following code into the top of the article, filling the appropriate fields. If a field is unknown, delete it.


{{InfoBoxMech
| Image =
| Name =
| Tech Base =
| Introduced =
| Mass = 
| Engine =
| Top Speed =
| Armament =
| Heat Sinks =
| Armor =
| Equipment = 
}}