Template:Ship Infobox: Difference between revisions

no edit summary
imported>Explodabat
m (Reverted edits by Explodabat (talk) to last revision by Smallketchup82)
imported>Smallketchup82
No edit summary
Line 245: Line 245:


</infobox>
</infobox>
<noinclude>
<templatedata>
{
"params": {
"title1": {
"description": "Usually autofills, you don't need to fill this in half of the time.",
"type": "string"
},
"armed": {
"description": "Is the ship armed?",
"example": "Yes"
},
"image1": {
"description": "Image for the ship, this might be a bit tricky so ask Wiki Staff if you need support.",
"example": "Deity-icon.png",
"type": "wiki-file-name"
},
"top_speed": {
"label": "Speed",
"description": "The top speed of the ship",
"example": "80",
"type": "number"
},
"acceleration": {
"description": "The ship's acceleration. Can be found by doing the :info command ingame."
}
},
"paramOrder": [
"title1",
"image1",
"armed",
"top_speed",
"acceleration"
]
}
</templatedata>
</noinclude>