Template:ModStatus: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(single unified "beta" status; open or closed depends on whether you provide a download URL)
No edit summary
Line 14: Line 14:
{{#switch:{{lc:{{{status}}}}}
{{#switch:{{lc:{{{status}}}}}
| alpha      = [[File:Development.png|50px|link=]]
| alpha      = [[File:Development.png|50px|link=]]
| beta = {{#if: {{{download}}}| [[File:Development with download.png|50px|link=]] | [[File:Development.png|50px|link=]]}}
| closed beta = [[File:Development.png|50px|link=]]
| closed beta = [[File:Development.png|50px|link=]]
| open beta  = [[File:Development with download.png|50px|link=]]
| open beta  = [[File:Development with download.png|50px|link=]]
Line 32: Line 33:
</p>{{#switch:{{lc:{{{status}}}}}
</p>{{#switch:{{lc:{{{status}}}}}
| alpha      = [[Category:Mods In Alpha]]
| alpha      = [[Category:Mods In Alpha]]
| beta = [[Category:Mods In Beta]]
| closed beta = [[Category:Mods In Beta]]
| closed beta = [[Category:Mods In Beta]]
| open beta  = [[Category:Mods In Beta]]
| open beta  = [[Category:Mods In Beta]]
Line 45: Line 47:
| #default    =  
| #default    =  
}}}}</div><noinclude>
}}}}</div><noinclude>
Displays a status box on your mod's page.
Displays a status box on your mod's page, and adds it to the appropriate categories.


<p style="text-align:left;margin-left:1.5em;"><span style="float:left;margin-right:.5em;">'''Usage:'''</span><code style="overflow:auto;display:block;">&#123;&#123;ModStatus |<br />
<p style="text-align:left;margin-left:1.5em;"><span style="float:left;margin-right:.5em;">'''Usage:'''</span><code style="overflow:auto;display:block;">&#123;&#123;ModStatus |<br />

Revision as of 06:56, 17 July 2009

Development.png

This mod for [[{{{engine}}}]] is unrecognised status!.

Displays a status box on your mod's page, and adds it to the appropriate categories.

Usage:{{ModStatus |
engine = <Source/GoldSrc> |
game = <Episode Two/Portal/whatever> |
status = <alpha/beta/released/dead> |
download = <url>
}}

Note.pngNote:Do not include the game parameter if the mod is based on Source SDK Base (or one of its variants).