Template:InfoBoxVehicle: Difference between revisions
Template page
More actions
Sqwishyish (talk | contribs) Testing TemplateData extenstion |
Sqwishyish (talk | contribs) m Added additional template data. |
||
Line 76: | Line 76: | ||
"name": { | "name": { | ||
"label": "Vehicle name", | "label": "Vehicle name", | ||
"description": "The name of the | "description": "The name of the vehicle, this should be the same as the name of the page.", | ||
"type": "string" | "type": "string", | ||
"example": "Boeing 737-800", | |||
"suggested": true | |||
}, | |||
"caption": { | |||
"label": "Image caption", | |||
"description": "A brief description of the image shown in the InfoBox", | |||
"type": "string", | |||
"example": "Boeing 737-800 flying low over the [[Thalassan Sea]]", | |||
"suggested": true | |||
}, | |||
"Rarity": { | |||
"label": "Vehicle rarity", | |||
"description": "The ingame rarity of the vehicle.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Widespread", | |||
"Common", | |||
"Uncommon", | |||
"Rare", | |||
"Ultra Rare", | |||
"Epic", | |||
"Mythical", | |||
"Legendary" | |||
], | |||
"example": "Ultra Rare", | |||
"suggested": true | |||
}, | |||
"Code": { | |||
"label": "Vehicle code", | |||
"description": "The ingame code of the vehicle.", | |||
"type": "string", | |||
"example": "737-800", | |||
"suggested": true | |||
}, | |||
"Type": { | |||
"label": "Vehicle type", | |||
"description": "The ingame rarity of the vehicle.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Ultralight", | |||
"Single Engine", | |||
"Helicopter", | |||
"Multi Engine", | |||
"Jet Engine", | |||
"Supersonic Transport", | |||
"VTOL", | |||
"Airship", | |||
"Boat", | |||
"Ground Vehicle" | |||
], | |||
"example": "Jet Engine", | |||
"suggested": true | |||
} | } | ||
} | } | ||
Line 86: | Line 138: | ||
{{Template:Testinfobox | {{Template:Testinfobox | ||
| name = Boeing 737-800 | | name = Boeing 737-800 | ||
| caption = Boeing 737-800 flying low over [[Thalassan Sea]] | | caption = Boeing 737-800 flying low over the [[Thalassan Sea]] | ||
| Rarity = Common | | Rarity = Common | ||
| Code = 737-800 | | Code = 737-800 |