Template:MapLink

From Wynncraft Wiki
Jump to navigation Jump to search
Template-info.svg Documentation

The MapLink template is used to format a set of coordinates as they typically appear in-game, as well as providing a direct link to the specified location on the official Wynncraft Map.

Usage

{{MapLink
| x = 
| z = 
| y = 
| zoom = 
}}

Required:

  • x - Specifies the X coordinate to be linked to.
  • z - Specifies the Z coordinate to be linked to.

Optional:

  • y - Specifies the Y coordinate to be linked to. If left unspecified, this will default to 64.
  • zoom - Specifies the zoom level. Only values of -5, -4, -3, -2, -1, or max are accepted; any other value will be automatically reset to -5 by the website. If left unspecified, this will default to -2.

Examples

{{MapLink|x=480|z=-1590|zoom=-1}}

Outputs [480, 64, -1590], a location in the centre of Detlas, with a very close zoom.