Template:Game icon/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(Undo revision 415310 by Pee (talk))
Tag: Undo
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
__NOTOC__
__NOTOC__
== Parameters ==
== Parameters ==
* {{param|1}} - The full name of the game. See {{tl|Game icon name}} for a list of available names. Unknown names generate nothing so this template can be used carelessly without breaking anything.
* {{param|1}} - The full name of the game. See {{tl|Game icon name}} for a list of available names. Unsupported names generate nothing, so this template can be used carelessly without breaking anything.
* {{param|suf}} - The language suffix for the icon link to link to the correct language page. Do include the full suffix, including the colon, for example <code>:ru</code>, see below.
* {{param|2}} - The first unnamed parameter of the corresponding game icon template; see examples.


== Examples ==
== Examples ==
{| style="background: none;"
{| class="wikitable"
! Example
! Equivalent template
! Preview
|-
| <code><nowiki>{{game icon|Half-Life 2}}</nowiki></code>
| <code><nowiki>{{game icon|Half-Life 2}}</nowiki></code>
| {{game icon|Half-Life 2}}
| <code><nowiki>{{hl2}}</nowiki></code>
| {{game icon|Half-Life 2}}
|-
|-
| <code><nowiki>{{game icon|Half-Life 2|suf=:es}}</nowiki></code>
| <code><nowiki>{{game icon|Half-Life 2|4}}</nowiki></code>
| {{game icon|Half-Life 2|suf=:es}}
| <code><nowiki>{{hl2|4}}</nowiki></code>
| {{game icon|Half-Life 2|4}}
|-
|-
| <code><nowiki>{{game icon|hl2}}</nowiki></code>
| <code><nowiki>{{game icon|hl2}}</nowiki></code>
| {{game icon|hl2}}
| {{n/a}}
| {{note|The use of <code>#ifexist</code> can make sense but also cause [[Special:WantedTemplates|wanted templates]] to be generated if this template has been used carelessly.}}
| {{game icon|hl2}}
|}
|}


== See also ==
== See also ==
{{tl2|Game icon name}}
{{tl2|Game icon name}}

Latest revision as of 17:29, 7 July 2024

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

This template takes the full game name and delivers the game's icon, if existent.

Parameters

  • {{{1}}} - The full name of the game. See {{Game icon name}} for a list of available names. Unsupported names generate nothing, so this template can be used carelessly without breaking anything.
  • {{{2}}} - The first unnamed parameter of the corresponding game icon template; see examples.

Examples

Example Equivalent template Preview
{{game icon|Half-Life 2}} {{hl2}} Half-Life 2
{{game icon|Half-Life 2|4}} {{hl2|4}} Half-Life 2 Half-Life 2
{{game icon|hl2}} N/A

See also

{{Game icon name}}