Difference between revisions of "Template:Vehicle"

From Roleplay UK Wiki
Jump to navigation Jump to search
(Added TemplateData)
m (Remove HP)
Line 27: Line 27:
| Fuel Capacity:
| Fuel Capacity:
| {{{FuelSpace}}}
| {{{FuelSpace}}}
|-
| Horse Power:
| {{{HorsePower}}}
|-
|-
| 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
"HorsePower": {
"label": "Horse Power",
"description": "Total horse power for the vehicle",
"type": "number"
},
},
"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",
"HorsePower",
"Seats",
"Seats",
"ArmourRating"
"ArmourRating"

Revision as of 00:14, 14 January 2019

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

Template parameters

ParameterDescriptionTypeStatus
Vehicle ImageImage

Displays the image of said vehicle. Ensure its uploaded!

Filerequired
Vehicle NameVehName

Name of the Vehicle

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.

Numberrequired
Rental PriceRentalPrice

Total Rental Price of vehicle without 50% sale.

Numberrequired
Retrieval PriceRetrievalPrice

How much it costs to retrieve from the garage

Numbersuggested
Chop Shop PriceChopPrice

How much you get if you chop the vehicle if possible

Numbersuggested
Trunk SizeTrunkSpace

Total trunk size of the vehicle

Numberrequired
Max SpeedMaxSpeed

Max Speed of the Vehicle

Numbersuggested
Fuel SpaceFuelSpace

Total internal fuel space value

Numbersuggested
SeatsSeats

Total seats in vehicle

Numbersuggested
Armour RatingArmourRating

Internal Amour Rating of the vehicle

Numbersuggested