Difference between revisions of "Template:Infobox fictional vehicle/doc"

From blackwiki
Jump to navigation Jump to search
imported>JustinTime55
m (→‎Parameters: Spell personnel properly)
 
(26 intermediate revisions by 10 users not shown)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
+
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
{{infobox fictional vehicle
+
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters|Module:Formatted appearance}}
| name           = ''name''
+
 
| image         = Example.jpg
+
'''Infobox fictional vehicle''' is used to create an infobox for a fictional vehicle of any type - including automobiles, ships, spaceships and space stations.
| imagesize      =  
+
 
| caption       = ''caption''
+
== Usage ==
| first         = ''first''
+
The blank form immediately below shows the most commonly used fields, and complete instructions are listed further down the page.
| affiliation   = ''affliation''
+
 
| launched       = ''launched''
+
{{Infobox fictional vehicle
| decommissioned = ''decommissioned''
+
| name               = {{{name}}}
| class          = ''class''
+
| other_names        = {{{other_names}}}
| registry      = ''registry''
+
| series              = {{{series}}}
| maxspeed      = ''maxspeed''
+
| image               = {{{image}}}
| fighters      = ''fighters''
+
| alt                = {{{alt}}}
| auxcraft      = ''auxcraft''
+
| caption             = {{{caption}}}
| armaments     = ''armaments''
+
| first_major        = {{{first_major}}}
| defense       = ''defense''
+
| first_minor        = {{{first_minor}}}
| propulsion     = ''propulsion''
+
| first_date          = {{{first_date}}}
| chassis       = ''chassis''
+
| last_major          = {{{last_major}}}
| power         = ''power''
+
| last_minor         = {{{last_minor}}}
| mass           = ''mass''
+
| last_date          = {{{last_date}}}
| length         = ''length''
+
| creator            = {{{creator}}}
| width         = ''width''
+
| based_on            = {{{based_on}}}
| height         = ''height''
+
| affiliation         = {{{affiliation}}}
| primeref      = ''primeref''
+
| launched           = {{{launched}}}
 +
| decommissioned     = {{{decommissioned}}}
 +
| captain            = {{{captain}}}
 +
| fighters            = {{{fighters}}}
 +
| aux_vehicle        = {{{aux_vehicle}}}
 +
| class              = {{{class}}}
 +
| registry            = {{{registry}}}
 +
| armaments           = {{{armaments}}}
 +
| defense             = {{{defense}}}
 +
| max_speed          = {{{max_speed}}}
 +
| propulsion         = {{{propulsion}}}
 +
| chassis             = {{{chassis}}}
 +
| power               = {{{power}}}
 +
| mass               = {{{mass}}}
 +
| length             = {{{length}}}
 +
| width               = {{{width}}}
 +
| height             = {{{height}}}
 +
| population_volume  = {{{population_volume}}}
 
}}
 
}}
=== Usage ===
 
All values except name and first appearance are optional, all information should be cited within the article, footnotes are the preferred method of citation, you may also make use of the references field. Examples can be seen at: [[Andromeda Ascendant]] and [[Enterprise (NX-01)|''Enterprise'' (NX-01)]]. For expanded information and descriptions of values please see the talk page.
 
<pre style="overflow:auto">
 
{{infobox fictional vehicle
 
| name          =
 
| image          =
 
| imagesize      =
 
| caption        =
 
| first          =
 
| affiliation    =
 
| launched      =
 
| decommissioned =
 
| class          =
 
| registry      =
 
| maxspeed      =
 
| fighters      =
 
| auxcraft      =
 
| armaments      =
 
| defense        =
 
| propulsion    =
 
| chassis        =
 
| power          =
 
| mass          =
 
| length        =
 
| width          =
 
| height        =
 
| primeref      =
 
}}</pre>
 
  
=== See also ===
+
<syntaxhighlight lang="html" style="overflow:auto">{{Infobox fictional vehicle
*{{tl|Infobox fictional country}}
+
| name                =
*{{tl|Infobox fictional creature}}
+
| other_names        =
*{{tl|Infobox fictional location}}
+
| series              = <!-- or |franchise=; use without the italic on the outside -->
*{{tl|Infobox fictional planet}}
+
| image              =
*{{tl|Infobox fictional race}}
+
| alt                =
*{{tl|Infobox fictional secret organisation}}
+
| caption            =
 +
| first_major        = <!-- per [[MOS:MAJORWORK]] - major works include TV series, films, books, albums and games -->
 +
| first_minor        = <!-- or |first_issue=; Per [[MOS:MINORWORK]] - minor works include TV episodes, chapters, songs and game missions -->
 +
| first_date          =
 +
| last_major          =
 +
| last_minor          = <!-- or |last_issue= -->
 +
| last_date          =
 +
| creator            =
 +
| based_on            = <!-- if not an original creation, use {{based on|vehicle|author}} -->
 +
| affiliation        =
 +
| launched            =
 +
| decommissioned      =
 +
| captain            =
 +
| fighters            =
 +
| aux_vehicle        =
 +
| class              =
 +
| registry            =
 +
| armaments          =
 +
| defense            = <!-- or |defence= -->
 +
| max_speed          =
 +
| propulsion          =
 +
| chassis            =
 +
| power              =
 +
| mass                =
 +
| length              =
 +
| width              =
 +
| height              =
 +
| population_volume  =
 +
}}</syntaxhighlight>
 +
 
 +
== Parameters ==
 +
All parameters are optional. Separate multiple entries using {{tl|Plainlist}}.
 +
 
 +
{| class="wikitable"
 +
|-
 +
! scope="col" | Parameter
 +
! scope="col" | Notes
 +
|-
 +
! scope="row" | color
 +
| Background color for header bars (default = #DEDEE2). The text color is automatically computed. Must meet AAA compliance standards outlines on [[WP:COLOR]].
 +
|-
 +
! scope="row" | name
 +
| Vehicle name to display in top header (default = PAGENAME).
 +
|-
 +
! scope="row" | series
 +
| Name of the series in which vehicle appears.
 +
|-
 +
! scope="row" | franchise
 +
| Name of the fictional world or story in which vehicle appears. Does not italicize title.
 +
|-
 +
! scope="row" | multiple
 +
| Set to yes if the infobox describes more than one vehicle.
 +
|-
 +
! scope="row" | image
 +
| Image of the vehicle. "File:" and wikilinking is not required. i.e. use {{para|image|Example.png}}.
 +
|-
 +
! scope="row" | 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 [[#Calculating "image_upright"|help below]] for guidance on determining the value to be used.
 +
|-
 +
! scope="row" | alt
 +
| Alt text for image per [[WP:MOSALT]].
 +
|-
 +
! scope="row" | caption
 +
| A caption explaining the image.
 +
|-
 +
! scope="row" | first_major
 +
| The title of the [[MOS:MAJORWORK|major work]] the fictional element first appeared in. Major works include TV series, films, books, albums and games.
 +
|-
 +
! scope="row" | first_minor
 +
| The title of the [[MOS:MINORWORK|minor work]] the fictional element first appeared in. Minor works include TV episodes, chapters, songs and game missions.
 +
|-
 +
! scope="row" | first_issue
 +
| The number of the comic book issue the fictional element first appeared in.
 +
|-
 +
! scope="row" | first_date
 +
| The date of the publication/release of the minor work where the fictional element first appeared in.
 +
|-
 +
! scope="row" | last_major
 +
| The title of the [[MOS:MAJORWORK|major work]] the fictional element last appeared in. Major works include TV series, films, books, albums and games.
 +
|-
 +
! scope="row" | last_minor
 +
| The title of the [[MOS:MINORWORK|minor work]] the fictional element last appeared in. Minor works include TV episodes, chapters, songs and game missions.
 +
|-
 +
! scope="row" | last_issue
 +
| The number of the comic book issue the fictional element last appeared in.
 +
|-
 +
! scope="row" | last_date
 +
| The date of the publication/release of the minor work where the fictional element last appeared in.
 +
|-
 +
! scope="row" | first
 +
| First appearance of the vehicle.
 +
|-
 +
! scope="row" | last
 +
| Last appearance of the vehicle.
 +
|-
 +
! scope="row" | creator
 +
| Name of the individuals who are credited with the creation of the vehicle.
 +
|-
 +
! scope="row" | based_on
 +
| Name of the original vehicle the fictional vehicle is based on. Use {{based on}} to add the title of original vehicle and the names of the original creators.
 +
|-
 +
! scope="row" | affiliation
 +
| The groups or teams the vehicle belongs to.
 +
|-
 +
! scope="row" | launched
 +
| The date the vehicle went operational.
 +
|-
 +
! scope="row" | decommissioned
 +
| The date the vehicle was decommissioned.
 +
|-
 +
! scope="row" | captain
 +
| The captain of the vehicle; Used primarily for ships and spaceships.
 +
|-
 +
! scope="row" | fighters
 +
| The ship or station's combat vehicles.
 +
|-
 +
! scope="row" | aux_vehicle
 +
| The vehicle's auxiliary vehicles.
 +
|-
 +
! scope="row" | class
 +
| The vehicle's class type.
 +
|-
 +
! scope="row" | registry
 +
| The vehicle's register number.
 +
|-
 +
! scope="row" | armaments
 +
| The vehicle's weapons.
 +
|-
 +
! scope="row" | defense
 +
| The vehicle's defenses.
 +
|-
 +
! scope="row" | max_speed
 +
| The vehicle's max speed.
 +
|-
 +
! scope="row" | propulsion
 +
|
 +
|-
 +
! scope="row" | chassis
 +
| The material that the vehicle is made from.
 +
|-
 +
! scope="row" | power
 +
| The type of power the vehicle runs on.
 +
|-
 +
! scope="row" | mass
 +
| The vehicle's mass.
 +
|-
 +
! scope="row" | length
 +
| The vehicle's length.
 +
|-
 +
! scope="row" | width
 +
| The vehicle's width.
 +
|-
 +
! scope="row" | height
 +
| The vehicle's height.
 +
|-
 +
! scope="row" | population_volume
 +
| The number of personnel that are present on-board the vehicle.
 +
|}
 +
 
 +
===TemplateData===
 +
{{Collapse top|title=TemplateData}}
 +
{{TemplateData header|noheader=1}}
 +
<templatedata>
 +
{
 +
"description": "Creates an infobox for a fictional vehicle of any type - including automobiles, ships, spaceships and space stations.",
 +
"params": {
 +
"color": {
 +
"label": "Color",
 +
"type": "string",
 +
"required": false,
 +
"suggested": false,
 +
"deprecated": false,
 +
"description": "Background color for header bars (default = #DEDEE2). The text color is automatically computed. Must meet AAA compliance standards outlines on [[WP:COLOR]].",
 +
"aliases": [
 +
"colour"
 +
]
 +
},
 +
"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": "string",
 +
"required": false,
 +
"suggested": false,
 +
"deprecated": false,
 +
"description": "Image of the vehicle. \"File:\" and wikilinking is not required. i.e. use {{para|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 [[#Calculating \"image_upright\"|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 {{based on}} 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": "{{_\n| __________________= _\n}}\n"
 +
}
 +
</templatedata>
 +
{{Collapse bottom}}
 +
 
 +
== Tracking categories ==
 +
* {{clc|Pages using infobox fictional vehicle with unknown parameters}}
 +
* {{clc|Articles using infoboxes for fictional elements with invalid color combination}}
  
<includeonly>
+
{{Film- and television-related infobox templates}}
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
 
  
[[fr:Modèle:Infobox Vaisseau de fiction]]
+
<includeonly>{{subpage other||
[[ja:Template:Infobox 架空の宇宙船]]
+
<!-- Categories below this line, please; interwikis at Wikidata -->
[[ms:Templat:Infobox Kapal Angkasa Fiksyen]]
+
[[Category:Fictional element infobox templates|Vehicle]]
[[Category:Television infobox templates|Spacecraft]]
+
[[Category:Templates that add a tracking category]]
</includeonly>
+
}}</includeonly>

Latest revision as of 12:36, 18 September 2020

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.

Script error: No such module "If empty".
{{{series}}} vehicle
[[File:{{{image}}}|frameless|alt={{{alt}}}|upright=1|{{{alt}}}]]
{{{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
ClassScript error: No such module "If empty".
Registry{{{registry}}}
Armaments{{{armaments}}}
DefensesScript error: No such module "If empty".
Maximum speed{{{max_speed}}}
Propulsion{{{propulsion}}}
Chassis{{{chassis}}}
Power{{{power}}}
Mass{{{mass}}}
Length{{{length}}}
Width{{{width}}}
Height{{{height}}}
Population volume{{{population_volume}}}
{{Infobox fictional vehicle
| name                =
| other_names         =
| series              = <!-- or |franchise=; use without the italic on the outside -->
| image               =
| alt                 =
| caption             =
| first_major         = <!-- per [[MOS:MAJORWORK]] - major works include TV series, films, books, albums and games -->
| first_minor         = <!-- or |first_issue=; Per [[MOS:MINORWORK]] - minor works include TV episodes, chapters, songs and game missions -->
| first_date          =
| last_major          =
| last_minor          = <!-- or |last_issue= -->
| last_date           =
| creator             =
| based_on            = <!-- if not an original creation, use {{based on|vehicle|author}} -->
| affiliation         =
| launched            =
| decommissioned      =
| captain             =
| fighters            =
| aux_vehicle         =
| class               =
| registry            =
| armaments           =
| defense             = <!-- or |defence= -->
| max_speed           =
| propulsion          =
| chassis             =
| power               =
| mass                =
| length              =
| width               =
| height              =
| population_volume   =
}}

Parameters

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

Parameter Notes
color Background color for header bars (default = #DEDEE2). The text color is automatically computed. Must meet AAA compliance standards outlines on WP:COLOR.
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 major work the fictional element first appeared in. Major works include TV series, films, books, albums and games.
first_minor The title of the minor work 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 major work the fictional element last appeared in. Major works include TV series, films, books, albums and games.
last_minor The title of the minor work 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 the monthly parameter usage report for this template.

TemplateData for Infobox fictional vehicle

Creates an infobox for a fictional vehicle of any type - including automobiles, ships, spaceships and space stations.

Template parameters

This template has custom formatting.

ParameterDescriptionTypeStatus
Colorcolor colour

Background color for header bars (default = #DEDEE2). The text color is automatically computed. Must meet AAA compliance standards outlines on [[WP:COLOR]].

Stringoptional
Namename

Vehicle name to display in top header (default = PAGENAME).

Stringoptional
Seriesseries

Name of the series in which vehicle appears.

Stringoptional
Franchisefranchise

Name of the fictional world or story in which vehicle appears. Does not italicize title.

Stringoptional
Multiplemultiple

Set to yes if the infobox describes more than one vehicle.

Stringoptional
Imageimage

Image of the vehicle. "File:" and wikilinking is not required. i.e. use {{para|image|Example.png}}.

Stringoptional
Image uprightimage_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 [[#Calculating "image_upright"|help below]] for guidance on determining the value to be used.

Stringoptional
Altalt

Alt text for image per [[WP:MOSALT]].

Stringoptional
Captioncaption

A caption explaining the image.

Stringoptional
First appearance majorfirst_major

The title of the major work the fictional element first appeared in. Major works include TV series, films, books, albums and games.

Stringoptional
First appearance minorfirst_minor

The title of the minor work the fictional element first appeared in. Minor works include TV episodes, chapters, songs and game missions.

Stringoptional
First appearance issuefirst_issue

The number of the comic book issue the fictional element first appeared in.

Stringoptional
First appearance datefirst_date

The date of the publication/release of the minor work where the fictional element first appeared in.

Stringoptional
Last appearance majorlast_major

The title of the major work the fictional element last appeared in. Major works include TV series, films, books, albums and games.

Stringoptional
Last appearance minorlast_minor

The title of the minor work the fictional element last appeared in. Minor works include TV episodes, chapters, songs and game missions.

Stringoptional
Last appearance issuelast_issue

The number of the comic book issue the fictional element last appeared in.

Stringoptional
Last appearance datelast_date

The date of the publication/release of the minor work where the fictional element last appeared in.

Stringoptional
First appearancefirst

First appearance of the vehicle.

Stringoptional
Last appearancelast

Last appearance of the vehicle.

Stringoptional
Creatorcreator

Name of the individuals who are credited with the creation of the vehicle.

Stringoptional
Based onbased_on

Name of the original vehicle the fictional vehicle is based on. Use {{based on}} to add the title of original vehicle and the names of the original creators.

Stringoptional
Affiliationaffiliation

The groups or teams the vehicle belongs to.

Stringoptional
Launchedlaunched

The date the vehicle went operational.

Dateoptional
Decommissioneddecommissioned

The date the vehicle was decommissioned.

Dateoptional
Captaincaptain

The captain of the vehicle; Used primarily for ships and spaceships.

Stringoptional
Combat vehiclesfighters

The ship or station's combat vehicles.

Stringoptional
Auxiliary vehiclesaux_vehicle

The vehicle's auxiliary vehicles.

Stringoptional
Classclass

Text to display in the right column corresponding to lbl1.

Stringoptional
Registry numberregistry

The vehicle's register number.

Stringoptional
Armamentsarmaments

The vehicle's weapons.

Stringoptional
Defensedefense defence

The vehicle's defenses.

Stringoptional
Max speedmax_speed

The vehicle's max speed.

Stringoptional
Propulsionpropulsion

Stringoptional
Chassischassis

The material that the vehicle is made from.

Stringoptional
Powerpower

The type of power the vehicle runs on.

Stringoptional
Massmass

The vehicle's mass.

Numberoptional
Lengthlength

The vehicle's length.

Numberoptional
Widthwidth

The vehicle's width.

Numberoptional
Heightheight

The vehicle's height.

Numberoptional
Population volumepopulation_volume

The number of personal that are present on-board the vehicle.

Numberoptional

Tracking categories