Difference between revisions of "Template:Vehicle"
Jump to navigation
Jump to search
m (Protected "Template:Vehicle": Excessive vandalism: Stop touching the templates if you don't know what to do. ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
m (Manual reversion) |
||
Line 8: | Line 8: | ||
|- | |- | ||
| Buy Price: | | Buy Price: | ||
| | | £{{{BuyPrice}}} | ||
|- | |- | ||
| Rental Price: | | Rental Price: | ||
Line 15: | Line 15: | ||
| Retrieval Price: | | Retrieval Price: | ||
| £{{{RetrievalPrice}}} | | £{{{RetrievalPrice}}} | ||
|- | |- | ||
| Can be stolen? | | Can be stolen? | ||
Line 70: | Line 67: | ||
"description": "Total Buy Price of vehicle without 50% sale. No £ needed", | "description": "Total Buy Price of vehicle without 50% sale. No £ needed", | ||
"type": "number", | "type": "number", | ||
"required": | "required": true, | ||
"example": "250,000" | "example": "250,000" | ||
}, | }, | ||
Line 85: | Line 82: | ||
"type": "number", | "type": "number", | ||
"suggested": true, | "suggested": true, | ||
"example": "250 | "example": "250,000" | ||
}, | }, | ||
"ChopPrice": { | "ChopPrice": { | ||
Line 154: | Line 142: | ||
"RentalPrice", | "RentalPrice", | ||
"RetrievalPrice", | "RetrievalPrice", | ||
"CanBeStolen?", | "CanBeStolen?", | ||
"ChopPrice", | "ChopPrice", | ||
Line 165: | Line 152: | ||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
[[Category:Vehicles]] | [[Category:Vehicles]] | ||
</noinclude> |
Revision as of 00:34, 14 January 2019
Classname: | {{{ClassName}}} |
Buy Price: | £{{{BuyPrice}}} |
Rental Price: | £{{{RentalPrice}}} |
Retrieval Price: | £{{{RetrievalPrice}}} |
Can be stolen? | {{{CanBeStolen?}}} |
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 | File name must be exact - 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. No £ needed
| Number | required |
Rental Price | RentalPrice | Total Rental Price of vehicle without 50% sale. No £ Needed
| Number | required |
Retrieval Price | RetrievalPrice | How much it costs to retrieve from the garage. No £ Needed
| Number | suggested |
Can be stolen? | CanBeStolen? | Can the vehicle be stolen - Either True of False
| Boolean | required |
Chop Shop Price | ChopPrice | How much you get if you chop the vehicle if possible - If not possible, remove this field
| 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 |