Template:Vehicle: Difference between revisions
Jump to navigation
Jump to search
(WIP.) |
(Added a "fuel" entry.) |
||
Line 11: | Line 11: | ||
|| | || | ||
* {{#if:{{{Seats|}}}|{{{Seats}}}|1}} | * {{#if:{{{Seats|}}}|{{{Seats}}}|1}} | ||
|- | |||
! Fuel | |||
|- | |||
|| | |||
* {{#if:{{{Fuel|}}}|{{{Fuel}}}|None?}} | |||
|- | |- | ||
! Weapon slots | ! Weapon slots |
Latest revision as of 11:07, 28 August 2015
How to use
To use this template, simply copy this into the very top of a vehicle's page.
{{Vehicle | Name = | Picture = | Seats = | Fuel = | Weapons = }}
Then fill in information as need. See the examples below.
A few of the fields can left blank to invoke the default, which is:
- Name =
{{PAGENAME}}
- Picture =
Imbox deletion.png
- Seats =
1
- Fuel =
None?
- Weapons =
* None
Minimal Example
Vehicle |
---|
Seats |
|
Fuel |
|
Weapon slots |
|
{{Vehicle | Name = | Picture = | Seats = | Fuel = | Weapons = }}
Full Examples
APC |
---|
Seats |
|
Fuel |
Weapon slots |
|
{{Vehicle | Name = APC | Picture = C_APC.png | Seats = 7 | Fuel = [[Gasoline]] | Weapons = * 1 Gun slot * 2 Ordnance racks }}