Template:ModStatus: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 51: Line 51:
Displays a status box on your mod's page, and adds it to the appropriate categories.
Displays a status box on your mod's page, and adds it to the appropriate categories.


<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 />
<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 />
| engine = ''<Source/GoldSrc>'' <br />
game = ''<Episode Two/Portal/whatever>'' |<br />
| game = ''<Episode Two/Portal/...>'' <br />
status = ''<alpha/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>
* <code>game</code> and <code>download</code> are optional
* Please do not include <code>game</code> if the mod is based on [[Source SDK Base]] or one of its variants</noinclude>

Revision as of 07:02, 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