Difference between revisions of "Template:InfoboxVehicle"

From Traveller Wiki - Science-Fiction Adventure in the Far future
Jump to navigation Jump to search
Line 19: Line 19:
 
|-  
 
|-  
 
! Type
 
! Type
| [[{{{type|}}}]]
+
| {{#if: {{{type|}}}|[[{{{type}}}]]}}
 
|-  
 
|-  
 
! Speed
 
! Speed

Revision as of 13:50, 21 June 2020

{{{name}}}
Tech Level {{{TL}}}
Mass {{{size}}}
Cost {{{cost}}}
Mode {{{mode}}}
Type
Speed {{{speed}}}
Cargo {{{cargo}}}
Crew {{{crew}}}
Passengers {{{pass}}}

The Infobox Vehicle is used to display a box of standard information about vehicles.

 {{InfoboxVehicle
|name    = {common name}
|arms    = {Weapons carried}
|caption = {image caption}
|cargo   = {Cargo volume of the craft}
|cost     = {cost in credits, usually imperial credit}
|crew    = {number of crew members}
|footnote= {Additional note}
|image   = [[File: Imperial Sunburst-Sun-IISS-Traveller.gif]]
|mode    = {mode of transport, usually one of ground, flight, water, underwater}
|type    = {Value from Category:Vehicle Type}
|pass    = {number of carried passengers}
|QSP     = {T5 Core Rules Code, pgs. 314, 349}
|size    = {mass in kg or tons}
|speed   = {top speed velocity in kph}
|TL      = [[TL-?]]
}}