Difference between revisions of "Template:Ship box"
From FreeSpace Wiki
m (added width and height parameters.) |
MatthTheGeek (talk | contribs) m |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 6: | Line 6: | ||
{{!}} '''[[Technical_Terms_and_Definitions#Type|Type]]''' | {{!}} '''[[Technical_Terms_and_Definitions#Type|Type]]''' | ||
{{!}} {{{type}}} | {{!}} {{{type}}} | ||
+ | {{!}} | ||
+ | }} | ||
+ | |- | ||
+ | {{#if: {{{description|}}}| | ||
+ | {{!}} '''Description''' | ||
+ | {{!}} {{{description}}} | ||
{{!}} | {{!}} | ||
}} | }} | ||
Line 18: | Line 24: | ||
{{!}} '''[[Technical_Terms_and_Definitions#Maneuverability|Maneuverability]]''' | {{!}} '''[[Technical_Terms_and_Definitions#Maneuverability|Maneuverability]]''' | ||
{{!}} {{{maneuverability}}} | {{!}} {{{maneuverability}}} | ||
+ | {{!}} | ||
+ | }} | ||
+ | |- | ||
+ | {{#if: {{{yaw_pitch_roll|}}}| | ||
+ | {{!}} [[Technical_Terms_and_Definitions#Yaw, Pitch, Roll|Yaw, Pitch, Roll]] | ||
+ | {{!}} {{{yaw_pitch_roll}}} s | ||
{{!}} | {{!}} | ||
}} | }} | ||
Line 24: | Line 36: | ||
{{!}} [[Technical_Terms_and_Definitions#Max Velocity|Max Velocity]] | {{!}} [[Technical_Terms_and_Definitions#Max Velocity|Max Velocity]] | ||
{{!}} {{{max_velocity}}} ms<sup>-1</sup> | {{!}} {{{max_velocity}}} ms<sup>-1</sup> | ||
+ | {{!}} | ||
+ | }} | ||
+ | |- | ||
+ | {{#if: {{{rear_velocity|}}}| | ||
+ | {{!}} Rear Velocity | ||
+ | {{!}} {{{rear_velocity}}} ms<sup>-1</sup> | ||
{{!}} | {{!}} | ||
}} | }} | ||
Line 152: | Line 170: | ||
{{!}} '''[[Technical_Terms_and_Definitions#Compatible Containers|Compatible Containers]]''' | {{!}} '''[[Technical_Terms_and_Definitions#Compatible Containers|Compatible Containers]]''' | ||
{{!}} {{{containers}}} | {{!}} {{{containers}}} | ||
+ | {{!}} | ||
+ | }} | ||
+ | |- | ||
+ | {{#if: {{{fighterbays|}}}| | ||
+ | {{!}} '''Fighterbays''' | ||
+ | {{!}} {{{fighterbays}}} | ||
+ | {{!}} | ||
+ | }} | ||
+ | |- | ||
+ | {{#if: {{{cargodocks|}}}| | ||
+ | {{!}} '''Cargo docks''' | ||
+ | {{!}} {{{cargodocks}}} | ||
{{!}} | {{!}} | ||
}} | }} | ||
Line 166: | Line 196: | ||
== Usage == | == Usage == | ||
<pre>{{Ship_box | <pre>{{Ship_box | ||
− | |table_style = | + | |table_style = |
|name = | |name = | ||
− | |type = | + | |type = |
− | |manufacturer = | + | |description = |
− | |maneuverability = | + | |manufacturer = |
− | |max_velocity = | + | |maneuverability = |
− | |max_ab_velocity = | + | |yaw_pitch_roll = |
− | |max_ab_duration = | + | |max_velocity = |
+ | |rear_velocity = | ||
+ | |max_ab_velocity = | ||
+ | |max_ab_duration = | ||
|armor = | |armor = | ||
− | |hitpoints = | + | |hitpoints = |
− | |shields = | + | |shields = |
− | |length = | + | |length = |
− | |width = | + | |width = |
− | |height = | + | |height = |
− | |gun_bank_1 = | + | |gun_bank_1 = |
− | |gun_bank_2 = | + | |gun_bank_2 = |
− | |gun_bank_3 = | + | |gun_bank_3 = |
− | |missile_bank_1 = | + | |missile_bank_1 = |
− | |missile_bank_2 = | + | |missile_bank_2 = |
− | |missile_bank_3 = | + | |missile_bank_3 = |
− | |missile_bank_4 = | + | |missile_bank_4 = |
− | |countermeasures = | + | |countermeasures = |
− | |turrets = | + | |turrets = |
|containers = | |containers = | ||
− | |fighters = | + | |fighterbays = |
+ | |cargodocks = | ||
+ | |fighters = | ||
}} | }} | ||
</pre> | </pre> |
Latest revision as of 19:20, 23 May 2020
Name | {{{name}}} |
Usage
{{Ship_box |table_style = |name = |type = |description = |manufacturer = |maneuverability = |yaw_pitch_roll = |max_velocity = |rear_velocity = |max_ab_velocity = |max_ab_duration = |armor = |hitpoints = |shields = |length = |width = |height = |gun_bank_1 = |gun_bank_2 = |gun_bank_3 = |missile_bank_1 = |missile_bank_2 = |missile_bank_3 = |missile_bank_4 = |countermeasures = |turrets = |containers = |fighterbays = |cargodocks = |fighters = }}
Entries in actual page do not have to follow the same order.