Template:Game: Difference between revisions

mNo edit summary
No edit summary
Line 1: Line 1:
{{#switch: {{lc:{{id|{{{1|}}}}}}}
{{#switch: {{lc:{{id|{{{1|}}}}}}}
  | gta  = GTA
  | gta  = GTA
  | 1  = GTA 1
  | 1  = Grand Theft Auto 1
  | l69 = GTA London 1969
  | l69 = Grand Theft Auto: London 1969
  | l61 = GTA London 1961
  | l61 = Grand Theft Auto: London 1961
  | 2 = GTA 2
  | 2 = Grand Theft Auto 2
  | iii = Grand Theft Auto III|GTA III
  | iii = Grand Theft Auto III
  | vc = GTA Vice City
  | vc = Grand Theft Auto: Vice City
  | sa = GTA San Andreas
  | sa = Grand Theft Auto: San Andreas
  | a = GTA Advance
  | a = Grand Theft Auto Advance
  | lcs = GTA Liberty City Stories
  | lcs = Grand Theft Auto: Liberty City Stories
  | vcs = GTA Vice City Stories
  | vcs = Grand Theft Auto: Vice City Stories
  | iv = GTA IV
  | iv = Grand Theft Auto IV
  | tlad = The Lost and Damned
  | tlad = The Lost and Damned
  | bogt  = The Ballad of Gay Tony
  | bogt  = The Ballad of Gay Tony
  | cw = GTA Chinatown Wars
  | cw = Grand Theft Auto: Chinatown Wars
  | v = GTA V
  | v = Grand Theft Auto V
  | {{{1|}}}
  | {{{1|}}}
}}<noinclude>{{doc}}</noinclude>
}}<noinclude>{{doc}}</noinclude>

Revision as of 22:08, 13 August 2012

This documentation is imported from Template:Game/doc

This template is used for showing the short-length game name for any game.

For example, inputting 'sa' or 'san andreas' would produce the output: Grand Theft Auto: San Andreas


If you want a different game name format, you can instead use {{id}}, {{long}} or {{condensed}}. Those templates actually use this template to figure out which game is being requested.


Usage

There is 1 parameter. You can input virtually ANY variation on a game name, whether long or short form, or any other incorrect form.

It will output the short-length game name, such as: GTA III, GTA San Andreas

To request the short game name for the input "Three" just use:

{{game | Three}}

This will then work out that you mean GTA III and output the correct long name of: Grand Theft Auto III


If you're using this in a template, you need to pass the inputted parameter, whether numbered as {{{1}}} or named like {{{game}}}

{{game | {{{game}}} }}


And to add links, use this around the template:

[[{{game | {{{game}}} }}]]

For multiple games, use this template multiple times. This will NOT work if you try to pass two game names into this template (like {{game |gta 1, gta2}} or {{game | gta 1 | gta 2}}). You need to use the template twice like {{game | gta 1}}, {{game| gta 2}})

If the variable is not found (like "gta mexico") then it will simply return whatever you put in: "gta mexico"