Template:Maplink
Use this template when needing a link to the live map.
If any future changes occur to the map link format, this template can change all map links using it.
When to use
This is simply a quick way of inserting a map link from just coordinates, zoom, dimension, and day/night.
Usage
Type {{maplink|-127|65|358|10|overworld|day|Map link of Spawn}} where you would ordinarily use [https://map.minecraftonline.com/#/-127/65/358/-1/Freedonia%20-%20overworld/Day Map link of Spawn] (Map link of Spawn) to obtain Map link of Spawn.
Format
{{maplink|X|Y|Z|Zoom|dimension|time|link text}}
The time value for day or night is ignored when the dimension is not overworld.
Examples
{{maplink|32||32|10|nether||}}
map link to 32 64 32 in nether
{{maplink|-127||358||overworld||}}
map link to -127 64 358 in overworld
{{maplink|-8008||5005|2|overworld|Night|}}
map link to -8008 64 5005 in overworld
Y is optional and defaults to 64. Zoom is optional, defaulting to 1. Dimension is required. night/world (day) is also optional, defaulting to world if overworld. Link text is also optional.
Creates a map link with the specified coordinates and other options.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| X coordinate | 1 | The X coordinate of the place you're linking
| String | required |
| Y coordinate | 2 | The Y coordinate of the place you're linking (defaults to 64)
| String | optional |
| Z coordinate | 3 | The Z coordinate of the place you're linking
| String | required |
| Zoom | 4 | The zoom level of the map link (defaults to max)
| String | optional |
| Dimension | 5 | The dimension of the place you're linking (overworld, nether or end)
| String | required |
| Time | 6 | Choose whether the map setting is day ('World') or Night ('Night')
| String | optional |
| Link text | 7 | Text that will be shown as the link
| String | optional |