Template:Infobox Game: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
No edit summary
m (Italiczing game titles in the infobox when no name parameter is used)
 
(14 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<includeonly><infobox>
<includeonly>{{#invoke:Infobox|Main}}<infobox>
   <title source="name"><default>{{PAGENAME}}</default></title>
   <title source="name"><default>''{{Page Name}}''</default></title>
   <data class="infobox-image"><default>{{#ifeq:{{#sub:{{{image|}}}|0|5}}|File:|[[{{{image|}}}|250px]]|{{{image|}}}}}{{#if:{{{caption|}}}|<br>{{{caption|}}}}}</default></data>
   <data><default>{{#invoke:Infobox|Image|{{{image|}}}|{{{caption|}}}}}</default></data>
   <data source="developer"><label>Developer(s)</label></data>
   <data source="developer"><label>Developer(s)</label></data>
   <data source="publisher"><label>Publisher(s)</label></data>
   <data source="publisher"><label>Publisher(s)</label></data>
   <data source="designer"><label>Designer(s)</label></data>
   <data source="designer"><label>Designer(s)</label></data>
  <data source="publisher"><label>Publisher(s)</label></data>
   <data source="released"><label>Release date(s)</label></data>
   <data source="released"><label>Release date(s)</label></data>
   <data source="ratings"><label>Content ratings</label></data>
   <data source="ratings"><label>Content ratings</label></data>
Line 20: Line 19:
</includeonly><noinclude>
</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)