Template:Ship class: Difference between revisions

From 118Wiki
Jump to navigation Jump to search
mNo edit summary
m (updating template)
Line 3: Line 3:
|colspan=2 style="text-align:center;" | {{{image}}}
|colspan=2 style="text-align:center;" | {{{image}}}
|-
|-
!colspan=2 bgcolor="#0505B6" style="color:#fff; font-size:larger;" |{{{name}}}
!colspan=2 bgcolor="#0505B6" style="color:#fff; font-size:larger;" |{{PAGENAME}}
|-
|-
! colspan=2 style="text-align:left; color:#fff; font-weight:normal; background:#3F3FF9;" | '''Production Information'''
! colspan=2 style="text-align:left; color:#fff; font-weight:normal; background:#3F3FF9;" | '''Production Information'''
Line 42: Line 42:
| {{{mass}}}
| {{{mass}}}
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| Maximum Acceleration
| Cruising Speed
| {{{maxaccel}}}
| {{{cruising}}}
|- style="vertical-align:top; background:#f0f0f0;"
|- style="vertical-align:top; background:#f0f0f0;"
| Maximum Speed
| Maximum Speed
Line 124: Line 124:
<pre><nowiki>
<pre><nowiki>
{{ship_class
{{ship_class
|name=
|image=
|image=
|manufacturer=
|manufacturer=
Line 137: Line 136:
|height=
|height=
|mass=
|mass=
|maxaccel=
|cruising=
|maxspeed=
|maxspeed=
|power1=
|power1=

Revision as of 15:29, 14 April 2008

{{{image}}}
Ship class
Production Information
Manufacturer {{{manufacturer}}}
Product Line {{{line}}}
Class {{{class}}}
Model {{{model}}}
Cost {{{cost}}}
First Production date {{{start}}}
Expected Lifespan {{{lifespan}}}
Technical specifications
Length {{{length}}}
Width/Beam {{{width}}}
Height {{{height}}}
Mass {{{mass}}}
Cruising Speed {{{cruising}}}
Maximum Speed {{{maxspeed}}}
Primary Power Plant {{{power1}}}
Secondary Power Plant {{{power2}}}
Primary Propulsion Type {{{prop1}}}
Secondary Propulsion Type {{{prop2}}}
Crew {{{crew}}}
Minimum Crew {{{skeleton}}}
Passengers/Inhabitants {{{passengers}}}
Maximum Personnel {{{personnel}}}
Cargo Capacity {{{capacity}}}
Hull {{{hull}}}
Consumables {{{consumables}}}
Offensive Capabilities {{{armament}}}
Defensive Capabilities {{{defense}}}
Sensors {{{sensors}}}
Communications {{{comm}}}
External Docking {{{docking}}}
Internal Bays {{{bays}}}
Transporters {{{transporters}}}
Tractor Beams {{{tbeams}}}
Craft {{{craft}}}
Other Features {{{features}}}
Usage
Role {{{role}}}
Affiliation {{{affiliation}}}

Usage instructions

Paste the following code into the top of an article, filling all known fields:

{{ship_class
|image=
|manufacturer=
|line=
|class=
|model=
|cost=
|start=
|lifespan=
|length=
|width=
|height=
|mass=
|cruising=
|maxspeed=
|power1=
|power2=
|prop1=
|prop2=
|crew=
|skeleton=
|passengers=
|personnel=
|capacity=
|hull=
|consumables=
|armament=
|defense=
|sensors=
|comm=
|docking=
|bays=
|transporters=
|tbeams=
|craft=
|features=
|role=
|affiliation=
}}