Difference between revisions of "Template:InfoBoxSupportVehicle"

m (Made changes per wrangler request.)
m
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{| class='infobox'
+
<includeonly>{| class='infobox'
 
|-
 
|-
 
| colspan='2' | {{{image|}}}
 
| colspan='2' | {{{image|}}}
Line 8: Line 8:
 
|- class='infoboxrow'  
 
|- class='infoboxrow'  
 
| Manufacturer || {{{Manufacturer|}}}
 
| Manufacturer || {{{Manufacturer|}}}
 +
|- class='infoboxrow'
 +
{{#if:{{{Production Year|}}}|
 +
{{!}}Production Year[[Production Year::{{{Production Year|}}}| ]]
 +
{{!}}[[Combat Vehicle Timetable|{{{Production Year|}}}]]{{{Year Reference|}}}
 +
}}
 
|- class='infoboxrow'
 
|- class='infoboxrow'
 
| Use || {{{Use|}}}
 
| Use || {{{Use|}}}
Line 14: Line 19:
 
|- class='infoboxrow'  
 
|- class='infoboxrow'  
 
| Chassis Type (Size) || {{{Chassis Type (Size)|}}}
 
| Chassis Type (Size) || {{{Chassis Type (Size)|}}}
 +
|- class='infoboxrow'
 +
| Equipment Rating      || {{{Equipment Rating|}}}
 
|- class='infoboxrow'
 
|- class='infoboxrow'
 
{{#if:{{{Cost|}}}|
 
{{#if:{{{Cost|}}}|
Line 31: Line 38:
 
}}
 
}}
 
|- class='infoboxrow'
 
|- class='infoboxrow'
| Speed || {{{Speed|}}} km/h
+
{{#if:{{{Speed|}}}|
 +
{{!}} Speed
 +
{{!}} {{{Speed}}}
 +
}}
 +
|- class='infoboxrow'
 +
{{#if:{{{Top Speed|}}}|
 +
{{!}} Top Speed
 +
{{!}} {{{Top Speed}}}
 +
}}
 +
|- class='infoboxrow'
 +
{{#if:{{{Cruise|}}}|
 +
{{!}} Cruise Speed
 +
{{!}} {{{Cruise}}}
 +
}}
 +
|- class='infoboxrow'
 +
{{#if:{{{Flank|}}}|
 +
{{!}} Flank Speed
 +
{{!}} {{{Flank}}}
 +
}}
 
|- class='infoboxrow'
 
|- class='infoboxrow'
| Top Speed || {{{Top Speed|}}} km/h
+
{{#if:{{{Safe Thrust|}}}|
 +
{{!}} Safe Thrust
 +
{{!}} {{{Safe Thrust}}}
 +
}}
 +
|- class='infoboxrow'
 +
{{#if:{{{Max Thrust|}}}|
 +
{{!}} Max Thrust
 +
{{!}} {{{Max Thrust}}}
 +
}}
 +
|- class='infoboxrow'
 +
{{#if:{{{Station Keeping Thrust|}}}|
 +
{{!}} Station Keeping Thrust
 +
{{!}} {{{Station Keeping Thrust}}}
 +
}}
 
|- class='infoboxrow'
 
|- class='infoboxrow'
 
| Power Plant || {{{Power Plant|}}}
 
| Power Plant || {{{Power Plant|}}}
 +
|- class='infoboxrow'
 +
{{#if:{{{Power Plant Type|}}}|
 +
{{!}} Power Plant Type
 +
{{!}} {{{Power Plant Type}}}
 +
}}
 
|- class='infoboxrow'
 
|- class='infoboxrow'
 
| Fuel (Type/Range) || {{{Fuel (Type/Range)|}}}
 
| Fuel (Type/Range) || {{{Fuel (Type/Range)|}}}
 +
|- class="infoboxrow"
 +
{{#if:{{{comsys|}}}|
 +
{{!}} Communications System
 +
{{!}} {{{comsys}}}
 +
}}
 +
|- class="infoboxrow"
 +
{{#if:{{{T&T|}}}|
 +
{{!}} Targeting Tracking System
 +
{{!}} {{{T&T}}}
 +
}}
 +
|- class="infoboxrow"
 +
{{#if:{{{Fire Control System|}}}|
 +
{{!}} Fire Control System
 +
{{!}} {{{Fire Control System}}}
 +
}}
 +
|- class='infoboxrow'
 +
{{#if:{{{Turret|}}}|
 +
{{!}} Turret(s)
 +
{{!}} {{{Turret}}}
 +
}}
 
|- class='infoboxrow'
 
|- class='infoboxrow'
 
| Armament || {{{Armament|}}}
 
| Armament || {{{Armament|}}}
Line 44: Line 107:
 
{{!}} Heat Sinks
 
{{!}} Heat Sinks
 
{{!}} {{{Heat Sinks}}}
 
{{!}} {{{Heat Sinks}}}
 +
}}
 +
|- class='infoboxrow'
 +
{{#if:{{{Fitted Equipment|}}}|
 +
{{!}} Fitted Equipment
 +
{{!}} {{{Fitted Equipment}}}
 
}}
 
}}
 
|- class='infoboxrow'
 
|- class='infoboxrow'
 
| Armor || {{{Armor|}}}
 
| Armor || {{{Armor|}}}
 +
|- class='infoboxrow'
 +
{{#if:{{{BAR|}}}|
 +
{{!}} Barrier Armor Rating (BAR)
 +
{{!}} {{{BAR}}}
 +
}}
 
|- class='infoboxrow'
 
|- class='infoboxrow'
 
{{#if:{{{Crew|}}}|
 
{{#if:{{{Crew|}}}|
Line 62: Line 135:
 
{{!}} {{{BV (2.0)|}}}
 
{{!}} {{{BV (2.0)|}}}
 
}}
 
}}
|}
+
|}</includeonly><noinclude>{{documentation}}</noinclude>
 
 
<noinclude>
 
==Usage instructions==
 
Copy and paste the following code into the top of the article, filling the appropriate fields.
 
 
 
'''Cost''', '''Structural Integrity''', '''Heat Sinks''', '''Crew''', and the '''Battle Value''' fields are optional. If no information is available, leave them blank and they won't appear in the infobox. You can delete other fields that are unknown.
 
 
 
'''Structural Integrity''' is only used by [[:Category:Satellite Support Vehicles|satellite support vehicles]].
 
<pre><nowiki>
 
{{InfoBoxSupportVehicle
 
| image = [[Image:*.***|191px]]
 
| Name =
 
| Manufacturer =
 
| Use =
 
| Tech Base =
 
| Chassis Type (Size) =
 
| Cost =
 
| Introduced =
 
| Mass =
 
| Speed =
 
| Structural Integrity =
 
| Top Speed =
 
| Power Plant =
 
| Fuel (Type/Range) =
 
| Armament =
 
| Heat Sinks =
 
| Armor =
 
| Crew =
 
| BV (1.0) =
 
| BV (2.0) =
 
}}
 
</nowiki></pre>
 
 
 
</noinclude>
 
 
 
<noinclude>
 
[[Category:Templates|{{PAGENAME}}]]
 
[[Category:Infobox templates|SupportVehicle]]
 
</noinclude>
 

Latest revision as of 21:58, 4 April 2024