Template:ModStatus: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 31: Line 31:
</p>
</p>
<p style="overflow:auto;text-align:center;">
<p style="overflow:auto;text-align:center;">
This {{#switch:{{lc:{{{mode}}}}}
{{ModStatus/strings|this}} {{#switch:{{lc:{{{mode}}}}}
| sp          = [[:Category:Single Player Mods|single-player]]
| sp          = [[:Category:Single Player Mods|{{ModStatus/strings|sp}}]]
| coop         = co-op multiplayer
| coop | co-op = {{ModStatus/strings|coop}}
| co-op       = co-op multiplayer
| mp          = [[:Category:Multiplayer Mods|{{ModStatus/strings|mp}}]]
| mp          = [[:Category:Multiplayer Mods|multiplayer]]
| #default    =  
| #default    =  
}} mod for [[{{#if: {{{game|}}} | {{{game}}} | {{{engine}}} }}]] {{#switch:{{lc:{{{status}}}}}
}} {{ModStatus/strings|mod for}} [[{{#if: {{{game|}}} | {{{game}}} | {{{engine}}} }}]] {{#switch:{{lc:{{{status}}}}}
| pre-alpha  = is currently in [[Wikipedia:Software release life cycle#Pre-alpha|pre-alpha]] development.
| pre-alpha  = {{ModStatus/strings|pre-alpha}}
| alpha      = is currently in [[Wikipedia:Software release life cycle#Alpha|alpha]] development.
| alpha      = {{ModStatus/strings|alpha}}
| beta        = is currently in {{#if: {{{download|}}} | [[Wikipedia:Software release life cycle#Beta|open beta]]. '''[{{{download}}} Download it now.]''' | [[Wikipedia:Software release life cycle#Beta|closed beta]] development.}}
| beta        = {{ModStatus/strings|beta|download={{{download|}}}}}
| closed beta = is currently in [[Wikipedia:Software release life cycle#Beta|closed beta]] development. {{#if:{{{apply|}}}|You can apply for access [{{{apply}}} here].|}}
| closed beta = {{ModStatus/strings|closed beta|apply={{{apply|}}}}}
| open beta  = is currently in [[Wikipedia:Software release life cycle#Beta|open beta]]. '''[{{{download}}} Download it now.]'''
| open beta  = {{ModStatus/strings|open-beta|download={{{download|}}}}}
| hold        = is currently on hold. {{#if: {{{download|}}}|'''[{{{download}}} Download its last release here.]'''| }}
| hold        = {{ModStatus/strings|hold|download={{{download|}}}}}
| released    = has been released! '''[{{{download}}} Download it now.]'''
| released    = {{ModStatus/strings|released|download={{{download|}}}}}
| dead        = is no longer being developed. {{#if: {{{download|}}}|'''[{{{download}}} Download its last release here.]'''| }}
| dead        = {{ModStatus/strings|dead|download={{{download|}}}}}
| #default    = is <strong style="color:red;font-family:monospace;">unrecognised status!</strong>.}}
| #default    = {{autolang|is}} <strong style="color:red;font-family:monospace;">{{autolang|unrecognised status!}}</strong>.}}
</p>{{#switch:{{lc:{{{status}}}}}
</p>{{#switch:{{lc:{{{status}}}}}
| alpha      = [[Category:Mods In Alpha]]
| alpha      = [[Category:Mods In Alpha]]

Revision as of 10:36, 27 November 2023

English (en)Deutsch (de)Esperanto (eo)Español (es)Français (fr)Suomi (fi)Hrvatski (hr)Magyar (hu)Italiano (it)日本語 (ja)한국어 (ko)Nederlands (nl)Polski (pl)Português (pt)Português do Brasil (pt-br)Русский (ru)Slovenčina (sk)Svenska (sv)Türkçe (tr)Українська (uk)Tiếng Việt (vi)中文 (zh)中文(臺灣) (zh-tw)
Curly brackets white.pngTemplate Documentation [view] [edit]
Icon-translate.png Available doc translations
View
Page history
Icon-translate.png
This template uses a strings subpage
Please follow the format on this subpage(s) to add translations.
Unknown string (String info ) used in {{ModStatus/strings}}!
Todo: Port text to strings subpage

Usage

Displays a status box on your mod's page, and adds it to the appropriate categories.

Usage:{{ModStatus
| engine = <GoldSrc/Source/Source2>
| branch = <Source 2004/Source 2006/src04/src06/l4dbranch/...>
| game = <Episode Two/Portal/...>
| mode = <sp/mp/both/co-op>
| status = <alpha/beta/released/hold/dead>
| size = <big> (Optional)
| side = <Right (Optional)/Left>
| image = <SomeFile.jpg>
| download = <url>
| apply = <url>
}}

  • If size=<big> is included, this will make the box span across the top of the page.
  • If branch is specified, adds the page to Category:Source (version) engine branch mods. This is optional. This parameter relies on Template:SourceBranchCategory.
  • 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.
  • If size=big side parameter doesn't works.