Difference between revisions of "Template:Vehicle"
Jump to navigation
Jump to search
m (templatedata updated) |
m (TemplateData updated) |
||
Line 53: | Line 53: | ||
"description": "Name of the Vehicle", | "description": "Name of the Vehicle", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true, | ||
"example": "Hatchback (Sport)" | |||
}, | }, | ||
"ClassName": { | "ClassName": { | ||
Line 64: | Line 65: | ||
"BuyPrice": { | "BuyPrice": { | ||
"label": "Buy Price", | "label": "Buy Price", | ||
"description": "Total Buy Price of vehicle without 50% sale.", | "description": "Total Buy Price of vehicle without 50% sale. No £ needed", | ||
"type": "number", | "type": "number", | ||
"required": true | "required": true, | ||
"example": "250,000" | |||
}, | }, | ||
"RentalPrice": { | "RentalPrice": { | ||
"label": "Rental Price", | "label": "Rental Price", | ||
"description": "Total Rental Price of vehicle without 50% sale.", | "description": "Total Rental Price of vehicle without 50% sale. No £ Needed", | ||
"type": "number", | "type": "number", | ||
"required": true | "required": true, | ||
"example": "250,000" | |||
}, | }, | ||
"RetrievalPrice": { | "RetrievalPrice": { | ||
"label": "Retrieval Price", | "label": "Retrieval Price", | ||
"description": "How much it costs to retrieve from the garage", | "description": "How much it costs to retrieve from the garage. No £ Needed", | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true, | ||
"example": "250,000" | |||
}, | }, | ||
"ChopPrice": { | "ChopPrice": { | ||
Line 91: | Line 95: | ||
"description": "Total trunk size of the vehicle", | "description": "Total trunk size of the vehicle", | ||
"type": "number", | "type": "number", | ||
"required": true | "required": true, | ||
"example": "45" | |||
}, | }, | ||
"MaxSpeed": { | "MaxSpeed": { | ||
Line 97: | Line 102: | ||
"description": "Max Speed of the Vehicle", | "description": "Max Speed of the Vehicle", | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true, | ||
"example": "250" | |||
}, | }, | ||
"FuelSpace": { | "FuelSpace": { | ||
Line 103: | Line 109: | ||
"description": "Total internal fuel space value", | "description": "Total internal fuel space value", | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true, | ||
"example": "45" | |||
}, | }, | ||
"Seats": { | "Seats": { | ||
Line 109: | Line 116: | ||
"description": "Total seats in vehicle", | "description": "Total seats in vehicle", | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true, | ||
"example": "5" | |||
}, | }, | ||
"ArmourRating": { | "ArmourRating": { | ||
Line 115: | Line 123: | ||
"description": "Internal Amour Rating of the vehicle", | "description": "Internal Amour Rating of the vehicle", | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true, | ||
"example": "10" | |||
}, | }, | ||
"CanBeStolen?": { | "CanBeStolen?": { | ||
Line 133: | Line 142: | ||
"RentalPrice", | "RentalPrice", | ||
"RetrievalPrice", | "RetrievalPrice", | ||
"CanBeStolen?", | |||
"ChopPrice", | "ChopPrice", | ||
"TrunkSpace", | "TrunkSpace", |
Revision as of 23:35, 13 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 |