Template:Steam App Install: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "[steam://run/{{{1}}} Click here to install the {{{2}}}.] ====Documentation==== First write Steam game id then game name. Example Steam {{Steam App Install|730|Counter-Strike:...")
 
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
[steam://run/{{{1}}} Click here to install the {{{2}}}.]
{{#switch:{{lc:{{{notification}}}}}
 
| 0          = [steam://run/{{{id}}} {{{name}}}]
| 1           = [steam://run/{{{id}}} Click here to install the {{{name}}}]
| 2           = {{#switch:{{lc:{{{customnotification}}}}}
| #default    = [steam://run/{{{id}}} {{{customnotification}}}]}}
| #default    = [steam://run/{{{id}}} Click here to install the {{{name}}}]
}}<noinclude>
====Documentation====
====Documentation====
First write Steam game id then game name. Example Steam {{Steam App Install|730|Counter-Strike: Global Offensive}}
First write Steam game id then game name. Example {{Steam App Install|id=730|name=Counter-Strike: Global Offensive|notification=1}) [steam://run/730 Click here to install the Counter-Strike: Global Offensive.]
</noinclude>

Latest revision as of 07:26, 27 May 2020

Click here to install the {{{name}}}

Documentation

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