Template:ShipStats: Difference between revisions
Jump to navigation
Jump to search
Created page with "{| class="infobox" style="width: 300px; font-size: 90%;" |+ '''{{{name|Ship Statistics}}}''' {{#if:{{{image|}}}| |- ! colspan="2" style="text-align:center;" | [[File:{{{image}}}|{{{imagesize|250px}}}|alt={{{alt|}}}]] }}{{#if:{{{caption|}}}| |- ! colspan="2" style="text-align:center; font-size: 90%;" | {{{caption}}} }} |- ! colspan="2" style="text-align:center; background-color: #cccccc;" | General Specifications |- | '''Name:''' || {{{name|Unknown}}} |- | '''Class Name:..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
{| class="infobox" style="width: 300px; font-size: 90%;" | {| class="infobox" style="width: 300px; font-size: 90%;" | ||
|+ '''{{{name|Ship Statistics}}}''' | |+ '''{{{name|Ship Statistics}}}''' | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| {{!}}- {{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image}}}|{{{imagesize|250px}}}|alt={{{alt|}}}]] | ||
}} {{#if:{{{caption|}}}| {{!}}- {{!}} colspan="2" style="text-align:center; font-size: 90%;" {{!}} {{{caption}}} | |||
! colspan="2" style="text-align:center;" | }} |- ! colspan="2" style="text-align:center; background-color: #cccccc;" | General Specifications | ||
}}{{#if:{{{caption|}}}| | |||
! colspan="2" style="text-align:center; font-size: 90%;" | |||
}} | |||
|- | |||
! colspan="2" style="text-align:center; background-color: #cccccc;" | General Specifications | |||
|- | |- | ||
| '''Name:''' || {{{name|Unknown}}} | | '''Name:''' || {{{name|Unknown}}} |
Revision as of 14:43, 1 April 2025
Name: | Unknown |
Class Name: | Unknown |
Class Type: | Unknown |
Abbreviation: | N/A |
Length (m): | Unknown |
Cargo capacity (tons): | Unknown |
Cargo volume (m³): | Unknown |
Hull Rating: | Standard |
Deflector Shields: | Standard |
Shields Recharge Rate (per turn): | Standard |
Ionic Capacitance: | Standard |
Hyperspeed (multiplier): | Unknown |
Sublight Speed (MGLT): | Unknown |
Manoeuvrability: | Standard |
Armament & Systems | |
---|---|
Laser cannons: | None |
Heavy Lasers: | None |
Turbolasers: | None |
Launchers: | None |
Ammunition Count: | N/A |
Ammunition Type: | N/A |
Ion Cannons: | None |
Ion Batteries: | None |
Tractor Beams: | None |
Gravity Well Generators: | None |
Sensors: | Standard |
Jammers: | None |
Special Features | |
Docking Bay: | None |
Cloaking Device: | No |
Planetary Landing: | No |
Typical Complement | |
Crew: | Unknown |
Squadrons: | None |
Shuttles: | None |
Ground Vehicles: | None |
Heavy Ground Vehicles: | None |
Troopers: | None |
Passengers: | None |
Affiliation | |
Primary Affiliation: | Unknown |
Documentation
This template creates an infobox for displaying ship statistics.
Usage
Copy and paste the following code onto a ship's page and fill in the details. Omitted fields will use default values (like "Unknown", "N/A", or "None").
{{ShipStats | name = | image = | caption = | classname = | classtype = | abbreviation = | length = | cargocapacity_tons = | cargovolume_m3 = | hull = | shields = | shield_recharge = | ionic_capacitance = | hyperspeed = | sublight_speed = | manoeuvrability = | laser_cannons = | heavy_lasers = | turbolasers = | launchers = | ammunition_count = | ammunition_type = | ion_cannons = | ion_batteries = | tractor_beams = | gravity_wells = | sensors = | jammers = | docking_bay = | cloaking_device = | planetary_landing = | crew = | squadrons = | shuttles = | ground_vehicles = | heavy_ground_vehicles = | troopers = | passengers = | affiliation = }}
Parameters
Most parameters correspond directly to the fields listed in the infobox.
- image: (Optional) Filename of an image uploaded to the wiki.
- imagesize: (Optional) Size for the image, defaults to 250px (e.g., `| imagesize = 300px`).
- caption: (Optional) Caption displayed below the image.
- Other parameters match the labels shown in the infobox.