Template:ModStatus: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(forward compatibility)
(can now specify a game)
Line 1: Line 1:
<noinclude>
<div style="border-width:1px;border-style:solid;-moz-border-radius:.5em;-webkit-border-radius:.5em;border-radius:.5em;padding:.5em;min-height:58px;{{#switch:{{lc:{{{size}}}}}
Displays a status box on your mod's page.
 
:'''Usage:''' <code><nowiki>{{ModStatus|engine=<source/goldsrc>|status=<alpha/closed beta/open beta/released/dead>|download=<url>}}</nowiki></code>
 
</noinclude><div style="border-width:1px;border-style:solid;-moz-border-radius:.5em;-webkit-border-radius:.5em;border-radius:.5em;padding:.5em;min-height:58px;{{#switch:{{lc:{{{size}}}}}
| small      = width:20em; margin:.5em; float: right;
| big        = width:80%; margin:.5em auto;
| big        = width:80%; margin:.5em auto;
| #default    = width:20em; margin:.5em;float: right;
| #default    = width:20em; margin:.5em;float: right;
Line 28: Line 22:
</p>
</p>
<p style="overflow:auto;text-align:center;">
<p style="overflow:auto;text-align:center;">
This mod for [[{{{engine}}}]] {{#switch:{{lc:{{{status}}}}}
This mod for [[{{#if: {{{game|}}} | {{{game}}} | {{{engine}}} }}]] {{#switch:{{lc:{{{status}}}}}
| alpha      = is currently in [[Wikipedia:Development stage#Alpha|alpha]] development.
| alpha      = is currently in [[Wikipedia:Development stage#Alpha|alpha]] development.
| closed beta = is currently in [[Wikipedia:Development stage#Beta|closed beta]] development.
| closed beta = is currently in [[Wikipedia:Development stage#Beta|closed beta]] development.
Line 49: Line 43:
| source      = [[Category:Source mods]]
| source      = [[Category:Source mods]]
| #default    =  
| #default    =  
}}}}</div>
}}}}</div><noinclude>
Displays a status box on your mod's page.
 
<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 />
engine = ''<Source/GoldSrc>'' |<br />
game = ''<Episode Two/Portal/whatever>'' |<br />
status = ''<alpha/closed beta/open beta/released/dead>'' |<br />
download = ''<url>''<br />
&#125;&#125;</code></p>
 
{{note|Do not include the <code>game</code> parameter if the mod is based on [[Source SDK Base]] (or one of its variants).}}</noinclude>

Revision as of 06:35, 17 July 2009

Development.png

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

Displays a status box on your mod's page.

Usage:{{ModStatus |
engine = <Source/GoldSrc> |
game = <Episode Two/Portal/whatever> |
status = <alpha/closed beta/open 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).