Template:Software status/doc: Difference between revisions
m (→Translations) |
No edit summary |
||
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Doc/subpage}} | {{Doc/subpage}} | ||
This is a replacement of {{t|Game release}} template and | This is a replacement of {{t|Game release}} template and variants of it, combining all of these into one. This will make it quicker to maintenance and any edit on this template will apply to all the pages, instead of having to edit multiple separate [[Template:Game release]] template. | ||
The purpose of this template is to tell users whether the game is announced, delisted or currently available on Steam or not, plus whether the game is | The purpose of this template is to tell users whether the game is announced, delisted or currently available on Steam or not, plus whether the game is Steam Deck verified. | ||
== | == Usage (copy & paste) == | ||
=== For anything else === | === For anything else === | ||
{{CodeBlock|<nowiki>{{Software status | {{CodeBlock|<nowiki>{{Software status | ||
| appid = <appid> | | appid = <appid> | ||
| type = <games/mods/tools> | | type = games <!-- games/mods/tools --> | ||
| free = | | free = no <!-- yes/no - "No" by default --> | ||
| status = <announced/ | | status = released <!-- announced/released/delisted/delisted-dl/earlyaccess (ea)/in development (dev/indev) --> <!-- More values is available on testcases page. --> | ||
| os = all <!-- See template testcases for more values. | | os = all <!-- See template testcases for more values. If you want to hide this, leave the parameter blank. --> | ||
| note = <!-- Put any custom notice here. Optional. --> | | note = <!-- Put any custom notice here. Optional. --> | ||
<!-- OTHER STOREFRONTS | <!-- OTHER STOREFRONTS | ||
Line 21: | Line 19: | ||
}} | }} | ||
</nowiki>}} | </nowiki>}} | ||
==== System requirements section ==== | |||
To make the "See system requirements" button work, you must use this header: | |||
{{CodeBlock|<nowiki>Replace this: | |||
== System Requirements == | |||
with | |||
== System Requirements<span id="Sysreq"><!--Used by Sysreq template, clicking on "See system requirements" will send you to this section.--></span> == | |||
</nowiki>}} | |||
This will also works in other languages aswell, and in different text, as long if the "Sysreq" id is not changed. | |||
To add the System requirements template, see {{T|Sysreq}} for more info. | |||
=== For announced games === | === For announced games === | ||
Line 37: | Line 44: | ||
== Parameters and Examples == | == Parameters and Examples == | ||
{| class=" | {| width="100%" class="unsortable" style="overflow: hidden; border-radius:.4em; border:2px solid #525252" | ||
! style="width:15%" | {{Dictionary/common|Param}} | |- bgcolor="#3A3A3A" style="white-space:nowrap" | ||
! style="text-align:center" | {{Dictionary/common|Desc}} | ! style="width:15%" style="background-color:#4f5559; color:#FFF" | {{Dictionary/common|Param}} | ||
! style="text-align:center" | Value | ! style="text-align:center" style="background-color:#4f5559; color:#FFF" | {{Dictionary/common|Desc}} | ||
! {{Dictionary/common|Previews}} | ! style="text-align:center" style="background-color:#4f5559; color:#FFF" | Value | ||
! style="background-color:#4f5559; color:#FFF" | {{Dictionary/common|Previews}} | |||
|- | |- | ||
| align="center" | {{Code|style=2|{{Param|type}}}} | | bgcolor="#3A3A3A" align="center" | {{Code|style=2|{{Param|type}}}} | ||
| align="center" |Type of software, see more value on [[/testcases|testcases page]].<br> '''This must be specified'''. | | bgcolor="#3A3A3A" align="center" |Type of software, see more value on [[/testcases|testcases page]].<br> '''This must be specified'''. | ||
| {{CodeBlock|margin=5px|<nowiki>| type = games</nowiki>}}{{CodeBlock|margin=5px|<nowiki>| type = mods</nowiki>}}{{CodeBlock|margin=5px|<nowiki>| type = tools</nowiki>}} | | bgcolor="#3A3A3A" | {{CodeBlock|margin=5px|<nowiki>| type = games</nowiki>}}{{CodeBlock|margin=5px|<nowiki>| type = mods</nowiki>}}{{CodeBlock|margin=5px|<nowiki>| type = tools</nowiki>}} | ||
| {{Software status|nocat=1|appid = 220|type=mod}}<br>{{Software status|nocat=1|appid = 220|type=tools}} | | bgcolor="#3A3A3A" | {{Software status|nocat=1|appid = 220|type=mod}}<br>{{Software status|nocat=1|appid = 220|type=tools}} | ||
|- | |- | ||
| align="center" | {{Code|style=2|{{Param|appid}}}} | | bgcolor="#3A3A3A" align="center" | {{Code|style=2|{{Param|appid}}}} | ||
| align="center" |Set the AppID for the software | | bgcolor="#3A3A3A" align="center" |Set the AppID for the software | ||
| {{CodeBlock|margin=5px|<nowiki>| appid = 220</nowiki>}} | | bgcolor="#3A3A3A" | {{CodeBlock|margin=5px|<nowiki>| appid = 220</nowiki>}} | ||
| {{Software status|nocat=1|appid = 220|type=game}} | | bgcolor="#3A3A3A" | {{Software status|nocat=1|appid = 220|type=game}} | ||
|- | |- | ||
| align="center" | {{Code|style=2|{{Param| | | bgcolor="#3A3A3A" align="center" | {{Code|style=2|{{Param|gamename}}<br>{{Param|customgamename}}}} | ||
| align="center" | | | bgcolor="#3A3A3A" align="center" | Set the custom game name.<br>{{Param|gamename}} must be set to {{code|other}}, then you put the game name on {{Param|customgamename}} parameters. Used on pages like {{bms|2}}. | ||
| {{CodeBlock|margin=5px|<nowiki>| | | bgcolor="#3A3A3A" | {{CodeBlock|margin=5px|<nowiki>| gamename = other</nowiki><br><nowiki>| customgamename = Black Mesa</nowiki>}} | ||
| {{Software status|nocat=1| | | bgcolor="#3A3A3A" | {{Software status|nocat=1|appid = 362890|type=game|gamename=other|customgamename=Black Mesa}} | ||
|- | |- | ||
| align="center" | {{Code|style=2|{{Param| | | bgcolor="#3A3A3A" align="center" | {{Code|style=2|{{Param|free}}}} | ||
| align="center" | | | bgcolor="#3A3A3A" align="center" |Is this software free?<br>If {{code|{{param|free}}{{=}}no}} or left blanks, mark the software as paid, if {{code|{{param|free}}{{=}}yes}}, mark it as a free software. | ||
| | | bgcolor="#3A3A3A" | {{CodeBlock|margin=5px|<nowiki>| free = yes/no</nowiki>}} | ||
| | | bgcolor="#3A3A3A" | {{Software status|nocat=1|free = yes|type=game}} | ||
|- | |- | ||
| align="center" | {{Code|style=2|{{Param| | | bgcolor="#3A3A3A" align="center" | {{Code|style=2|{{Param|status}}}} | ||
| align="center" | | | bgcolor="#3A3A3A" align="center" |Availability of the software, by default, it is marked as "available". If the game was delisted on Steam, set {{param|status}} to {{code|delisted}}<br>If this game is currently in Early Access, set {{param|status}} to {{code|ea}} or {{Code|earlyaccess}}. <br>More value can be found on [[/testcases/Availability|testcases/Availability page]]. | ||
| {{CodeBlock|margin=5px|<nowiki>| | | bgcolor="#3A3A3A" | {{CodeBlock|margin=5px|<nowiki>| status = delisted</nowiki>}}{{CodeBlock|margin=5px|<nowiki>| status = ea</nowiki>}}{{CodeBlock|margin=5px|<nowiki>| status = demo</nowiki>}} | ||
| {{Software status|nocat=1| | | bgcolor="#3A3A3A" | {{Software status|nocat=1|status = delisted|type=game}}<br>{{Software status|nocat=1|status = ea|type=game}}<br>{{Software status|nocat=1|status = demo|type=game}} | ||
|- | |- | ||
| align="center" | {{Code|style=2|{{Param| | | bgcolor="#3A3A3A" align="center" | {{Code|style=2|{{Param|os}}}} | ||
| align="center" | | | bgcolor="#3A3A3A" align="center" |Supported OS for the game, software, etc..., more can be found on [[/testcases|testcases page]]. | ||
| {{CodeBlock|margin=5px|<nowiki>| | | bgcolor="#3A3A3A" | {{CodeBlock|margin=5px|<nowiki>| os = win</nowiki>|type=game}} | ||
| {{Software status|nocat=1| | | bgcolor="#3A3A3A" | {{Software status|nocat=1|os = win|type=game}} | ||
|- | |- | ||
| align="center" | {{Code|style=2|{{Param| | <!-- | ||
| align="center" | | | bgcolor="#3A3A3A" align="center" | {{Code|style=2|{{Param|deck}}}} | ||
| {{CodeBlock|margin=5px|<nowiki>| | | bgcolor="#3A3A3A" align="center" |Steam Deck support status, more value can be found on [[/testcases|testcases page]]. | ||
| {{Software status|nocat=1| | | bgcolor="#3A3A3A" | {{CodeBlock|margin=5px|<nowiki>| deck = verified</nowiki>|type=game}} | ||
| bgcolor="#3A3A3A" | {{Software status|nocat=1|deck = verified|type=game}} | |||
--> | |||
|- | |- | ||
| align="center" | {{Code|style=2|{{Param|3rdpartystore}}}} | | bgcolor="#3A3A3A" align="center" | {{Code|style=2|{{Param|3rdpartystore}}}} | ||
| align="center" | Used to put 3rd party stores links. Works similarly to "note" parameters.<br>'''Recommended templates''': <br>{{t|gog}} <br>{{t|epic}} <br>{{t|gplay}} (for {{Nvidia|1}} Shield port), etc...<br> For spacing, use "•". | | bgcolor="#3A3A3A" align="center" | Used to put 3rd party stores links. Works similarly to "note" parameters.<br>'''Recommended templates''': <br>{{t|gog}} <br>{{t|epic}} <br>{{t|gplay}} (for {{Nvidia|1}} Shield port), etc...<br> For spacing, use "•". | ||
| {{CodeBlock|margin=5px|<nowiki>| 3rdpartylinks={{gog|vampire_the_masquerade_bloodlines|GOG.com}}</nowiki>|type=game}} | | bgcolor="#3A3A3A" | {{CodeBlock|margin=5px|<nowiki>| 3rdpartylinks={{gog|vampire_the_masquerade_bloodlines|GOG.com}}</nowiki>|type=game}} | ||
| {{Software status|nocat=1|appid=2600|deck = verified|type=game|3rdpartylinks={{gog|vampire_the_masquerade_bloodlines|GOG.com}}}} | | bgcolor="#3A3A3A" | {{Software status|nocat=1|appid=2600|deck = verified|type=game|3rdpartylinks={{gog|vampire_the_masquerade_bloodlines|GOG.com}}}} | ||
|- | |- | ||
| align="center" | {{Code|style=2|{{Param|note}}}} | | bgcolor="#3A3A3A" align="center" | {{Code|style=2|{{Param|note}}}} | ||
| align="center" | Add custom notices. | | bgcolor="#3A3A3A" align="center" | Add custom notices. | ||
| {{CodeBlock|margin=5px|<nowiki>| note=Lorem ipsum</nowiki>}} | | bgcolor="#3A3A3A" | {{CodeBlock|margin=5px|<nowiki>| note=Lorem ipsum</nowiki>}} | ||
| {{Software status|nocat=1|appid=2600|deck = verified|type=game|note={{lorem}}}} | | bgcolor="#3A3A3A" | {{Software status|nocat=1|appid=2600|deck = verified|type=game|note={{lorem}}}} | ||
|} | |} | ||
Line 92: | Line 102: | ||
* Use {{code|<nowiki>{{Software status|type=game}}</nowiki>}} for: | * Use {{code|<nowiki>{{Software status|type=game}}</nowiki>}} for: | ||
{{Software status|type=game|nocat=1}} | {{Software status|type=game|nocat=1}} | ||
=== System Requirements<span id="Sysreq"><!--Used by Sysreq template, clicking on "See system requirements" will send you to this section.--></span> === | |||
If you have clicked on the ("'''See system requirements'''") button on the template, it should send you to this section. | |||
=== Similar templates === | |||
* {{t|Package}} - For packages. | |||
{{Note|To avoid slowing down loading times, see more examples on [[/testcases|Testcases page]].}} | {{Note|To avoid slowing down loading times, see more examples on [[/testcases|Testcases page]].}} |
Latest revision as of 04:21, 19 June 2024

Don't forget to purge the contents of the base page upon creating or editing this subpage.
This is a replacement of {{Game release}} template and variants of it, combining all of these into one. This will make it quicker to maintenance and any edit on this template will apply to all the pages, instead of having to edit multiple separate Template:Game release template.
The purpose of this template is to tell users whether the game is announced, delisted or currently available on Steam or not, plus whether the game is Steam Deck verified.
Usage (copy & paste)
For anything else
System requirements section
To make the "See system requirements" button work, you must use this header:
This will also works in other languages aswell, and in different text, as long if the "Sysreq" id is not changed. To add the System requirements template, see {{Sysreq}} for more info.
For announced games
To prevent categorization, add the following parameters:
Parameters and Examples
Previews and testcases
- Use {{Software status|type=game}} for:

🛒 Buy it on Steam (via Browser | Steam client*)
System Requirements
If you have clicked on the ("See system requirements") button on the template, it should send you to this section.
Similar templates
- {{Package}} - For packages.
