Template:Infobox Location: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
No edit summary
m (Standardizing: <br> to <br/>)
Line 1: Line 1:
<includeonly><infobox>
<includeonly><infobox>
<title source="name"><default>{{PAGENAME}}</default></title>
<title source="name"><default>{{PAGENAME}}</default></title>
<data><default>{{#ifeq:{{#sub:{{{image|}}}|0|5}}|File:|[[{{{image|}}}|320x320px]]|{{{image|}}}}}{{#if:{{{caption|}}}|<br>{{{caption|}}}}}</default></data>
<data><default>{{#ifeq:{{#sub:{{{image|}}}|0|5}}|File:|[[{{{image|}}}|320x320px]]|{{{image|}}}}}{{#if:{{{caption|}}}|<br/>{{{caption|}}}}}</default></data>
<data source="pronunciation"><label>Pronunciation</label></data>
<data source="pronunciation"><label>Pronunciation</label></data>
<data source="game"><label>Main appearance(s)</label></data>
<data source="game"><label>Main appearance(s)</label></data>

Revision as of 13:41, 17 April 2022


Purpose

Displaying an infobox for locations.

Usage

{{Infobox Location
|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 location's name.
|game= The game(s) in which the location appears.
|other= Other media in which the location  appears.
|inhab= Character(s) found in this location.
|items= Item(s) found in this location.
|services= Service(s) found in this location.
|season= The default season of the location.
|temperature= The temperature of the location.
|counter= Counterpart(s) of the location.
|theme= The theme(s) associated with this location.
|related= Other location(s) related or linked to this one.
|strategy= A link to a guide from StrategyWiki.
|zu= A link to the Zelda Universe walkthrough.
}}

Blank Code

{{Infobox Location
|image= 
|caption= 
|pronunciation= 
|game= 
|other= 
|inhab= 
|items= 
|services= 
|season= 
|temperature= 
|counter= 
|theme= 
|related= 
|strategy= 
|zu= 
}}
The above documentation is transcluded from Template:Infobox Location/Documentation. (edit | history)