Template:ModStatus: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(quick fix for default colours, but others still need work)
(new colour scheme)
Line 6: Line 6:
| #default    = width:20em; margin:.4em .75em .5em;float:right;
| #default    = width:20em; margin:.4em .75em .5em;float:right;
}}background-color:{{#switch:{{lc:{{{status}}}}}
}}background-color:{{#switch:{{lc:{{{status}}}}}
| released = #AEEF59
| released = #2C4C00
| beta = {{#if: {{{download|}}}| #EFE795 | #3A3A3A }}
| beta = {{#if: {{{download|}}}| #666240 | #3A3A3A }}
| open beta = #EFE795
| open beta = #666240
| #default = #3A3A3A
| #default = #3A3A3A
}}; border-color:{{#switch:{{lc:{{{status}}}}}
}}; border-color:{{#switch:{{lc:{{{status}}}}}
| released = #8BC53F
| released = #3F6D00
| beta = {{#if: {{{download|}}}| #C5BA3F | #525252 }}
| beta = {{#if: {{{download|}}}| #8C8758 | #525252 }}
| open beta = #C5BA3F
| open beta = #8C8758
| #default = #525252
| #default = #525252
}};">
}};">
Line 62: Line 62:
| both        = [[Category:Single Player Mods]] [[Category:Multiplayer Mods]]
| both        = [[Category:Single Player Mods]] [[Category:Multiplayer Mods]]
| #default    =  
| #default    =  
}}}}</div>{{#if: {{{image|}}} | <div style="clear:right;float:right;background:#FFF;padding:.2em .75em;">[[File:{{{image}}}|border|right|267px]]</div> }}<noinclude>
}}}}</div>{{#if: {{{image|}}} | <div style="clear:right;float:right;background:#262626;padding:.2em .75em;">[[File:{{{image}}}|border|right|267px]]</div> }}<noinclude>


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.

Revision as of 07:21, 30 June 2011

Template:Otherlang2

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>
| size = <big> (Optional)
| image = <SomeFile.jpg>
| download = <url>
}}

  • If size=<big> is included, this will make the box span across the top of the page.
  • Please do not include game if the mod is based on Source SDK Base or one of its variants
  • If you are including 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 making a final (or near-final) release. Mark it released.