Template:ModStatus: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(same margin as a paragraph)
m (bad conditional)
Line 31: Line 31:
| 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.]'''
| released    = has been released! '''[{{{download}}} Download it now.]'''
| released    = has been released! '''[{{{download}}} Download it now.]'''
| dead        = is no longer being developed. {{if|{{{download}}}|'''[{{{download}}} Download its last release here.]'''| }}
| dead        = is no longer being developed. {{#if: {{{download|}}}|'''[{{{download}}} Download its last release here.]'''| }}
| #default    = is <strong style="color:red;font-family:monospace;">unrecognised status!</strong>.}}
| #default    = is <strong style="color:red;font-family:monospace;">unrecognised status!</strong>.}}
</p>{{#switch:{{lc:{{{status}}}}}
</p>{{#switch:{{lc:{{{status}}}}}

Revision as of 06:30, 18 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>
}}

  • Please do not include game if the mod is based on Source SDK Base or one of its variants
  • If you are included a download URL, then unless you are 100% sure you will never make another release link to your downloads page and not directly to the file. That way the URL won't need to be changed every time you come out with a new version of your mod.