Template:Steam App Open: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "[https://store.steampowered.com/app/{{{1}}} Click here to open in Steam the {{{2}}}.]<noinclude> ====Documentation==== First write Steam game id then game name. Example {{Stea...")
 
m (→‎Documentation: Added: New example)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
[https://store.steampowered.com/app/{{{1}}} Click here to open in Steam the {{{2}}}.]<noinclude>
{{#switch:{{lc:{{{notification}}}}}
| 0          = [https://store.steampowered.com/app/{{{id}}} {{{name}}}]
| 1           = [https://store.steampowered.com/app/{{{id}}} Click here to open in Steam {{{name}}}]
| 2           = {{#switch:{{lc:{{{customnotification}}}}}
| #default    = [https://store.steampowered.com/app/{{{id}}} {{{customnotification}}}]}}
| #default    = [https://store.steampowered.com/app/{{{id}}} Click here to open in Steam {{{name}}}]}}<noinclude>
====Documentation====
====Documentation====
First write Steam game id then game name. Example {{Steam App Open|730|Counter-Strike: Global Offensive}) [https://store.steampowered.com/app/730 Click here to open in Steam the Counter-Strike: Global Offensive.]
First write Steam game id then game name. Example: {{Steam App Open|id=730|name=Counter-Strike: Global Offensive|notification=1}) [https://store.steampowered.com/app/730 Click here to open in Steam Counter-Strike: Global Offensive.]
 
{{Steam App Install|id=629|notification=2|customnotification=Click here to download Portal 2 Authoring Tools.}) [https://store.steampowered.com/app/629 Click here to download Portal 2 Authoring Tools.]
</noinclude>
</noinclude>

Latest revision as of 09:19, 27 May 2020

Click here to open in Steam {{{name}}}

Documentation

First write Steam game id then game name. Example: {{Steam App Open|id=730|name=Counter-Strike: Global Offensive|notification=1}) Click here to open in Steam Counter-Strike: Global Offensive.

{{Steam App Install|id=629|notification=2|customnotification=Click here to download Portal 2 Authoring Tools.}) Click here to download Portal 2 Authoring Tools.