Template:VehicleSimple: Difference between revisions

Template page
No edit summary
Tag: Manual revert
No edit summary
Line 116: Line 116:
}}
}}
|}
|}
{{#if:{{{rpg|}}}|
<includeonly>[[Category:Characters ({{{rpg}}})]]</includeonly>|
<includeonly>[[Category:Characters]]</includeonly>
}}
{{#if:{{{statusic|}}}|
{{#if:{{{rpg|}}}|
<includeonly>[[Category:{{{statusic|}}} ({{{rpg}}})]]</includeonly>|
<includeonly>[[Category:{{{statusic|}}}]]</includeonly>
}}|
}}
{{#if:{{{statusooc|}}}|
{{#if:{{{rpg|}}}|
<includeonly>[[Category:{{{statusooc|}}} Characters ({{{rpg}}})]]</includeonly>|
<includeonly>[[Category:{{{statusooc|}}} Characters]]</includeonly>
}}|
}}


<noinclude>
<noinclude>
Line 140: Line 121:
<div style="width: 40%;"><pre>
<div style="width: 40%;"><pre>
{{Vehicle
{{Vehicle
| name                =
| image = <!-- Image name on wiki -->
| image               =
| manufacturer = <!-- Manufacturer name -->
| caption            =
| productionstate = <!-- In Production/Retired -->
| rpg                =
| mincrew = <!-- Minimum crew of the vehicle -->
| rpgManualLink      =
| maxcrew = <!-- Maximum crew of the vehicle -->
| type                =
| length = <!-- Length of the vehicle -->
 
| height = <!-- Height of the vehicle -->
| nicknames          =
| width = <!-- Width of the vehicle -->
| aliases            =
| name = <!-- Name override of the vehicle if different from the page name -->
 
| appearance          =
 
| disablecomposition  =
| modifications      =  
| facilities          =
| stations            =
| components          =
| abilities          =
| weaponry            =
| hardpoints          =
| weakness            =
 
| disablehistory      =
| native              =
| nativeto            =
| home                =
| faction            =
| guild              =
| group              =
| affiliation        =
 
 
}}
}}
</pre></div>
</pre></div>
The only required parameter is the name. Any others which are unknown or inapplicable should be left blank. Fields marked with "Unknown" blank automatically.
IM JUST SPITBALLIN HEEEAH
 
The parameters `statusic`, `statusooc`, `rpg`, `species`, `gender`, `alignment`, and `element` will automatically add the character to the respective categories and create a link to the pages for each, so DO NOT make a link with `[[  ]]` when inputting these parameters. That will be done automatically.
 
If you want to make a custom link and/or not auto-categorize, use the `rpgManualLink` and so on. `rpg` will still be used for auto-categorization, but `rpgManualLink` will be displayed in the infobox, so mix and match to your leisure


[[Category:Infobox Templates]]
[[Category:Infobox Templates]]
</noinclude>
</noinclude>

Revision as of 22:26, 5 March 2024

VehicleSimple
Vehicle
Composition
Usage


Usage

{{Vehicle
| image = <!-- Image name on wiki -->
| manufacturer = <!-- Manufacturer name -->
| productionstate = <!-- In Production/Retired -->
| mincrew = <!-- Minimum crew of the vehicle -->
| maxcrew = <!-- Maximum crew of the vehicle -->
| length = <!-- Length of the vehicle -->
| height = <!-- Height of the vehicle -->
| width = <!-- Width of the vehicle -->
| name = <!-- Name override of the vehicle if different from the page name -->
}}

IM JUST SPITBALLIN HEEEAH