Template:Infobox Game: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
(my bad)
m (Italiczing game titles in the infobox when no name parameter is used)
 
(30 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<includeonly>{{#invoke:Infobox2|_Main|type= game}}{{#cargo_store:
<includeonly>{{#invoke:Infobox|Main}}<infobox>
_table = Games
  <title source="name"><default>''{{Page Name}}''</default></title>
|name = {{{name|}}}
  <data><default>{{#invoke:Infobox|Image|{{{image|}}}|{{{caption|}}}}}</default></data>
|subtitle = {{{subtitle|}}}
  <data source="developer"><label>Developer(s)</label></data>
|initialism = {{{initialism|}}}
  <data source="publisher"><label>Publisher(s)</label></data>
|mainrelease = {{#if:{{{mainrelease|}}}|{{#time: r|{{{mainrelease|}}}}}}}
  <data source="designer"><label>Designer(s)</label></data>
|type = {{{series|}}}
  <data source="released"><label>Release date(s)</label></data>
}}</includeonly><noinclude>{{#cargo_declare:
  <data source="ratings"><label>Content ratings</label></data>
_table = Games
  <data source="genre"><label>Genre(s)</label></data>
|name = String
  <data source="modes"><label>Gamemode(s)</label></data>
|subtitle = String
  <data source="platform"><label>Platform(s)</label></data>
|initialism = String
  <data source="website"><label>Official website(s)</label></data>
|mainrelease = Datetime
  <data source="canon"><label>Canonicity</label></data>
|type = String
  <data source="predecessor"><label>Predecessor</label></data>
}}
  <data source="successor"><label>Successor</label></data>
  <data source="strategy"></data>
  <data source="zu"></data>
</infobox>
</includeonly><noinclude>
{{Documentation}}
{{Documentation}}
[[Category:Infobox Templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Latest revision as of 07:39, 22 May 2024


Purpose

Displaying infoboxes for games.

Usage

{{Infobox Game
|image= Image(s) of the topic. (Use {{Media}} when possible.)
|caption= Caption of the image. (Not to be used with {{Media}}.)
|developer= The developer(s) of the game.
|publisher= The publisher(s) of the game.
|designer= The game's designer(s).
|released= The game's release date(s).
|ratings= The content ratings of the game.
|genre= The game's genre(s).
|modes= The game's gamemode(s).
|platform= The platform(s) on which the game is published.
|website= The official website of the game.
|canon= The status of the game's canonicity in the Zelda timeline.
|predecessor= The game's predecessor(s).
|successor= The successor(s) of the game.
|strategy= A link to a guide from StrategyWiki.
|zu= A link to the Zelda Universe walkthrough.
}}

Blank code

{{Infobox Game
|image= 
|caption= 
|developer= 
|publisher= 
|designer= 
|released= 
|ratings= 
|genre= 
|modes= 
|platform= 
|website= 
|canon= 
|predecessor= 
|successor= 
|strategy= 
|zu= 
}}
The above documentation is transcluded from Template:Infobox Game/Documentation. (edit | history)