Template:Mod spotlight/doc: Difference between revisions

Added link to featured mods list
(Added template doc)
 
(Added link to featured mods list)
 
(2 intermediate revisions by the same user not shown)
Line 1:
{{Documentation subpage}}
This template is for displayingfeaturing the current featured modmods on the [[Main Page]]. To qualify for the spotlight, the mod article must have title, creator, and image in the infoboxuserpages.
 
== Usage ==
<code>width</code> and <code>height</code>parameters are optional. Default behavior is to fill available width and fit height to content.
<pre>
{{Mod spotlight
|width=500px
|title=Freecam for Sly 1
|creator=TheOnlyZac
|image=File:Sly_1_Burning_Rubber_zoomout.png
|description=This mod adds a free camera mode to Sly Cooper and the Thievius Raccoonus, allowing you to move the camera anywhere.
|article=Sly 1:Freecam mod
}}
</pre>
{{Mod spotlight
|width=500px
|title=Freecam for Sly 1
|creator=TheOnlyZac
|image=File:Sly_1_Burning_Rubber_zoomout.png
|description=This mod adds a free camera mode to Sly Cooper and the Thievius Raccoonus, allowing you to move the camera anywhere.
|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 ==
* [[SlyMods:Featured_mods]]
* {{tl|Main page mod spotlight}}
 
<includeonly>
[[Category:SlyMods templates]]