Template:Location: Difference between revisions
From Horizon Wiki Mirror
Content deleted Content added
imported>Spiffly |
imported>Spiffly No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{{#if:{{{1|}}}|[[{{{1|}}}]]{{#if:{{{map|}}}|, {{#switch:{{lc:{{{map link|}}}}}|none = {{{map}}}| = [[{{{1}}}/Maps#{{{map}}}|{{{map}}}]]|#default = [[{{{map link|}}}|{{{map}}}]]}}}}{{#if:{{{2|}}}|<nowiki/> {{Position|{{{1|}}}|{{{2|}}}|id={{{id|}}}|<nowiki/> |
|||
<includeonly><infobox type="Location"> |
|||
:''{{{3|}}}''<nowiki/>}}}}</includeonly><noinclude> |
|||
<title source="title"/> |
|||
[[Category:Templates|{{PAGENAMEE}}]] |
|||
<image source="image"><caption source="imagecaption"/></image> |
|||
==Usage== |
|||
<image source="map"><caption source="mapcaption"/></image> |
|||
<pre> |
|||
<data source="type"><label>Type</label></data> |
|||
{{Location|<area>|<position>|<note>|map=<map>|map link=<map link>}} |
|||
<data source="level"><label>Level</label></data> |
|||
</pre> |
|||
<data source="location"><label>Location</label></data> |
|||
Provides a link to the map of a specified area map. Supports coordinates and areas with multiple maps. Notes appear on a new line in italics. Implemented using [[Template:Position]]. |
|||
<data source="inhabitants"><label>Inhabitants</label></data> |
|||
*'''area:''' The [[:Category:Areas|area]] to link to. |
|||
</infobox>{{#ifeq: {{NAMESPACENUMBER}} | 0 | [[Category:Locations]]}}</includeonly><noinclude>{{Documentation}}</noinclude> |
|||
*'''position:''' The position on the map. |
|||
*'''note:''' Optional. A note about the location, such as landmarks that it is near. |
|||
*'''map:''' Optional. The map that the location appears on. |
|||
*'''id:''' Optional. A unique id to give to the tooltip. Use if the same location (area and position) is repeated on the same page. |
|||
*'''map link:''' Optional. A link to the map that the location appears on or "none" to remove the automatic link. |
|||
*'''exact pos x:''' Optional. The exact x position within the quadrant. |
|||
*'''exact pos y:''' Optional. The exact y position within the quadrant. |
|||
==Examples== |
|||
{| class="ffxi-table" border="1" |
|||
| |
|||
! Code !! Result |
|||
|- |
|||
| <pre>{{Location|Northern San d'Oria|C-8}}</pre> |
|||
| {{Location|Northern San d'Oria|C-8}} |
|||
|- |
|||
| <pre>{{Location|Valkurm Dunes|H-7|Next to the outpost.}}</pre> |
|||
| {{Location|Valkurm Dunes|H-7|Next to the outpost.}} |
|||
|- |
|||
| <pre>{{Location|Windurst Waters|map=North|K-6}}</pre> |
|||
| {{Location|Windurst Waters|map=North|K-6}} |
|||
|- |
|||
| <pre>{{Location|Inner Horutoto Ruins|map=Lily Tower|map link=Lily Tower|I-9}}</pre> |
|||
| {{Location|Inner Horutoto Ruins|map=Lily Tower|map link=Lily Tower|I-9}} |
|||
|- |
|||
| <pre>{{Location|Ifrit's Cauldron|map=Map 5|map link=none|F-8}}</pre> |
|||
| {{Location|Ifrit's Cauldron|map=Map 5|map link=none|F-8}} |
|||
|- |
|||
| <pre>{{Location|Bastok Markets|F-10|exact pos x=10|exact pos y=8}}</pre> |
|||
| {{Location|Bastok Markets|F-10|exact pos x=10|exact pos y=8}} |
|||
|} |
|||
Exact position coordinates place a red pixel graphic at the coordinates in the tooltip. The alignment is to the top left of a transparent gif and not the center of it. |
|||
</noinclude> |
|||
Revision as of 23:07, 26 January 2023
Usage
{{Location|<area>|<position>|<note>|map=<map>|map link=<map link>}}
Provides a link to the map of a specified area map. Supports coordinates and areas with multiple maps. Notes appear on a new line in italics. Implemented using Template:Position.
- area: The area to link to.
- position: The position on the map.
- note: Optional. A note about the location, such as landmarks that it is near.
- map: Optional. The map that the location appears on.
- id: Optional. A unique id to give to the tooltip. Use if the same location (area and position) is repeated on the same page.
- map link: Optional. A link to the map that the location appears on or "none" to remove the automatic link.
- exact pos x: Optional. The exact x position within the quadrant.
- exact pos y: Optional. The exact y position within the quadrant.
Examples
| Code | Result | |
|---|---|---|
{{Location|Northern San d'Oria|C-8}}
|
Northern San d'Oria ([[Northern San d'Oria/Maps#
| |
{{Location|Valkurm Dunes|H-7|Next to the outpost.}}
|
Valkurm Dunes ([[Valkurm Dunes/Maps#
| |
{{Location|Windurst Waters|map=North|K-6}}
|
Windurst Waters, North ([[Windurst Waters/Maps#
| |
{{Location|Inner Horutoto Ruins|map=Lily Tower|map link=Lily Tower|I-9}}
|
Inner Horutoto Ruins, Lily Tower ([[Inner Horutoto Ruins/Maps#
| |
{{Location|Ifrit's Cauldron|map=Map 5|map link=none|F-8}}
|
Ifrit's Cauldron, Map 5 ([[Ifrit's Cauldron/Maps#
| |
{{Location|Bastok Markets|F-10|exact pos x=10|exact pos y=8}}
|
Bastok Markets ([[Bastok Markets/Maps#
|
Exact position coordinates place a red pixel graphic at the coordinates in the tooltip. The alignment is to the top left of a transparent gif and not the center of it.