Template:Steam App Install: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{#switch:{{lc:{{{customnotification}}}}}
| customnotification = [steam://run/{{{id}}} {{{customnotification}}}]
| #default    =
{{#switch:{{lc:{{{notification}}}}}
{{#switch:{{lc:{{{notification}}}}}
| 0          = [steam://run/{{{id}}} {{{name}}}]
| 0          = [steam://run/{{{id}}} {{{name}}}]
| 1          = [steam://run/{{{id}}} Click here to install the {{{name}}}]
| 1          = [steam://run/{{{id}}} Click here to install the {{{name}}}]
| 2          =
| #default    = [steam://run/{{{id}}} Click here to install the {{{name}}}]
| #default    = [steam://run/{{{id}}} Click here to install the {{{name}}}]
}}<noinclude>
}}<noinclude>

Revision as of 07:15, 27 May 2020

{{#switch:{{{customnotification}}} | customnotification = {{{customnotification}}} | #default = 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.