Template:Software status/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 25: Line 25:
|}
|}


== Previews ==
== Previews and testcases ==
{{Note|Will be moved to [[/testcases|Testcases page]] soon.}}
* Use {{code|<nowiki>{{Software status|type=game}}</nowiki>}} for:
* Use {{code|<nowiki>{{Software status|type=game}}</nowiki>}} for:
{{Software status|type=game}}
{{Software status|type=game}}


* Use {{code|<nowiki>{{Software status|type=game|free=yes}}</nowiki>}} for:
{{Note|For more examples, see [[/testcases|Testcases page]].}}
{{Software status|type=game|free=yes}}
 
* Use {{code|<nowiki>{{Software status|type=game|appid=220}}</nowiki>}} for:
{{Software status|type=game|appid=220}}
 
* Use {{code|<nowiki>{{Software status|type=mod|appid=220}}</nowiki>}} for:
{{Software status|type=mod|appid=220}}
 
* Use {{code|<nowiki>{{Software status|type=tools|appid=220}}</nowiki>}} for:
{{Software status|type=tools|appid=220}}
 
* Use {{code|<nowiki>{{Software status|type=game|free=yes|appid=400}}</nowiki>}} for:
{{Software status|type=game|free=yes|appid=400}}
 
* Use {{code|<nowiki>{{Software status|type=game|status=delisted}}</nowiki>}} for:
{{Software status|type=game|status=delisted}}
 
* Use {{code|<nowiki>{{Software status|type=game|status=delisted|free=yes}}</nowiki>}} for:
{{Software status|type=game|status=delisted|free=yes}}
 
=== OS ===
* Use {{code|<nowiki>{{Software status|type=game|os=win}}</nowiki>}} for:
{{Software status|type=game|os=win}}
 
* Use {{code|<nowiki>{{Software status|type=game|os=winlin}}</nowiki>}} for:
{{Software status|type=game|os=winlin}}
 
* Use {{code|<nowiki>{{Software status|type=game|os=winlin}}</nowiki>}} for:
{{Software status|type=game|os=mac}}
 
* Use {{code|<nowiki>{{Software status|type=game|os=winlin}}</nowiki>}} for:
{{Software status|type=game|os=linux}}

Revision as of 10:54, 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
| type = games
| type = mods
| type = tools
| type = software
{{{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

Previews and testcases

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