Difference between revisions of "Template:Motorcycle"

Jump to navigation Jump to search
Line 305: Line 305:
{{Motorcycle/doc}}
{{Motorcycle/doc}}
<!-- Please add interwikis to the /doc page, not here - thanks! -->
<!-- Please add interwikis to the /doc page, not here - thanks! -->
</noinclude>
<templatedata>
{
"params": {
"photo": {
"aliases": [
"image"
],
"type": "wiki-file-name",
"suggested": true
},
"image": {},
"name": {
"description": "Full model name",
"example": "Yamaha FZ6",
"type": "string",
"required": true
},
"manufacturer": {
"description": "Name of company that produced the motorcycle",
"example": "Yamaha",
"type": "string",
"required": true
},
"country": {
"description": "Country of origin",
"example": "Japan",
"type": "string"
},
"aka": {},
"production": {
"description": "Years of production",
"example": "2004 - 2018",
"type": "string"
},
"class": {},
"predecessor": {
"description": "Model which preceded this model.",
"example": "Yamaha FZ6S",
"type": "string",
"suggested": true
},
"successor": {
"description": "Model which superseded this model.",
"example": "Yamaha FZ6S",
"type": "string",
"suggested": true
},
"engine": {},
"bore_stroke": {},
"compression": {},
"top_speed": {},
"quarter_mile": {},
"zero_to_60": {
"description": "Zero to sixty time",
"type": "string"
},
"power": {},
"torque": {},
"fuel_system": {},
"air_filter": {},
"ignition": {},
"spark_plug": {},
"battery": {},
"transmission": {},
"final_drive": {},
"front_sprocket": {},
"rear_sprocket": {},
"frame": {},
"suspension": {},
"brakes": {},
"front_tire": {},
"rear_tire": {},
"front_tire_psi": {},
"rear_tire_psi": {},
"rake_trail": {},
"wheelbase": {},
"length": {},
"width": {},
"height": {},
"ground_clearance": {},
"seat_height": {},
"dry_weight": {},
"wet_weight": {},
"oil_capacity": {},
"oil_filter": {},
"recommended_oil": {},
"fuel_capacity": {},
"fuel_consumption": {},
"related": {},
"competition": {},
"value": {},
"msrp": {},
"manuals": {}
}
}
</templatedata></noinclude>