Template:ModStatus: Difference between revisions
Jump to navigation
Jump to search
TomEdwards (talk | contribs) No edit summary |
TomEdwards (talk | contribs) 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;">{{ModStatus | <p style="text-align:left;margin-left:1.5em;"><span style="float:left;margin-right:.5em;">'''Usage:'''</span><code style="overflow:auto;display:block;">{{ModStatus <br /> | ||
engine = ''<Source/GoldSrc>'' | | engine = ''<Source/GoldSrc>'' <br /> | ||
game = ''<Episode Two/Portal/ | | game = ''<Episode Two/Portal/...>'' <br /> | ||
status = ''<alpha/beta/released/dead>'' | | status = ''<alpha/beta/released/dead>'' <br /> | ||
download = ''<url>''<br /> | | download = ''<url>''<br /> | ||
}}</code></p> | }}</code></p> | ||
* <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
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
anddownload
are optional- Please do not include
game
if the mod is based on Source SDK Base or one of its variants