Template:ModStatus: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(can now specify a game)
(single unified "beta" status; open or closed depends on whether you provide a download URL)
Line 24: Line 24:
This mod for [[{{#if: {{{game|}}} | {{{game}}} | {{{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.
| beta  = is currently in {{#if: {{{download}}} | [[Wikipedia:Development stage#Beta|open beta]]. '''[{{{download}}} Download it now.]''' | [[Wikipedia:Development stage#Beta|closed beta]] 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.
| open beta  = is currently in [[Wikipedia:Development stage#Beta|open beta]]. '''[{{{download}}} Download it now.]'''
| open beta  = is currently in [[Wikipedia:Development stage#Beta|open beta]]. '''[{{{download}}} Download it now.]'''
Line 49: Line 50:
engine = ''<Source/GoldSrc>'' |<br />
engine = ''<Source/GoldSrc>'' |<br />
game = ''<Episode Two/Portal/whatever>'' |<br />
game = ''<Episode Two/Portal/whatever>'' |<br />
status = ''<alpha/closed beta/open beta/released/dead>'' |<br />
status = ''<alpha/beta/released/dead>'' |<br />
download = ''<url>''<br />
download = ''<url>''<br />
&#125;&#125;</code></p>
&#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>
{{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:54, 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/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).