Difference between revisions of "Template:Vehicle"
Jump to navigation
Jump to search
(Added TemplateData) |
m (Remove HP) |
||
Line 27: | Line 27: | ||
| Fuel Capacity: | | Fuel Capacity: | ||
| {{{FuelSpace}}} | | {{{FuelSpace}}} | ||
|- | |- | ||
| Seats: | | Seats: | ||
Line 100: | Line 97: | ||
"label": "Fuel Space", | "label": "Fuel Space", | ||
"description": "Total internal fuel space value", | "description": "Total internal fuel space value", | ||
"type": "number" | "type": "number", | ||
"suggested": true | |||
" | |||
}, | }, | ||
"Seats": { | "Seats": { | ||
Line 116: | Line 109: | ||
"label": "Armour Rating", | "label": "Armour Rating", | ||
"description": "Internal Amour Rating of the vehicle", | "description": "Internal Amour Rating of the vehicle", | ||
"type": "number" | "type": "number", | ||
"suggested": true | |||
} | } | ||
}, | }, | ||
Line 131: | Line 125: | ||
"MaxSpeed", | "MaxSpeed", | ||
"FuelSpace", | "FuelSpace", | ||
"Seats", | "Seats", | ||
"ArmourRating" | "ArmourRating" |
Revision as of 23:14, 13 January 2019
Classname: | {{{ClassName}}} |
Buy Price: | £{{{BuyPrice}}} |
Rental Price: | £{{{RentalPrice}}} |
Retrieval Price: | £{{{RetrievalPrice}}} |
Chop Shop Price: | £{{{ChopPrice}}} |
Trunk Space: | {{{TrunkSpace}}} |
Max Speed: | {{{MaxSpeed}}} KM/H |
Fuel Capacity: | {{{FuelSpace}}} |
Seats: | {{{Seats}}} |
Armour Rating: | {{{ArmourRating}}} |
Template to be used on all Vehicle pages
Parameter | Description | Type | Status | |
---|---|---|---|---|
Vehicle Image | Image | Displays the image of said vehicle. Ensure its uploaded! | File | required |
Vehicle Name | VehName | Name of the Vehicle | String | required |
Class Name | ClassName | Internal Class Name of the Vehicle
| String | suggested |
Buy Price | BuyPrice | Total Buy Price of vehicle without 50% sale. | Number | required |
Rental Price | RentalPrice | Total Rental Price of vehicle without 50% sale. | Number | required |
Retrieval Price | RetrievalPrice | How much it costs to retrieve from the garage | Number | suggested |
Chop Shop Price | ChopPrice | How much you get if you chop the vehicle if possible | Number | suggested |
Trunk Size | TrunkSpace | Total trunk size of the vehicle | Number | required |
Max Speed | MaxSpeed | Max Speed of the Vehicle | Number | suggested |
Fuel Space | FuelSpace | Total internal fuel space value | Number | suggested |
Seats | Seats | Total seats in vehicle | Number | suggested |
Armour Rating | ArmourRating | Internal Amour Rating of the vehicle | Number | suggested |