837
edits
m (Changed protection level for "Template:Vehicle" ([Edit=⧼protect-level-TemplateProtect⧽] (indefinite) [Move=⧼protect-level-TemplateProtect⧽] (indefinite))) |
(Add sell price and -1 text for rent only vehicles) |
||
Line 8: | Line 8: | ||
|- | |- | ||
| Buy Price: | | Buy Price: | ||
| £{{{BuyPrice}}} | | {{#ifeq: {{{BuyPrice}}} | -1 | Not Purchasable | £{{{BuyPrice}}}}} | ||
|- | |- | ||
| Rental Price: | | Rental Price: | ||
Line 15: | Line 15: | ||
| Retrieval Price: | | Retrieval Price: | ||
| £{{{RetrievalPrice}}} | | £{{{RetrievalPrice}}} | ||
|- | |||
| Sell Price: | |||
| £{{{SellPrice}}} | |||
|- | |- | ||
| Can be stolen? | | Can be stolen? | ||
Line 65: | Line 68: | ||
"BuyPrice": { | "BuyPrice": { | ||
"label": "Buy Price", | "label": "Buy Price", | ||
"description": "Total Buy Price of vehicle without 50% sale. No £ needed", | "description": "Total Buy Price of vehicle without 50% sale. No £ needed. -1 if only rentable.", | ||
"type": "number", | "type": "number", | ||
"required": true, | "required": true, | ||
Line 82: | Line 85: | ||
"type": "number", | "type": "number", | ||
"suggested": true, | "suggested": true, | ||
"example": "250,000" | "example": "250,000", | ||
"default": "1,000" | |||
}, | |||
"SellPrice": { | |||
"label": "Sell Price", | |||
"description": "How much the vehicle sells for in the garage. No £ Needed", | |||
"type": "number", | |||
"suggested": true, | |||
"example": "250,000", | |||
"default": "1,000" | |||
}, | }, | ||
"ChopPrice": { | "ChopPrice": { | ||
Line 142: | Line 154: | ||
"RentalPrice", | "RentalPrice", | ||
"RetrievalPrice", | "RetrievalPrice", | ||
"SellPrice", | |||
"CanBeStolen?", | "CanBeStolen?", | ||
"ChopPrice", | "ChopPrice", | ||
Line 152: | Line 165: | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | |||
[[Category:Templates]] | [[Category:Templates]] | ||
[[Category:Vehicles]] | [[Category:Vehicles]] | ||