Infobox fictional vehicle is used to create an infobox for a fictional vehicle of any type - including automobiles, ships, spaceships and space stations.

Usage

The blank form immediately below shows the most commonly used fields, and complete instructions are listed further down the page.

{{{name}}}
{{{series}}} vehicle
[[File:{{{image}}}|frameless|alt={{{alt}}}|upright=1]]
{{{caption}}}
First appearance
  • "{{{first_minor}}}"
  • {{{first_major}}}
  • {{{first_date}}}
Last appearance
  • "{{{last_minor}}}"
  • {{{last_major}}}
  • {{{last_date}}}
Created by{{{creator}}}
Based on{{{based_on}}}
Information
Affiliation{{{affiliation}}}
Launched{{{launched}}}
Decommissioned{{{decommissioned}}}
Captain{{{captain}}}
Combat vehicles{{{fighters}}}
Auxiliary vehicles{{{aux_vehicle}}}
General characteristics
Class{{{class}}}
Registry{{{registry}}}
Armaments{{{armaments}}}
Defenses{{{defense}}}
Maximum speed{{{max_speed}}}
Propulsion{{{propulsion}}}
Chassis{{{chassis}}}
Power{{{power}}}
Mass{{{mass}}}
Length{{{length}}}
Width{{{width}}}
Height{{{height}}}
Population volume{{{population_volume}}}

<syntaxhighlight lang="wikitext" style="overflow: auto;">

Infobox fictional vehicle/doc

</syntaxhighlight>

Parameters

All parameters are optional. Separate multiple entries using {{Plainlist}}.

Parameter Notes
name Vehicle name to display in top header (default = PAGENAME).
series Name of the series in which vehicle appears.
franchise Name of the fictional world or story in which vehicle appears. Does not italicize title.
multiple Set to yes if the infobox describes more than one vehicle.
image Image of the vehicle. "File:" and wikilinking is not required. i.e. use |image=Example.png.
image_upright The image size defaults to frameless (220px). The size should not be set to a value that would result in an image width greater than 270px. See help below for guidance on determining the value to be used.
alt Alt text for image per WP:MOSALT.
caption A caption explaining the image.
first_major The title of the the fictional element first appeared in. Major works include TV series, films, books, albums and games.
first_minor The title of the the fictional element first appeared in. Minor works include TV episodes, chapters, songs and game missions.
first_issue The number of the comic book issue the fictional element first appeared in.
first_date The date of the publication/release of the minor work where the fictional element first appeared in.
last_major The title of the the fictional element last appeared in. Major works include TV series, films, books, albums and games.
last_minor The title of the the fictional element last appeared in. Minor works include TV episodes, chapters, songs and game missions.
last_issue The number of the comic book issue the fictional element last appeared in.
last_date The date of the publication/release of the minor work where the fictional element last appeared in.
first First appearance of the vehicle.
last Last appearance of the vehicle.
creator Name of the individuals who are credited with the creation of the vehicle.
based_on Name of the original vehicle the fictional vehicle is based on. Use to add the title of original vehicle and the names of the original creators.
affiliation The groups or teams the vehicle belongs to.
launched The date the vehicle went operational.
decommissioned The date the vehicle was decommissioned.
captain The captain of the vehicle; Used primarily for ships and spaceships.
fighters The ship or station's combat vehicles.
aux_vehicle The vehicle's auxiliary vehicles.
class The vehicle's class type.
registry The vehicle's register number.
armaments The vehicle's weapons.
defense The vehicle's defenses.
max_speed The vehicle's max speed.
propulsion
chassis The material that the vehicle is made from.
power The type of power the vehicle runs on.
mass The vehicle's mass.
length The vehicle's length.
width The vehicle's width.
height The vehicle's height.
population_volume The number of personnel that are present on-board the vehicle.

TemplateData

TemplateData
See a monthly parameter usage report for Template:Infobox fictional vehicle in articles based on its TemplateData.

TemplateData for Infobox fictional vehicle

<templatedata> { "description": "Creates an infobox for a fictional vehicle of any type - including automobiles, ships, spaceships and space stations.", "params": { "name": { "label": "Name", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Vehicle name to display in top header (default = PAGENAME)." }, "series": { "label": "Series", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Name of the series in which vehicle appears." }, "franchise": { "label": "Franchise", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Name of the fictional world or story in which vehicle appears. Does not italicize title." }, "multiple": { "label": "Multiple", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Set to yes if the infobox describes more than one vehicle." }, "image": { "label": "Image", "type": "wiki-file-name", "required": false, "suggested": false, "deprecated": false, "description": "Image of the vehicle. \"File:\" and wikilinking is not required. i.e. use |image=Example.png." }, "image_upright": { "label": "Image upright", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The image size defaults to frameless (220px). The size should not be set to a value that would result in an image width greater than 270px. See help below for guidance on determining the value to be used." }, "alt": { "label": "Alt", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Alt text for image per WP:MOSALT." }, "caption": { "label": "Caption", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "A caption explaining the image." }, "first_major": { "label": "First appearance major", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The title of the major work the fictional element first appeared in. Major works include TV series, films, books, albums and games." }, "first_minor": { "label": "First appearance minor", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The title of the minor work the fictional element first appeared in. Minor works include TV episodes, chapters, songs and game missions." }, "first_issue": { "label": "First appearance issue", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The number of the comic book issue the fictional element first appeared in." }, "first_date": { "label": "First appearance date", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The date of the publication/release of the minor work where the fictional element first appeared in." }, "last_major": { "label": "Last appearance major", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The title of the major work the fictional element last appeared in. Major works include TV series, films, books, albums and games." }, "last_minor": { "label": "Last appearance minor", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The title of the minor work the fictional element last appeared in. Minor works include TV episodes, chapters, songs and game missions." }, "last_issue": { "label": "Last appearance issue", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The number of the comic book issue the fictional element last appeared in." }, "last_date": { "label": "Last appearance date", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The date of the publication/release of the minor work where the fictional element last appeared in." }, "first": { "label": "First appearance", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "First appearance of the vehicle." }, "last": { "label": "Last appearance", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Last appearance of the vehicle." }, "creator": { "label": "Creator", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Name of the individuals who are credited with the creation of the vehicle." }, "based_on": { "label": "Based on", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Name of the original vehicle the fictional vehicle is based on. Use to add the title of original vehicle and the names of the original creators." }, "affiliation": { "label": "Affiliation", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The groups or teams the vehicle belongs to." }, "launched": { "label": "Launched", "type": "date", "required": false, "suggested": false, "deprecated": false, "description": "The date the vehicle went operational." }, "decommissioned": { "label": "Decommissioned", "type": "date", "required": false, "suggested": false, "deprecated": false, "description": "The date the vehicle was decommissioned." }, "captain": { "label": "Captain", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The captain of the vehicle; Used primarily for ships and spaceships." }, "fighters": { "label": "Combat vehicles", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The ship or station's combat vehicles." }, "aux_vehicle": { "label": "Auxiliary vehicles", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The vehicle's auxiliary vehicles." }, "class": { "label": "Class", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Text to display in the right column corresponding to lbl1." }, "registry": { "label": "Registry number", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The vehicle's register number." }, "armaments": { "label": "Armaments", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The vehicle's weapons." }, "defense": { "label": "Defense", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The vehicle's defenses.", "aliases": [ "defence" ] }, "max_speed": { "label": "Max speed", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The vehicle's max speed." }, "propulsion": { "label": "Propulsion", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "" }, "chassis": { "label": "Chassis", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The material that the vehicle is made from." }, "power": { "label": "Power", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The type of power the vehicle runs on." }, "mass": { "label": "Mass", "type": "number", "required": false, "suggested": false, "deprecated": false, "description": "The vehicle's mass." }, "length": { "label": "Length", "type": "number", "required": false, "suggested": false, "deprecated": false, "description": "The vehicle's length." }, "width": { "label": "Width", "type": "number", "required": false, "suggested": false, "deprecated": false, "description": "The vehicle's width." }, "height": { "label": "Height", "type": "number", "required": false, "suggested": false, "deprecated": false, "description": "The vehicle's height." }, "population_volume": { "label": "Population volume", "type": "number", "required": false, "suggested": false, "deprecated": false, "description": "The number of personal that are present on-board the vehicle." } }, "format": "Template:\n\n" } </templatedata>

Tracking categories