Template:Game release/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Updated docs.)
Line 3: Line 3:
'''Optional:'''
'''Optional:'''
Put <code><nowiki>{{game release|appid=<game appid>|sys=true|win=true|mac=true|linux=true|note=<insert text here>}}</nowiki></code> to show all supported systems (Win, Mac, Linux + SteamOS).  
Put <code><nowiki>{{game release|appid=<game appid>|sys=true|win=true|mac=true|linux=true|note=<insert text here>}}</nowiki></code> to show all supported systems (Win, Mac, Linux + SteamOS).  
'''Example below:'''
 
== Parameters ==
{| class="standard-table plainlinks"
! Parameters
! Result
|-
| appid=<game/software appid>
| Set the AppID for the "<span style="color: #86BF39">Launch it now</span> or <span style="color: yellow">buy it here</span>" button.
|-
| sys=true
| Shows "'''Supported Systems:'''"
|-
| win=true
| Shows "{{windows|4}}"
|-
| mac=true
| Shows "{{mac|4}}"
|-
| linux=true
| Shows "{{linux|4}}"
|-
|}
 
== Example ==
{{game release|appid=220|sys=true|win=true|mac=true|linux=true|note=This is an example text.}}
{{game release|appid=220|sys=true|win=true|mac=true|linux=true|note=This is an example text.}}
{{Doc/Sandbox other|[[Category:Templates]]}}
{{Doc/Sandbox other|[[Category:Templates]]}}

Revision as of 04:29, 8 April 2023

Edit-copy.png
This is a documentation subpage for Template:Game release.
Don't forget to purge the contents of the base page upon creating or editing this subpage.

Syntax: {{game release|appid=<game appid>}} Optional: Put {{game release|appid=<game appid>|sys=true|win=true|mac=true|linux=true|note=<insert text here>}} to show all supported systems (Win, Mac, Linux + SteamOS).

Parameters

Example