Difference between revisions of "Template:Vehicle"

From Roleplay UK Wiki
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?",
"CanBeStolen?",
"ChopPrice",
"ChopPrice",
"TrunkSpace",
"TrunkSpace",

Revision as of 00:35, 14 January 2019

{{{VehName}}} [[File:{{{Image}}}|center|top|class=infobox-image|200px]]
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

Template parameters

ParameterDescriptionTypeStatus
Vehicle ImageImage

File name must be exact - ensure its uploaded

Example
Image_Name.jpg
Filerequired
Vehicle NameVehName

Name of the Vehicle

Example
Hatchback (Sport)
Stringrequired
Class NameClassName

Internal Class Name of the Vehicle

Example
C_Hatchback_01_sport_F
Stringsuggested
Buy PriceBuyPrice

Total Buy Price of vehicle without 50% sale. No £ needed

Example
250,000
Numberrequired
Rental PriceRentalPrice

Total Rental Price of vehicle without 50% sale. No £ Needed

Example
250,000
Numberrequired
Retrieval PriceRetrievalPrice

How much it costs to retrieve from the garage. No £ Needed

Example
250,000
Numbersuggested
Can be stolen?CanBeStolen?

Can the vehicle be stolen - Either True of False

Example
True or False
Booleanrequired
Chop Shop PriceChopPrice

How much you get if you chop the vehicle if possible - If not possible, remove this field

Example
If unable to be stolen - Remove this field
Numbersuggested
Trunk SizeTrunkSpace

Total trunk size of the vehicle

Example
45
Numberrequired
Max SpeedMaxSpeed

Max Speed of the Vehicle

Example
250
Numbersuggested
Fuel SpaceFuelSpace

Total internal fuel space value

Example
45
Numbersuggested
SeatsSeats

Total seats in vehicle

Example
5
Numbersuggested
Armour RatingArmourRating

Internal Amour Rating of the vehicle

Example
10
Numbersuggested