Template:ModStatus: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 27: Line 27:
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.}}
| 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 35: Line 35:
</p>{{#switch:{{lc:{{{status}}}}}
</p>{{#switch:{{lc:{{{status}}}}}
| alpha      = [[Category:Mods In Alpha]]
| alpha      = [[Category:Mods In Alpha]]
| beta = [[Category:Mods In Beta]]
| 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]]

Revision as of 07:07, 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/...>
| status = <alpha/beta/released/dead>
| download = <url>
}}

  • game and download are optional
  • Please do not include game if the mod is based on Source SDK Base or one of its variants