Template:Infobox Object: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
m (Bot: Automated text replacement (-\{\{Page Name\}\} +{{#invoke:Infobox|Title}}))
mNo edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>{{#invoke:Infobox|Main}}<infobox>
<includeonly>{{Article Status}}{{#invoke:Infobox|Main}}<infobox>
<title source="name"><default>{{#invoke:Infobox|Title}}</default></title>
<title source="name"><default>{{#invoke:Infobox|Title}}</default></title>
<data><default>{{#invoke:Infobox|Image|{{{image|}}}|{{{caption|}}}}}</default></data>
<data><default>{{#invoke:Infobox|Image|{{{image|}}}|{{{caption|}}}}}</default></data>
<data source="pronunciation"><label>Pronunciation</label><format>{{#invoke:Infobox|List|{{{pronunciation|}}}}}</format></data>
<data source="pronunciation"><label>Pronunciation</label></data>
<data source="plural"><label>Plural</label><format>{{#invoke:Infobox|List|{{{plural|}}}}}</format></data>
<data source="plural"><label>Plural</label></data>
<data source="game"><label>Main appearance(s)</label><format>{{#invoke:Infobox|Games|{{{game|}}}}}</format></data>
<data source="game"><label>Main appearance(s)</label><format>{{#invoke:Infobox|Games|{{{game|}}}}}</format></data>
<data source="other"><label>Other appearance(s)</label><format>{{#invoke:Infobox|Games|{{{other|}}}}}</format></data>
<data source="other"><label>Other appearance(s)</label><format>{{#invoke:Infobox|Games|{{{other|}}}}}</format></data>
<data source="location"><label>Location(s)</label><format>{{#invoke:Infobox|List|{{{location|}}}}}</format></data>
<data source="location"><label>Location(s)</label></data>
<data source="uses"><label>Use(s)</label><format>{{#invoke:Infobox|List|{{{uses|}}}}}</format></data>
<data source="uses"><label>Use(s)</label></data>
<data source="comp"><label>Comparable Object(s)</label><format>{{#invoke:Infobox|List|{{{comp|}}}}}</format></data>
<data source="strength"><label>Strength</label></data>
<data source="theme"><label>Theme(s)</label><format>{{#invoke:Infobox|List|{{{theme|}}}}}</format></data>
<data source="comp"><label>Comparable Object(s)</label></data>
<data source="theme"><label>Theme(s)</label></data>
</infobox></includeonly><noinclude>
</infobox></includeonly><noinclude>
{{Documentation}}
{{Documentation}}
[[Category:Infobox Templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Latest revision as of 21:44, 21 September 2023


Purpose

Displaying infoboxes for objects.

Usage

{{Infobox Object
|image= Image(s) of the topic. (Use {{Media}} when possible.)
|caption= Caption of the image. (Not to be used with {{Media}}.)
|pronunciation= Pronunciation of the object's name.
|plural= The plural name(s) of the object.
|game= The game(s) in which the object appears.
|other= Other media in which the object appears.
|location= The locations where the object appears.
|uses= The use(s) of the object.
|comp= Other similar object(s).
|theme= The theme(s) associated with this object.
}}

Blank Code

{{Infobox Object
|image= 
|caption= 
|pronunciation= 
|plural= 
|game= 
|other= 
|location= 
|uses= 
|comp= 
|theme= 
}}
The above documentation is transcluded from Template:Infobox Object/Documentation. (edit | history)