Difference between revisions of "Template:Infobox fictional vehicle/doc"
imported>JustinTime55 m (→Parameters: Spell personnel properly) |
|||
| (26 intermediate revisions by 10 users not shown) | |||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
| − | <!-- | + | <!-- 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 | + | |
| − | | image | + | '''Infobox fictional vehicle''' is used to create an infobox for a fictional vehicle of any type - including automobiles, ships, spaceships and space stations. |
| − | | | + | |
| − | | caption | + | == Usage == |
| − | | | + | The blank form immediately below shows the most commonly used fields, and complete instructions are listed further down the page. |
| − | | affiliation | + | |
| − | | launched | + | {{Infobox fictional vehicle |
| − | | decommissioned = | + | | name = {{{name}}} |
| − | | | + | | other_names = {{{other_names}}} |
| − | | | + | | series = {{{series}}} |
| − | | | + | | image = {{{image}}} |
| − | | | + | | alt = {{{alt}}} |
| − | | | + | | caption = {{{caption}}} |
| − | | armaments | + | | first_major = {{{first_major}}} |
| − | | defense | + | | first_minor = {{{first_minor}}} |
| − | | propulsion | + | | first_date = {{{first_date}}} |
| − | | chassis | + | | last_major = {{{last_major}}} |
| − | | power | + | | last_minor = {{{last_minor}}} |
| − | | mass | + | | last_date = {{{last_date}}} |
| − | | length | + | | creator = {{{creator}}} |
| − | | width | + | | based_on = {{{based_on}}} |
| − | | height | + | | affiliation = {{{affiliation}}} |
| − | | | + | | 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}}} | ||
}} | }} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | === | + | <syntaxhighlight lang="html" style="overflow:auto">{{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 = | ||
| + | }}</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}} | ||
| − | + | {{Film- and television-related infobox templates}} | |
| − | |||
| − | + | <includeonly>{{subpage other|| | |
| − | + | <!-- Categories below this line, please; interwikis at Wikidata --> | |
| − | [[ | + | [[Category:Fictional element infobox templates|Vehicle]] |
| − | [[Category: | + | [[Category:Templates that add a tracking category]] |
| − | </includeonly> | + | }}</includeonly> |
Latest revision as of 12:36, 18 September 2020
| This is a documentation subpage for Template:Infobox fictional vehicle. It contains usage information, categories and other content that is not part of the original template page. |
| This template uses Lua: |
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 |
|
| Last appearance |
|
| 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 | Script error: No such module "If empty". |
| Registry | {{{registry}}} |
| Armaments | {{{armaments}}} |
| Defenses | Script 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.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tracking categories
- Category:Pages using infobox fictional vehicle with unknown parameters (0)
- Category:Articles using infoboxes for fictional elements with invalid color combination (8)