Template:Software status/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 9: Line 9:
|-
|-
| align="center" | {{Code|style=2|{{Param|type}}}}
| align="center" | {{Code|style=2|{{Param|type}}}}
| Type of software
| Type of software, see more value on [[/testcases|testcases page]].
| {{CodeBlock|margin=5px|<nowiki>| type = games</nowiki>}}{{CodeBlock|margin=5px|<nowiki>| type = mods</nowiki>}}{{CodeBlock|margin=5px|<nowiki>| type = tools</nowiki>}}{{CodeBlock|margin=5px|<nowiki>| type = software</nowiki>}}
| {{CodeBlock|margin=5px|<nowiki>| type = games</nowiki>}}{{CodeBlock|margin=5px|<nowiki>| type = mods</nowiki>}}{{CodeBlock|margin=5px|<nowiki>| type = tools</nowiki>}}
|-
|-
| align="center" | {{Code|style=2|{{Param|appid}}}}
| align="center" | {{Code|style=2|{{Param|appid}}}}
Line 23: Line 23:
| Availability of the software, if it's got delisted, set {{param|status}} to {{code|delisted}}.
| Availability of the software, if it's got delisted, set {{param|status}} to {{code|delisted}}.
| {{CodeBlock|margin=5px|<nowiki>| status = delisted</nowiki>}}
| {{CodeBlock|margin=5px|<nowiki>| status = delisted</nowiki>}}
|-
| align="center" | {{Code|style=2|{{Param|os}}}}
| Supported OS for the game, software, etc..., more can be found on [[/testcases|testcases page]].
| {{CodeBlock|margin=5px|<nowiki>| os = win</nowiki>}}
|-
| align="center" | {{Code|style=2|{{Param|os}}}}
| Steam Deck support status, more value can be found on [[/testcases|testcases page]].
| {{CodeBlock|margin=5px|<nowiki>| deck = verified</nowiki>}}
|}
|}



Revision as of 10:59, 29 July 2023

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.
Icon-translate.png
This template uses a strings subpage
Please follow the format on this subpage(s) to add translations.

This is a replacement of {{Game release}} and many others similar to it, combining all of these into one. When this template was good enough, the original "Game release" will be replaced with something similar to {{Banned spammer}}, which, will soon automatically calls {{Software status}} with {{{type|game}}} instead.

Parameters and Examples

Parameter Description Value
{{{type}}} Type of software, see more value on testcases page.
| 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, if it's got delisted, set {{{status}}} to delisted.
| status = delisted
{{{os}}} Supported OS for the game, software, etc..., more can be found on testcases page.
| os = win
{{{os}}} Steam Deck support status, more value can be found on testcases page.
| deck = verified

Previews and testcases

  • Use {{Software status|type=game}} for:
Note.pngNote:For more examples, see Testcases page.