Template:ModStatus: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (bad conditional)
(centre the 'big' version)
Line 1: Line 1:
<div style="border-width:1px;border-style:solid;-moz-border-radius:.5em;-webkit-border-radius:.5em;border-radius:.5em;padding:.5em;min-height:58px;{{#switch:{{lc:{{{size}}}}}
<div style="border-width:1px;border-style:solid;-moz-border-radius:.5em;-webkit-border-radius:.5em;border-radius:.5em;padding:.5em;min-height:58px;{{#switch:{{lc:{{{size}}}}}
| big        = width:80%; margin:.75em;
| big        = width:80%; margin:.75em auto;
| #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}}}}}

Revision as of 06:41, 18 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>
}}

  • Please do not include game if the mod is based on Source SDK Base or one of its variants
  • If you are included 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.