Template:ModStatus: Difference between revisions
Jump to navigation
Jump to search
Note:Do not include the
TomEdwards (talk | contribs) (forward compatibility) |
TomEdwards (talk | contribs) (can now specify a game) |
||
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}}}}} | |||
| big = width:80%; margin:.5em auto; | | big = width:80%; margin:.5em auto; | ||
| #default = width:20em; margin:.5em;float: right; | | #default = width:20em; margin:.5em;float: right; | ||
Line 28: | Line 22: | ||
</p> | </p> | ||
<p style="overflow:auto;text-align:center;"> | <p style="overflow:auto;text-align:center;"> | ||
This mod for [[{{{engine}}}]] {{#switch:{{lc:{{{status}}}}} | This mod for [[{{#if: {{{game|}}} | {{{game}}} | {{{engine}}} }}]] {{#switch:{{lc:{{{status}}}}} | ||
| alpha = is currently in [[Wikipedia:Development stage#Alpha|alpha]] development. | | alpha = is currently in [[Wikipedia:Development stage#Alpha|alpha]] development. | ||
| closed beta = is currently in [[Wikipedia:Development stage#Beta|closed beta]] development. | | closed beta = is currently in [[Wikipedia:Development stage#Beta|closed beta]] development. | ||
Line 49: | Line 43: | ||
| source = [[Category:Source mods]] | | source = [[Category:Source mods]] | ||
| #default = | | #default = | ||
}}}}</div> | }}}}</div><noinclude> | ||
Displays a status box on your mod's page. | |||
<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>'' |<br /> | |||
game = ''<Episode Two/Portal/whatever>'' |<br /> | |||
status = ''<alpha/closed beta/open beta/released/dead>'' |<br /> | |||
download = ''<url>''<br /> | |||
}}</code></p> | |||
{{note|Do not include the <code>game</code> parameter if the mod is based on [[Source SDK Base]] (or one of its variants).}}</noinclude> |
Revision as of 06:35, 17 July 2009
This mod for [[{{{engine}}}]] is unrecognised status!.
Displays a status box on your mod's page.
Usage:{{ModStatus |
engine = <Source/GoldSrc> |
game = <Episode Two/Portal/whatever> |
status = <alpha/closed beta/open beta/released/dead> |
download = <url>
}}

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