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)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>{{#invoke:Infobox|Main}}<infobox>
<includeonly>{{#invoke:Infobox|Main}}<infobox>
   <title source="name"><default>{{Page Name}}</default></title>
   <title source="name"><default>''{{Page Name}}''</default></title>
   <data><default>{{#invoke:Infobox|Image|{{{image|}}}|{{{caption|}}}|size=250px}}</default></data>
   <data><default>{{#invoke:Infobox|Image|{{{image|}}}|{{{caption|}}}}}</default></data>
   <data source="developer"><label>Developer(s)</label><format>{{#invoke:Infobox|List|{{{developer|}}}}}</format></data>
   <data source="developer"><label>Developer(s)</label></data>
   <data source="publisher"><label>Publisher(s)</label><format>{{#invoke:Infobox|List|{{{publisher|}}}}}</format></data>
   <data source="publisher"><label>Publisher(s)</label></data>
   <data source="designer"><label>Designer(s)</label><format>{{#invoke:Infobox|List|{{{designer|}}}}}</format></data>
   <data source="designer"><label>Designer(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><format>{{#invoke:Infobox|List|{{{ratings|}}}}}</format></data>
   <data source="ratings"><label>Content ratings</label></data>
   <data source="genre"><label>Genre(s)</label><format>{{#invoke:Infobox|List|{{{genre|}}}}}</format></data>
   <data source="genre"><label>Genre(s)</label></data>
   <data source="modes"><label>Gamemode(s)</label><format>{{#invoke:Infobox|List|{{{modes|}}}}}</format></data>
   <data source="modes"><label>Gamemode(s)</label></data>
   <data source="platform"><label>Platform(s)</label><format>{{#invoke:Infobox|List|{{{platform|}}}}}</format></data>
   <data source="platform"><label>Platform(s)</label></data>
   <data source="website"><label>Official website(s)</label><format>{{#invoke:Infobox|List|{{{website|}}}}}</format></data>
   <data source="website"><label>Official website(s)</label></data>
   <data source="canon"><label>Canonicity</label><format>{{#invoke:Infobox|List|{{{canon|}}}}}</format></data>
   <data source="canon"><label>Canonicity</label></data>
   <data source="predecessor"><label>Predecessor</label><format>{{#invoke:Infobox|List|{{{predecessor|}}}}}</format></data>
   <data source="predecessor"><label>Predecessor</label></data>
   <data source="successor"><label>Successor</label><format>{{#invoke:Infobox|List|{{{successor|}}}}}</format></data>
   <data source="successor"><label>Successor</label></data>
   <data source="strategy"></data>
   <data source="strategy"></data>
   <data source="zu"></data>
   <data source="zu"></data>
Line 19: 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)