Template:ModStatus: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
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

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/whatever> |
status = <alpha/beta/released/dead> |
download = <url>
}}

Note.pngNote:Do not include the game parameter if the mod is based on Source SDK Base (or one of its variants).