Template:MapLink/Documentation: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
(Created page with "This template creates an element that is understood by the Breath of the Wild Map as an internal link to another location. Clicking on...")
 
mNo edit summary
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
This template creates an element that is understood by the [[Zelda Dungeon:Breath of the Wild Map|Breath of the Wild Map]] as an internal link to another location. Clicking on this link will pan the map (or jump if far away) to the given location. This is intended for use inside <code><nowiki><section><includeonly></includeonly></section></nowiki></code> tags.
This template creates an element that is understood by the [[Zelda Dungeon:Breath of the Wild Map|Breath of the Wild Map]] as an internal link to another location. Clicking on this link will pan the map (or jump if far away) to the given location.


==Usage==
==Usage==
{{Usage|text|lat|lng}}
{{Usage|text|id}}
{{Usage/Param|text|Display text that the user clicks. If lat and lng aren't supplied, this also doubles as the target id to link to.}}
{{Usage/Param|text|Display text that the user clicks. If lat and lng aren't supplied, this also doubles as the target id to link to.}}
{{Usage/Param|lat|Latitude of the target as defined in its {{Temlink|Pin}} template.|optional}}
{{Usage/Param|id|ID for the target to link to.|optional}}
{{Usage/Param|lng|Longitude of the target as defined in its {{Temlink|Pin}} template.|optional}}


==Example==
==Example==
<code><nowiki><section begin=summary /><includeonly>'''Shrine Quest:''' {{MapLink|The Stolen Heirloom}}</includeonly><section end=summary /></nowiki></code>
<code><nowiki><section begin=summary />'''Shrine Quest:''' {{MapLink|The Stolen Heirloom}}<section end=summary /></nowiki></code>


(The output is ultimately displayed on the map, not the wiki - visit the map to see example output)
<section begin=summary />'''Shrine Quest:''' {{MapLink|The Stolen Heirloom}}<section end=summary />
 
(visit the map to see example output in map format)<noinclude>{{cat|Template Documentation}}</noinclude>

Latest revision as of 01:40, July 21, 2020

This template creates an element that is understood by the Breath of the Wild Map as an internal link to another location. Clicking on this link will pan the map (or jump if far away) to the given location.

Usage

{{MapLink/Documentation| text | id }}

  • text — Display text that the user clicks. If lat and lng aren't supplied, this also doubles as the target id to link to.
  • id — ID for the target to link to. (Optional.)

Example

<section begin=summary />'''Shrine Quest:''' {{MapLink|The Stolen Heirloom}}<section end=summary />

Shrine Quest: The Stolen Heirloom

(visit the map to see example output in map format)