Template:Map Link
The UESPWiki – Your source for The Elder Scrolls since 1995
Due to the sensitive nature of this template or the fact that it is used on a large number of pages, it has been semi-protected to prevent site-wide damage by vandal bots. Editors: In order to minimize the impact on our servers, please use sandboxes to make and test changes to widely used templates before deployment. For more information, please see this article's talk page. |
Summary
This template creates a link to one of UESP's interactive maps for the provided location. It can be used for the ESO, Skyrim, Oblivion, Shivering Isles or Morrowind maps (normally the namespace where the template is used automatically determines the appropriate map).
Parameters
There are three main options available for this template:
- Map Only – Links directly to the map with no location specified.
- Place – Links to a place on the map.
- X,Y – Links to the location's in-game (x,y) coordinates (for example, taken from the construction set or as displayed in the console).
Parameter | Scope | Description |
---|---|---|
All | ||
label or 1 |
optional | Text to display in link. Defaults to "(map)". If a place or x/y parameters are explicitly defined, then the first unnamed parameter is the label. Otherwise, the first unnamed parameter is the place and the second, if any, is the label. |
search | optional | You can optionally specify a search to perform at the given location or for the entire map. This is useful when creating a map link for multiple locations or when you want to highlight a specific item near another location. The search parameter may be a word common in several place names (e.g., "Wayshrine"), or a term from the location search tags. |
zoom | optional | Zoom level to use for link. If not provided, map will use its default zoom. |
newzoom | optional | Zoom level to use for link. This uses the zooming scheme from the new map application, rather than translating it from the old zooming scheme. |
map | optional | The map type to use. Defaults to the appropriate map for the current namespace. This can also be set to the add-on name or its short form (i.e., Skyrim or SR). |
Map Only | ||
No additional parameters. You must use a name for the label parameter in Map Only mode or it will be interpreted as a place. | ||
Place | ||
place | required | Name of place as shown on UESP's map (typically same as the wiki name of the place). The first unnamed parameter is assumed to be the place parameter if neither place nor x/y parameters are specified explicitly. For ESO: If numerous place markers have the same name, the locationId can be used |
X,Y | ||
x y |
required | X- and Y-coordinates of location. These parameters must be named to use this option. |
world | optional | worldId, name, or displayName |
Examples
Code | Link |
---|---|
Map Only | |
{{Map Link|map=Morrowind|label=Morrowind Map}} |
Morrowind Map |
Place | |
{{Map Link|Shetcombe Farm}} or {{Map Link|place=Shetcombe Farm}} or {{Map Link|place=Shetcombe Farm|map=Oblivion}} |
Assuming an Oblivion article: (map) |
X,Y | |
{{Map Link|x=37643.1|y=22760.8}} or {{Map Link|x=37643.1|y=22760.8|label=view on map}} or {{Map Link|x=37643.1|y=22760.8|view on map}} |
Assuming an Oblivion article: view on map |
Dragonborn | |
{{Map Link|Raven Rock|map=Dragonborn}} |
Regardless of namespace: |
ESO with World | |
{{Map Link|Chill House|world=Glenumbra}} |
Assuming an Online article: |
ESO with locationId | |
{{Map Link|307}} |
Assuming an Online article: |
Search | |
{{Map Link|search=Camp}} |
Assuming a Morrowind article: (map) |
{{Map Link|search=Well|Shetcombe Farm|Ayleid Well near Shetcombe Farm}} |
Assuming an Oblivion article: Ayleid Well near Shetcombe Farm |