Template:Infobox Game: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
|name = {{{name|}}}
|name = {{{name|}}}
|subtitle = {{{subtitle|}}}
|subtitle = {{{subtitle|}}}
|acronym = {{{acronym|}}}
|initialism = {{{initialism|}}}
|release = {{#time: r|{{{mainrelease|}}}}}
|type = {{{series|}}}
}}</includeonly><noinclude>{{#cargo_declare:
}}</includeonly><noinclude>{{#cargo_declare:
_table = Games
_table = Games
|name = String
|name = String
|subtitle = String
|subtitle = String
|acronym = String
|initialism = String
|release = Datetime
|type = String
}}
}}
{{Documentation}}
{{Documentation}}
[[Category:Infobox Templates]]
[[Category:Infobox Templates]]
</noinclude>
</noinclude>

Revision as of 01:58, 9 November 2019

Error: "release" cannot be used as a Cargo field name, because it is an SQL keyword.

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)