Difference between revisions of "Template:Infobox Ship"

From PioneerWiki
Jump to: navigation, search
Line 1: Line 1:
{| style="width: 30%; border: 1px solid #000000; " align=right
+
<notemplate>
 +
{{Infobox_Ship
 +
{| style="width: 40%; border: 1px solid #000000 " align=right
 
| style="text-align:center; font-size: 105%; background-color: #F5AF0C; border: 1px solid #aaaaaa;" |
 
| style="text-align:center; font-size: 105%; background-color: #F5AF0C; border: 1px solid #aaaaaa;" |
 
'''{{{name}}}'''
 
'''{{{name}}}'''
 
|-
 
|-
| style="padding: 0 .4em .24em .4em; font-size:95%; background: #ffffff;" |
+
|[[File:{{{image}}}|200px|right]]
|Forward thrust || {{{forward_thrust}}} |
+
|-
|Reverse thrust || {{{reverse_thrust}}}<br>
+
|Forward thrust || {{{forward_thrust}}}
|Up thrust || {{{up_thrust}}}<br>
+
|-
|Down thrust || {{{down_thrust}}}<br>
+
|Reverse thrust || {{{reverse_thrust}}}
|Angular thrust || {{{angular_thrust}}}<br>
+
|-
|Gun mounts || {{{gun_mounts}}}<br>
+
|Up thrust || {{{up_thrust}}}
|Maximal cargo || {{{max_cargo}}}<br>
+
|-
|Maximal lasers || {{{max_laser}}}<br>
+
|Down thrust || {{{down_thrust}}}
|Maximal missiles || {{{max_missile}}}<br>
+
|-
|Cargoscoop || {{{max_cargoscoop}}}<br>
+
|Angular thrust || {{{angular_thrust}}}
|Maximal engine || {{{max_engine}}}<br>
+
|-
|Crew || {{{min_crew}}} to {{{max_crew}}}<br>
+
|Gun mounts || {{{gun_mounts}}}
|Capacity || {{{capacity}}}<br>
+
|-
|Hull Mass || {{{hull_mass}}}<br>
+
|Maximal cargo || {{{max_cargo}}}
|Fuel tank mass || {{{fuel_tank_mass}}}<br>
+
|-
|Effectivity || {{{effective_exhaust_velocity}}}<br>
+
|Maximal lasers || {{{max_laser}}}
|Price || {{{price}}}<br>
+
|-
|Standard Hyperdrive class || {{{hyperdrive_class}}}<br>
+
|Maximal missiles || {{{max_missile}}}
 
+
|-
 +
|Cargoscoop || {{{max_cargoscoop}}}
 +
|-
 +
|Maximal engine || {{{max_engine}}}
 +
|-
 +
|Crew || {{{min_crew}}} to {{{max_crew}}}
 +
|-
 +
|Capacity || {{{capacity}}}
 +
|-
 +
|Hull Mass || {{{hull_mass}}}
 +
|-
 +
|Fuel tank mass || {{{fuel_tank_mass}}}
 +
|-
 +
|Engine Effectivity || {{{effective_exhaust_velocity}}}
 +
|-
 +
|Price || {{{price}}}
 +
|-
 +
|Standard Hyperdrive class || {{{hyperdrive_class}}}
 +
|-
 
|}
 
|}
 
+
}}
max_cargo = 15,
+
</notemplate>
max_laser = 1,
 
max_missile = 4,
 
max_cargoscoop = 0,
 
max_engine = 0,
 
min_crew = 1,
 
max_crew = 2,
 
capacity = 15,
 
hull_mass = 10,
 
fuel_tank_mass = 15,
 
-- Exhaust velocity Vc [m/s] is equivalent of engine efficiency and depend on used technology. Higher Vc means lower fuel consumption.
 
-- Smaller ships built for speed often mount engines with higher Vc. Another way to make faster ship is to increase fuel_tank_mass.
 
effective_exhaust_velocity = 59167e3,
 
price = 70000,
 
hyperdrive_class = 0,
 
}
 

Revision as of 23:25, 19 February 2013

<notemplate> {{Infobox_Ship

{{{name}}}

[[File:{{{image}}}|200px|right]]
Forward thrust {{{forward_thrust}}}
Reverse thrust {{{reverse_thrust}}}
Up thrust {{{up_thrust}}}
Down thrust {{{down_thrust}}}
Angular thrust {{{angular_thrust}}}
Gun mounts {{{gun_mounts}}}
Maximal cargo {{{max_cargo}}}
Maximal lasers {{{max_laser}}}
Maximal missiles {{{max_missile}}}
Cargoscoop {{{max_cargoscoop}}}
Maximal engine {{{max_engine}}}
Crew {{{min_crew}}} to {{{max_crew}}}
Capacity {{{capacity}}}
Hull Mass {{{hull_mass}}}
Fuel tank mass {{{fuel_tank_mass}}}
Engine Effectivity {{{effective_exhaust_velocity}}}
Price {{{price}}}
Standard Hyperdrive class {{{hyperdrive_class}}}

}} </notemplate>