Template:Software status/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 3: Line 3:


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 Chromebook ready or Steam Deck verified.
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 Chromebook ready or Steam Deck verified.
== Translations ==
{{Strings notice}}
Translations for this template are located in [[/strings|strings subpage]], it uses the {{t|Autolang}} template.
== Copy and paste ==
== Copy and paste ==
=== For anything else ===
=== For anything else ===

Revision as of 15:14, 16 February 2024

Edit-copy.png
This is a documentation subpage for Template:Software status.
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 other based off this template, combining all of these into one. When this template was good enough, the original "{{Game release}}", "{{Game announced}}" (and variants of this templates, or similar) will be replaced with something similar to {{Banned spammer}}, a redirect page that automatically calls {{Software status}} with {{{type|game}}} instead.

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 Chromebook ready or Steam Deck verified.

Copy and paste

For anything else

{{Software status | appid = <appid> | type = <games/mods/tools> | free = <yes/no> <!-- optional, can be removed. - "No" by default --> | status = <announced/available/delisted/delisted-dl/earlyaccess (ea)/in development (dev/indev)> <!-- More values is available on testcases page. --> | os = all <!-- See template testcases for more values. --> | deck = <deck status> <!-- By default: Unknown. --> | chromebook = <Chromebook ready status> | note = <!-- Put any custom notice here. Optional. --> <!-- OTHER STOREFRONTS This is for games that did uses Valve engines (or closely related to it), that was sold or available for free outside Steam. Works similarly to "note" parameters. Beside that, you can also use this for console versions of the game sold on PlayStation Network (PS)/MS Store (Xbox) Do not use affiliate link as it's can affect users with adblockers. And remember to use "•" for spacing if there are sold in multiple other storefronts. --> | 3rdpartylinks = <!-- Example: "{{gog|vampire_the_masquerade_bloodlines|GOG.com}}" for VTMB (on GOG.com), "{{epic|quake|Epic Games}}" for Quake 1 (on Epic Games Store), etc... --> }}

For announced games

See code
{{Software status | appid = <appid> | type = games | free = <!-- doesn't do anything with announced, but still useful --> | status = announced | deck = hide | website = <!-- Optional --> }}

To prevent categorization, add the following parameters:

| nocat = 1

Parameters and Examples

Parameter Description Value Previews
{{{type}}} Type of software, see more value on testcases page.
This must be specified.
| type = games
| type = mods
| type = tools

{{{appid}}} Set the AppID for the software
| appid = 220
{{{free}}} Is this software free?
If {{{free}}}=no or left blanks, mark the software as paid, if {{{free}}}=yes, mark it as a free software.
| free = yes/no
{{{status}}} Availability of the software, by default, it is marked as "available". If the game was delisted on Steam, set {{{status}}} to delisted
If this game is currently in Early Access, set {{{status}}} to ea or earlyaccess.
More value can be found on testcases page.
| status = delisted
| status = ea

{{{os}}} Supported OS for the game, software, etc..., more can be found on testcases page.
| os = win
{{{deck}}} Steam Deck support status, more value can be found on testcases page.
| deck = verified
{{{chromebook}}} (EXPERIMENTAL) Chromebook ready status, more value can be found on testcases page.
| chromebook = playable
{{{3rdpartystore}}} Used to put 3rd party stores links. Works similarly to "note" parameters.
Recommended templates:
{{gog}}
{{epic}}
{{gplay}} (for Nvidia Shield port), etc...
For spacing, use "•".
| 3rdpartylinks={{gog|vampire_the_masquerade_bloodlines|GOG.com}}
{{{note}}} Add custom notices.
| note=Lorem ipsum

Previews and testcases

  • Use {{Software status|type=game}} for:
Note.pngNote:To avoid slowing down loading times, see more examples on Testcases page.