Difference between revisions of "Template:Vehicle"
m (Missing : reeeee) |
(Remove Fuel/Armour info) |
||
Line 23: | Line 23: | ||
|- | |- | ||
| '''Legal Status:''' | | '''Legal Status:''' | ||
| {{#ifeq: {{{VehicleIllegal}}} | | | {{#ifeq: {{{VehicleIllegal}}} | 0 | Legal | Illegal}} | ||
|- | |- | ||
| '''Trunk Space:''' | | '''Trunk Space:''' | ||
Line 30: | Line 30: | ||
| '''Max Speed:''' | | '''Max Speed:''' | ||
| {{{MaxSpeed}}} km/h | | {{{MaxSpeed}}} km/h | ||
|- | |- | ||
| '''Seats:''' | | '''Seats:''' | ||
| {{{Seats}}} | | {{{Seats}}} | ||
|} | |} | ||
</div> | </div> | ||
Line 117: | Line 111: | ||
"suggested": true, | "suggested": true, | ||
"example": "250" | "example": "250" | ||
}, | }, | ||
"Seats": { | "Seats": { | ||
Line 131: | Line 118: | ||
"suggested": true, | "suggested": true, | ||
"example": "5" | "example": "5" | ||
}, | }, | ||
"VehicleType": { | "VehicleType": { | ||
Line 167: | Line 147: | ||
"TrunkSpace", | "TrunkSpace", | ||
"MaxSpeed", | "MaxSpeed", | ||
"Seats", | "Seats", | ||
"ClassName" | "ClassName" | ||
], | ], |
Revision as of 00:12, 15 January 2019
[[File:{{{Image}}}|center|top|class=infobox-image|200px]] | |
---|---|
Type: | [[{{{VehicleType}}}]] |
Buy Price: | £{{{BuyPrice}}} |
Rental Price: | £Expression error: Unrecognized punctuation character "{". |
Retrieval Price: | £{{{RetrievalPrice}}} |
Sell Price: | £{{{SellPrice}}} |
Chop Shop Price: | Unknown |
Legal Status: | Illegal |
Trunk Space: | {{{TrunkSpace}}} |
Max Speed: | {{{MaxSpeed}}} km/h |
Seats: | {{{Seats}}} |
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 |
Vehicle Type | VehicleType | Vehicle Type, used to link to a page to show requirements.
| Page name | suggested |
Buy Price | BuyPrice | Total Buy Price of vehicle without 50% sale. No £ needed. -1 if only rentable.
| Number | required |
Rental Price | RentalPrice | Total Rental Price of vehicle, only set this to override default 50% pricing. No £ Needed
| Number | optional |
Retrieval Price | RetrievalPrice | How much it costs to retrieve from the garage. No £ Needed
| Number | suggested |
Sell Price | SellPrice | How much the vehicle sells for in the garage. No £ Needed
| Number | suggested |
Chop Shop Price | ChopPrice | How much you get if you chop the vehicle if possible - If not possible, remove this field
| Number | suggested |
Vehicle Illegal | VehicleIllegal | Indicates if the vehicle is illegal or not. Set False for Legal and True for Illegal
| Boolean | required |
Trunk Size | TrunkSpace | Total trunk size of the vehicle
| Number | required |
Max Speed | MaxSpeed | Max Speed of the Vehicle
| Number | suggested |
Seats | Seats | Total seats in vehicle
| Number | suggested |
Class Name | ClassName | Doesn't display publicly - Internal use only
| String | suggested |