Template:Mod spotlight/doc: Difference between revisions

Added templatedata and see also
(Added usage example)
(Added templatedata and see also)
Line 22:
|article=Sly 1:Freecam mod
}}
 
== Template data ==
{{TemplateData header}}
<templatedata>
{
"params": {
"width": {
"description": "Max width for the container div",
"example": "300px"
},
"height": {
"description": "Max height for the container div",
"example": "500px"
},
"title": {
"description": "Title of the mod",
"type": "string",
"required": true
},
"creator": {
"description": "Name of the mod creator",
"type": "string",
"required": true
},
"image": {
"description": "Name of image file to display",
"type": "wiki-file-name",
"required": true
},
"description": {
"description": "Description text to display",
"type": "string",
"required": true
},
"article": {
"description": "Title of the wiki article for this mod",
"type": "wiki-page-name",
"required": true
}
},
"description": "A template for displaying featured mods on the main page and user pages.",
"format": "block"
}
</templatedata>
 
== See also ==
* {{tl|Main page mod spotlight}}
 
<includeonly>