Template:ModStatus: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(centre the 'big' version)
(mode: SP, MP or both)
Line 25: Line 25:
</p>
</p>
<p style="overflow:auto;text-align:center;">
<p style="overflow:auto;text-align:center;">
This mod for [[{{#if: {{{game|}}} | {{{game}}} | {{{engine}}} }}]] {{#switch:{{lc:{{{status}}}}}
This {{#switch:{{lc:{{{mode}}}}}
| sp          = [[:Category:Single Player mods|SP]]
| mp          = [[:Category:Multiplayer mods|MP]]
| #default    =
}} 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.}}
Line 47: Line 51:
| goldsource  = [[Category:GoldSrc mods]]
| goldsource  = [[Category:GoldSrc mods]]
| source      = [[Category:Source mods]]
| source      = [[Category:Source mods]]
| #default    =
}}{{#switch:{{lc:{{{mode}}}}}
| sp          = [[Category:Single Player Mods]]
| mp          = [[Category:Multiplayer Mods]]
| both        = [[Category:Single Player Mods]] [[Category:Multiplayer Mods]]
| #default    =  
| #default    =  
}}}}</div><noinclude>
}}}}</div><noinclude>
Line 54: Line 63:
| engine = ''<Source/GoldSrc>'' <br />
| engine = ''<Source/GoldSrc>'' <br />
| game = ''<Episode Two/Portal/...>'' <br />
| game = ''<Episode Two/Portal/...>'' <br />
| mode = ''<sp/mp/both>''<br />
| status = ''<alpha/beta/released/dead>'' <br />
| status = ''<alpha/beta/released/dead>'' <br />
| download = ''<url>''<br />
| download = ''<url>''<br />
Line 60: Line 70:
* Please do not include <code>game</code> if the mod is based on [[Source SDK Base]] or one of its variants
* Please do not include <code>game</code> if the mod is based on [[Source SDK Base]] or one of its variants
* If you are included a <code>download</code> 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.
* If you are included a <code>download</code> 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.
* Do not mark a mod <code>dead</code> if it ceased development after releasing a final (or near-final) mod. Mark it <code>released</code>.
</noinclude>
</noinclude>

Revision as of 07:11, 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/...>
| mode = <sp/mp/both>
| 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.
  • Do not mark a mod dead if it ceased development after releasing a final (or near-final) mod. Mark it released.