Template:ModStatus: Difference between revisions
Jump to navigation
Jump to search
Note:Do not include the
TomEdwards (talk | contribs) No edit summary |
TomEdwards (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
}}background-color:{{#switch:{{lc:{{{status}}}}} | }}background-color:{{#switch:{{lc:{{{status}}}}} | ||
| released = #AEEF59 | | released = #AEEF59 | ||
| beta = {{#if: {{{download}}}| #EFE795 | #EFEFEF }} | |||
| open beta = #EFE795 | | open beta = #EFE795 | ||
| #default = #EFEFEF | | #default = #EFEFEF | ||
}}; border-color:{{#switch:{{lc:{{{status}}}}} | }}; border-color:{{#switch:{{lc:{{{status}}}}} | ||
| released = #8BC53F | | released = #8BC53F | ||
| beta = {{#if: {{{download}}}| #C5BA3F | #AAA }} | |||
| open beta = #C5BA3F | | open beta = #C5BA3F | ||
| #default = #AAA | | #default = #AAA |
Revision as of 06:58, 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/whatever> |
status = <alpha/beta/released/dead> |
download = <url>
}}

game
parameter if the mod is based on Source SDK Base (or one of its variants).