Template:Infobox mod: Difference between revisions

Added templatedata
(Fixed title, added namespace check for categories)
(Added templatedata)
Line 40:
}}
{{Documentation}}
<templatedata>
</noinclude>
{
"params": {
"width": {
"type": "unknown"
},
"name": {
"type": "string",
"description": "The name of the mod (default is the page name)"
},
"image": {
"type": "wiki-file-name"
},
"caption": {
"type": "string",
"label": "image caption"
},
"creator": {
"type": "string",
"aliases": [
"author"
],
"description": "The name of the person who created the mod"
},
"releasedate": {
"example": "January 1, 1969",
"type": "date",
"label": "release date",
"description": "The date the mod was first released"
},
"sly1": {
"example": "y",
"type": "unknown"
},
"sly2": {
"example": "y"
},
"sly3": {
"example": "y"
},
"sly4": {
"example": "y"
},
"version": {
"aliases": [
"build"
],
"description": "The version of the game the mod is for",
"type": "string"
},
"download": {
"label": "download link",
"description": "Download link for the mod",
"type": "url"
}
},
"paramOrder": [
"name",
"image",
"caption",
"width",
"creator",
"releasedate",
"version",
"download",
"sly1",
"sly2",
"sly3",
"sly4"
],
"description": "An infobox for mod infopages."
}
</templatedata></noinclude>