Difference between revisions of "Template:InfoBoxDropShip"

([[Category:Infobox templates|)
(added {{#if}} tags)
Line 1: Line 1:
{| class='infobox'
+
{| class="infobox"
 
|-
 
|-
| colspan='2' | [[Image:{{{image|}}}|191px]]
+
| colspan="2" | [[Image:{{{image|}}}|191px]]
 
|-  
 
|-  
| colspan='2' class='infoboxname' | {{{name}}}
+
| colspan="2" class="infoboxname" | {{{name}}}
 
|-
 
|-
| colspan='2' class='infoboxheading' | '''Production information'''
+
| colspan="2" class="infoboxheading" | '''Production information'''
|- class='infoboxrow'
+
|- class="infoboxrow"
| Manufacturer     || {{{manufacturer|}}}
+
| Manufacturer
|- class='infoboxrow'
+
| {{{manufacturer|}}}
| Use           || {{{Use|}}}
+
|- class="infoboxrow"
|- class='infoboxrow'
+
| Use
| Type           || {{{Type|}}}
+
| {{{Use|}}}
|- class='infoboxrow'
+
|- class="infoboxrow"
| Tech Base         || {{{Tech Base|}}}
+
| Type
|- class='infoboxrow'
+
| {{{Type|}}}
| Introduced        || [[{{{Introduced|}}}]]  
+
|- class="infoboxrow"
 +
| Tech Base
 +
| {{{Tech Base|}}}
 +
|- class="infoboxrow"
 +
| Introduced         
 +
| [[{{{Introduced|}}}]]  
 
|-
 
|-
| colspan='2' class='infoboxheading' | '''Technical specifications'''
+
| colspan="2" class="infoboxheading" | '''Technical specifications'''
|- class='infoboxrow'
+
|- class="infoboxrow"
| Mass         || {{{Mass|}}} tons
+
| Mass
|- class='infoboxrow'
+
| {{{Mass|}}} tons
| Length       || {{{Length|}}} meters
+
|- class="infoboxrow"
|- class='infoboxrow'
+
| Length
| Drive System       || {{{Drive System|}}}
+
| {{{Length|}}} meters
|- class='infoboxrow'
+
|- class="infoboxrow"
 +
{{#if:{{{Drive System|}}}|
 +
| Drive System
 +
| {{{Drive System}}}
 +
}}
 +
|- class="infoboxrow"
 +
{{#if:{{{Armament|}}}|
 
| Armament
 
| Armament
|
+
| {{{Armament}}}
{{{Armament|}}}
+
}}
|- class='infoboxrow'
+
|- class="infoboxrow"
| Armor         || {{{Armor|}}}
+
{{#if:{{{Armor|}}}|
|- class='infoboxrow'
+
| Armor
| Crew         || {{{Crew|}}}
+
| {{{Armor}}}
|- class='infoboxrow'
+
}}
| Heat Sinks       || {{{Heat Sinks|}}}
+
|- class="infoboxrow"
|- class='infoboxrow'
+
{{#if:{{{Crew|}}}|
| BV (1.0)     || {{{BV (1.0)|}}}
+
| Crew
|- class='infoboxrow'
+
| {{{Crew}}}
| BV (2.0)     || {{{BV (2.0)|}}}
+
}}
|}
+
|- class="infoboxrow"
 
+
{{#if:{{{Heat Sinks|}}}|
<noinclude>
+
| Heat Sinks
 +
| {{{Heat Sinks}}}
 +
}}
 +
|- class="infoboxrow"
 +
{{#if:{{{BV (1.0)|}}}|
 +
| BV (1.0)
 +
| {{{BV (1.0)}}}
 +
}}
 +
|- class="infoboxrow"
 +
{{#if:{{{BV (2.0)|}}}|
 +
| BV (2.0)
 +
| {{{BV (2.0)}}}
 +
}}
 +
|}<noinclude>
 
==Usage instructions==
 
==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.
 
Copy and paste the following code into the top of the article, filling the appropriate fields. If a field is unknown, delete it.

Revision as of 22:12, 2 November 2008

Drive System Armament Armor Crew Heat Sinks BV (1.0) BV (2.0)
[[Image:|191px]]
{{{name}}}
Production information
Manufacturer
Use
Type
Tech Base
Introduced [[]]
Technical specifications
Mass tons
Length meters

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.

{{InfoBoxDropShip
| image = [[Image:*.***|191px]]
| name =
| manufacturer =
| Use =
| Type =
| Tech Base =
| Introduced =
| Mass =
| Length = 
| Drive System =
| Armament =
| Armor =
| Crew = 
| Heat Sinks =
| BV (1.0) =
| BV (2.0) =
}}