Template:Individ ship: Difference between revisions

From 118Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 13: Line 13:
| {{{class}}}
| {{{class}}}
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| Model
| {{{model}}}
|- style="vertical-align:top; background:#f0f0f0;"
| Cost
| {{{cost}}}
|- style="vertical-align:top;"
| Expected Lifespan
| {{{lifespan}}}
|- style="vertical-align:top; background:#f0f0f0;"
| Modified By
| Modified By
| {{{modifier}}}
| {{{modifier}}}
Line 50: Line 41:
| Secondary Power Plant
| Secondary Power Plant
| {{{power2}}}
| {{{power2}}}
|- style="vertical-align:top;"
| Primary Propulsion Type
| {{{prop1}}}
|- style="vertical-align:top; background:#f0f0f0;"
| Secondary Propulsion Type
| {{{prop2}}}
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| Crew
| Crew
Line 65: Line 62:
| Cargo Capacity
| Cargo Capacity
| {{{capacity}}}
| {{{capacity}}}
|- style="vertical-align:top; background:#f0f0f0;"
| Hull
| {{{hull}}}
|- style="vertical-align:top;"
| Consumables
| {{{consumables}}}
|- style="vertical-align:top; background:#f0f0f0;"
|- style="vertical-align:top; background:#f0f0f0;"
| Offensive Capabilities
| Offensive Capabilities
Line 102: Line 105:
|- style="vertical-align:top; background:#f0f0f0;"
|- style="vertical-align:top; background:#f0f0f0;"
| Affiliation
| Affiliation
| {{{affilitation}}}
| {{{affiliation}}}
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| Constructed
| Constructed
Line 110: Line 113:
| {{{destroyed}}}
| {{{destroyed}}}
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| Battles
| Present for battles/events
| {{{battles}}}
| {{{battles}}}
|- style="vertical-align:top; background:#f0f0f0;"
|- style="vertical-align:top; background:#f0f0f0;"
| Owners
| Known Owners
| {{{owners}}}
| {{{owners}}}
|- style="vertical-align:top;"
| Known Crewmembers
| {{{members}}}
|- style="vertical-align:top; background:#f0f0f0;"
| Aliases
| {{{aka}}}
|}
|}
 
<noinclude>
===Usage instructions===
===Usage instructions===
Paste the following code into the top of an article, filling all known fields:
Paste the following code into the top of an article, filling all known fields:
Line 125: Line 134:
|manufacturer=
|manufacturer=
|class=
|class=
|model=
|cost=
|lifespan=
|modifier=
|modifier=
|length=
|length=
Line 137: Line 143:
|power1=
|power1=
|power2=
|power2=
|prop1=
|prop2=
|crew=
|crew=
|skeleton=
|skeleton=
Line 142: Line 150:
|personnel=
|personnel=
|capacity=
|capacity=
|hull=
|consumables=
|armament=
|armament=
|defense=
|defense=
Line 158: Line 168:
|battles=
|battles=
|owners=
|owners=
}}</nowiki>
|members=
|aka=
}}</nowiki></pre>
 
[[Category:Infobox templates|{{PAGENAME}}]]
</noinclude>

Latest revision as of 15:40, 23 May 2007

{{{image}}}
{{{name}}}
Production Information
Manufacturer {{{manufacturer}}}
Class {{{class}}}
Modified By {{{modifier}}}
Technical specifications
Length {{{length}}}
Width/Beam {{{width}}}
Height {{{height}}}
Mass {{{mass}}}
Maximum Acceleration {{{maxaccel}}}
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}}}
Constructed {{{constructed}}}
Destroyed {{{destroyed}}}
Present for battles/events {{{battles}}}
Known Owners {{{owners}}}
Known Crewmembers {{{members}}}
Aliases {{{aka}}}

Usage instructions

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

{{individ_ship
|name=
|image=
|manufacturer=
|class=
|modifier=
|length=
|width=
|height=
|mass=
|maxaccel=
|maxspeed=
|power1=
|power2=
|prop1=
|prop2=
|crew=
|skeleton=
|passengers=
|personnel=
|capacity=
|hull=
|consumables=
|armament=
|defense=
|sensors=
|comm=
|docking=
|bays=
|transporters=
|tbeams=
|craft=
|features=
|role=
|affiliation=
|constructed=
|destroyed=
|battles=
|owners=
|members=
|aka=
}}