Difference between revisions of "Template:InfoBoxStructure"

(hid empty fields: Cost, Construction Factor, Heat Sinks)
Line 12: Line 12:
 
|- class='infoboxrow'
 
|- class='infoboxrow'
 
| Tech Base || {{{Tech Base|}}}
 
| Tech Base || {{{Tech Base|}}}
|- class='infoboxrow'
+
|- class="infoboxrow"
| Cost || {{{Cost|}}}
+
{{#if:{{{Cost|}}}|
 +
{{!}} Cost
 +
{{!}} {{{Cost|}}}
 +
}}
 
|- class='infoboxrow'
 
|- class='infoboxrow'
 
| Man Hours || {{{Man Hours|}}}
 
| Man Hours || {{{Man Hours|}}}
Line 24: Line 27:
 
|- class='infoboxrow'
 
|- class='infoboxrow'
 
| Levels || {{{Levels|}}}
 
| Levels || {{{Levels|}}}
|- class='infoboxrow'
+
|- class="infoboxrow"
| Construction Factor || {{{Construction Factor|}}}
+
{{#if:{{{Construction Factor|}}}|
 +
{{!}} Construction Factors
 +
{{!}} {{{Construction Factor|}}}
 +
}}
 
|- class='infoboxrow'
 
|- class='infoboxrow'
 
| Power Requirements || {{{Power Requirements|}}}
 
| Power Requirements || {{{Power Requirements|}}}
 
|- class='infoboxrow'
 
|- class='infoboxrow'
 
| Armament || {{{Armament|}}}
 
| Armament || {{{Armament|}}}
|- class='infoboxrow'
+
|- class="infoboxrow"
| Heat Sinks || {{{Heat Sinks|}}}
+
{{#if:{{{Heat Sinks|}}}|
 +
{{!}} Heat Sinks
 +
{{!}} {{{Heat Sinks|}}}
 +
}}
 
|- class='infoboxrow'
 
|- class='infoboxrow'
 
| Armor || {{{Armor|}}}
 
| Armor || {{{Armor|}}}
Line 42: Line 51:
 
<noinclude>
 
<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  
+
Copy and paste the following code into the top of the article, filling the appropriate fields. If a field is unknown, delete it.
 
 
it.
 
 
<pre><nowiki>
 
<pre><nowiki>
 
{{InfoBoxStructure
 
{{InfoBoxStructure

Revision as of 12:46, 13 August 2022

{{{Name}}}
Production information
Use
Structure Type
Tech Base
Man Hours
Introduced
Technical specifications
Size (in hexes)
Levels
Power Requirements
Armament
Armor
Equipment
BV


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.

{{InfoBoxStructure
| image = [[Image:*.***|191px]]
| Name =
| Use =
| Structure Type =
| Tech Base =
| Cost =
| Man-Hours =
| Introduced =
| Size (in hexes) =
| Levels =
| Construction Factors =
| Power Requirements =
| Armament =
| Heat Sinks =
| Armor =
| Equipment =
| BV =
}}