Difference between revisions of "Template:Vehicle"

4 bytes removed ,  22:07, 15 January 2019
m
String -> Line
(Add primary weapon to vehicle template)
m (String -> Line)
Line 56: Line 56:
"label": "Vehicle Name",
"label": "Vehicle Name",
"description": "Name of the Vehicle",
"description": "Name of the Vehicle",
"type": "string",
"type": "line",
"required": true,
"required": true,
"example": "Hatchback (Sport)"
"example": "Hatchback (Sport)"
Line 64: Line 64:
"description": "Doesn't display publicly - Internal use only",
"description": "Doesn't display publicly - Internal use only",
"example": "C_Hatchback_01_sport_F",
"example": "C_Hatchback_01_sport_F",
"type": "string",
"type": "line",
"suggested": true
"suggested": true
},
},