Template:ModStatus: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(added branch parameter (it uses Template:SourceBranchCategory).)
No edit summary
 
Line 64: Line 64:
| #default    =
| #default    =
}}{{#switch:{{lc:{{{branch}}}}}<!-- If used, page will be added to "Category:Source (version) engine branch mods" -->
}}{{#switch:{{lc:{{{branch}}}}}<!-- If used, page will be added to "Category:Source (version) engine branch mods" -->
|2004|src04|Src04 = {{SourceBranchCategory|src04|mod}}
|2004|src04|Src04|source 2004|Source 2004={{SourceBranchCategory|src04|mod}}
|2006|src06|Src06 = {{SourceBranchCategory|src06|mod}}
|2006|src06|Src06|source 2006|Source 2006={{SourceBranchCategory|src06|mod}}
|2007|src07|Src07|orangebox|ob|OrangeBox|OB = {{SourceBranchCategory|src07|mod}}
|2007|src07|Src07|source 2007|Source 2007|orangebox|ob|OrangeBox|OB|Orange Box={{SourceBranchCategory|src07|mod}}
|l4d|l4dbranch={{SourceBranchCategory|l4dbranch|mod}}
|l4d|l4dbranch|Left 4 Dead|L4D={{SourceBranchCategory|l4d|mod}}
|2009|src09|Src09={{SourceBranchCategory|src09|mod}}
|2009|src09|Src09|source 2009|Source 2009={{SourceBranchCategory|src09|mod}}
|srcmp|mp|SrcMP|Srcmp={{SourceBranchCategory|srcmp|mod}}
|srcmp|mp|SrcMP|Srcmp|source multiplayer|Source Multiplayer|Source MP={{SourceBranchCategory|srcmp|mod}}
|asw|as|asbranch={{SourceBranchCategory|asbranch|mod}}
|asw|as|asbranch|Alien Swarm={{SourceBranchCategory|as|mod}}
|portal2|p2|p2branch={{SourceBranchCategory|p2branch|mod}}
|portal2|p2|p2branch|Portal 2={{SourceBranchCategory|p2|mod}}
|csgo|csgobranch={{SourceBranchCategory|csgobranch|mod}}
|csgo|csgobranch|Counter-Strike: Global Offensive|CSGO|CS:GO={{SourceBranchCategory|csgo|mod}}
|2013|src13|Src13={{SourceBranchCategory|src13|mod}}
|2013|src13|Src13|source 2013|Source 2013={{SourceBranchCategory|src13|mod}}
|2013sp|src13sp|Src13sp={{SourceBranchCategory|src13sp|mod}}
|2013sp|src13sp|Src13sp|source 2013 singleplayer|Source 2013 Singleplayer|Source 2013 SP={{SourceBranchCategory|src13sp|mod}}
|2013mp|src13mp|Src13mp={{SourceBranchCategory|src13mp|mod}}
|2013mp|src13mp|Src13mp|source 2013 multiplayer|Source 2013 Multiplayer|Source 2013 MP={{SourceBranchCategory|src13mp|mod}}
|tf2|tf2branch={{SourceBranchCategory|tf2branch|mod}}
|tf2|tf2branch|Team Fortress 2|TF2={{SourceBranchCategory|tf2branch|mod}}
<!--3rd party-->
<!--3rd party-->
|xengine|xenengine|bms={{SourceBranchCategory|xengine|mod}}
|xengine|xenengine|bms={{SourceBranchCategory|xengine|mod}}

Latest revision as of 06:21, 31 March 2025

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.