Template:Location map/doc: Difference between revisions
m 1 revision imported |
m 1 revision imported |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
{{High- | {{High-use| 599433 }} | ||
{{Lua|Module:Location map}} | {{Lua|Module:Location map}} | ||
{{Location map|USA | {{Location map|USA | ||
|relief= 1 | |relief= 1 | ||
Line 23: | Line 10: | ||
}} | }} | ||
{| | The '''location map''' template generates a location map as a composite image, consisting of a map and a location mark. Optionally, a label and caption can be added. | ||
==Usage== | |||
Map image files are not accessed directly, but by using an auxiliary map definition. For example, if the first unnamed parameter supplied to this template is {{code|Japan}}, then this template uses the entry for Japan in [[Module:Location map/data/Japan]] if it exists, which contains the data needed to generate the composite image. | |||
===Please note=== | |||
*Assigning {{em|any}} value to the parameter {{para|caption}} causes the map to be displayed as a thumbnail image. If this parameter is not declared, the template will generate a default caption. | |||
*The coordinates are not checked. If the coordinates specified fall outside the area covered by the map image, the location mark will not display inside the image; however, it may be displayed somewhere else on the page. | |||
*Do not use {{kbd|px}} when setting the map image size. Using {{para|width|200px}} will usually cause a very large map to be displayed. Use {{para|width|200}}. | |||
*To create a map with more than one location mark, use either {{tl|Location map+}} or {{tl|Location map many}}. | |||
==Blank templates== | |||
{| class="wikitable" | |||
|+ Blank templates | |||
|- | |- | ||
|style=vertical-align:top| | ! scope="col" | Decimal degrees | ||
< | ! scope="col" | Degrees, minutes, seconds | ||
! scope="col" | With {{tl|Coord}}<small><br>(usually for infoboxes)</small> | |||
! scope="col" | [[Wikidata]] | |||
|- | |||
|style="vertical-align:top;"| | |||
<syntaxhighlight lang="wikitext"> | |||
{{Location map|{{{1}}} | {{Location map|{{{1}}} | ||
|width = | |width = | ||
Line 53: | Line 52: | ||
|lon_deg = | |lon_deg = | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
|style= | |style="vertical-align:top;"| | ||
<syntaxhighlight lang="wikitext"> | |||
< | |||
{{Location map|{{{1}}} | {{Location map|{{{1}}} | ||
|width = | |width = | ||
Line 82: | Line 80: | ||
|lon_dir = | |lon_dir = | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
|style= | |style="vertical-align:top;"| | ||
<syntaxhighlight lang="wikitext"> | |||
< | |||
{{Location map|{{{1}}} | {{Location map|{{{1}}} | ||
|width = | |width = | ||
Line 103: | Line 100: | ||
|coordinates= | |coordinates= | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
|style= | |style="vertical-align:top;"| | ||
<syntaxhighlight lang="wikitext"> | |||
< | |||
{{Location map|{{{1}}} | {{Location map|{{{1}}} | ||
|width = | |width = | ||
Line 123: | Line 119: | ||
|marksize = | |marksize = | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
|} | |} | ||
==Parameters== | ==Parameters== | ||
{|class="wikitable" style="width:100%" | {|class="wikitable" style="width:100%" | ||
|+ style=background-color:lightblue| Parameters | |||
|- | |- | ||
! | ! scope="col" | Parameter kind | ||
! scope="col" | Parameter | |||
! scope="col" | Description | |||
|- | |- | ||
| | | rowspan="11" | Map display | ||
|'''Required''' – use the name of the map as the first unnamed parameter; for example, specifying | |{{code|{{{1}}}}} | ||
|'''Required''' – use the name of the map as the first unnamed parameter; for example, specifying {{code|England}} will use the values for England in [[Module:Location map/data/England]]. See the [[#Examples|examples]] below. Multiple maps can be shown by providing a list of map names separated by {{kbd|#}}. For multiple maps, the first is shown by default. A reader can select the others with radio buttons. | |||
|- | |- | ||
| | |{{code|width}} | ||
|Determines the width of the map in [[pixel]]s, overriding any default values; do not include | |Determines the width of the map in [[pixel]]s, overriding any default values; do not include {{kbd|px}}. For example, use {{para|width|300}}, not {{para|width|300px}}. | ||
|- | |- | ||
| | |{{code|default_width}} | ||
|Determines the default width of the map in pixels, intended for use by templates, e.g. place infoboxes; the default value is 240. | |Determines the default width of the map in pixels, intended for use by templates, e.g. place infoboxes; the default value is 240. Do not include {{kbd|px}}. This value will be multiplied by the {{code|defaultscale}} parameter specified in individual map templates, if it exists, in order to achieve an appropriate size for vertical maps. For example, if {{para|default_width|200}} is given, a map of Thailand will be displayed with a width of 200×0.57=114 pixels (as specified in [[Module:Location map/data/Thailand]]). | ||
|- | |- | ||
| | |{{code|max_width}} | ||
|The maximum size of the map in pixels | |The maximum size of the map in pixels. Intended for use by templates, e.g. place infoboxes. Do not include {{kbd|px}}. | ||
|- | |- | ||
| | |{{code|float}} | ||
|Specifies the position of the map on the page; valid values are | |Specifies the position of the map on the page; valid values are {{code|left}}, {{code|right}}, {{code|center}} and {{code|none}}. The default is {{code|right}}. | ||
|- | |- | ||
| | |{{code|border}} | ||
|Specifies the colour of the 1px map border; the default is | |Specifies the colour of the 1px map border; the default is {{code|lightgrey}} (see [[web colors]]). If set to {{code|none}}, no border will be generated. This parameter is seldom used. Special value: {{code|infobox}}. | ||
|- | |- | ||
| | |{{code|caption}} | ||
|The text of a caption to be displayed below the map; specifying a caption will cause the map to be displayed with a frame. | |The text of a caption to be displayed below the map; specifying a caption will cause the map to be displayed with a frame. If {{para|caption}} is defined but not assigned a value, the map will not be framed and no caption will be displayed. If {{para|caption}} is not defined, the map will not be framed and a default caption will be generated. The default caption is created from the {{para|label}} parameter (or the current page name if {{para|label}} not defined) and the {{para|name}} parameter from the map definition template. Multiple captions can be shown when separated by {{kbd|##}} (that's two). | ||
|- | |- | ||
| | |{{code|alt}} | ||
|Alt text for map; used by [[screen reader]]s | |Alt text for map; used by [[screen reader]]s. See [[WP:ALT]]. | ||
|- | |- | ||
| | |{{code|relief}} | ||
|Any non-blank value (1, yes, etc.) will cause the template to display the map specified in the map definition template as | |Any non-blank value ({{code|1}}, {{code|yes}}, etc.) will cause the template to display the map specified in the map definition template as {{code|image1}}, which is usually a [[Cartographic relief depiction|relief map]]; see the example at [[Template:Location map+/relief|Location map+/relief]]. Other numerical values such as {{code|2}} or {{code|3}} will display {{code|image2}} or {{code|image3}}, if those images are defined. | ||
|- | |- | ||
| | |{{code|AlternativeMap}} | ||
|Allows the use of an alternative map; the image must have the same edge coordinates as the location map template. | |Allows the use of an alternative map; the image must have the same edge coordinates as the location map template. See the example at [[Template:Location map+/AlternativeMap|Location map+/AlternativeMap]]. | ||
|- | |- | ||
| | |{{code|overlay_image}} | ||
|Allows an overlay to be superimposed on the map; this parameter is seldom used. | |Allows an overlay to be superimposed on the map; this parameter is seldom used. See the example at [[Template:Location map+/overlay|Location map+/overlay]]. | ||
|- | |- | ||
| rowspan="17" | Label and mark parameters<ref group="note">If no coordinates are specified, the template will try to get them from the page's [[Wikidata]] item.</ref> | |||
|{{code|label}} | |||
|The text of the label to display next to the identifying mark; a [[H:WIKILINK|wikilink]] can be used. You can enclose the label inside of {{tl|nowrap}} if you want to make sure that it stays on a single line. The default (if not specified) is no label, just the marker. | |||
|- | |- | ||
|{{code|label_size}} | |||
|The font size to use for the label, given as a percentage of the normal font size (<100=smaller, >100=larger); the default size is 90. Do not include {{kbd|%}}. For example, use {{para|label_size|80}}, not {{para|label_size|80%}}. If set to {{code|0}}, the label is only displayed when the user hovers over the mark. | |||
|- | |- | ||
| | |{{code|label_width}} | ||
|The | |The width to use for the label, given as an [[Em (typography)#CSS|em size]]; the default width is 6. Do not include {{kbd|em}}. For example, use {{para|label_width|7}}, not {{para|label_width|7em}}. | ||
|- | |- | ||
| | |{{code|position}} | ||
|The | |The position of the label relative to the identifying mark; valid values are {{code|left}}, {{code|right}}, {{code|top}},{{code|bottom}} and {{code|none}}. This defaults to either {{code|left}} or {{code|right}}, depending on the coordinates of the marker and its position relative to the right border of the map image. When {{para|position|none}}, any defined label will not be displayed with the mark, but it will be used to create the default caption. | ||
|- | |- | ||
| | |{{code|background}} | ||
|The | |The background colour to use for the label; see [[Web colors]]. The default is no background colour, which shows the map image behind the label. | ||
|- | |- | ||
| | |{{code|mark}} | ||
| | |||
|The name of an image file to display as the identifying mark; the default is [[:File:Red pog.svg|Red pog.svg]] ([[File:Red pog.svg|8px]]). See examples at [[Commons:Location markers]] and [[Commons:Category:Map icons]]. | |The name of an image file to display as the identifying mark; the default is [[:File:Red pog.svg|Red pog.svg]] ([[File:Red pog.svg|8px]]). See examples at [[Commons:Location markers]] and [[Commons:Category:Map icons]]. | ||
|- | |- | ||
| | |{{code|marksize}} | ||
|The size of the identifying mark in | |The size of the identifying mark in pixels; the default is 8. Do not include {{kbd|px}}. For example, use {{para|marksize|10}}, not {{para|marksize|10px}}. | ||
|- | |- | ||
| | |{{code|link}} | ||
|Specifies a [[ | |Specifies a [[H:WIKILINK|wikilink]] which can be followed if the reader clicks on the identifying mark; do not include {{kbd|[[]]}} (double square brackets). For example, use {{para|link|Yellowstone National Park}}, not {{para|link|[{{Zwsp}}[Yellowstone National Park]]}}. | ||
|- | |- | ||
| | |{{code|coordinates}} | ||
|The coordinates in {{tl|Coord}} format | |The coordinates in {{tl|Coord}} format.<br><small>Whilst {{em|not}} recommended, coordinates can also be entered in decimal degrees (e.g. {{code|48.067°N 12.863°E}}); you shouldn't need to do this, though.</small> | ||
|- | |- | ||
| | |{{code|lat_deg}} | ||
|The degrees of [[latitude]]; this value can be specified using [[decimal degrees]], and when this format is used, minutes and seconds should not be specified. | |The degrees of [[latitude]]; this value can be specified using [[decimal degrees]], and when this format is used, minutes and seconds should not be specified. | ||
|- | |- | ||
| | |{{code|lat_min}} | ||
|The minutes of latitude. | |The minutes of latitude. | ||
|- | |- | ||
| | |{{code|lat_sec}} | ||
|The seconds of latitude; not usually necessary. | |The seconds of latitude; not usually necessary. | ||
|- | |- | ||
| | |{{code|lat_dir}} | ||
|N | |{{code|N}} for north (default value), or {{code|S}} for south of the [[Equator]]; other values will be disregarded. Not required if using signed decimal degrees, i.e. negative numbers for southern latitude. | ||
|- | |- | ||
| | |{{code|lon_deg}} | ||
|The degrees of [[longitude]]; this value can be specified using [[decimal degrees]], and when this format is used, minutes and seconds should not be specified. | |The degrees of [[longitude]]; this value can be specified using [[decimal degrees]], and when this format is used, minutes and seconds should not be specified. | ||
|- | |- | ||
| | |{{code|lon_min}} | ||
|The minutes of longitude. | |The minutes of longitude. | ||
|- | |- | ||
| | |{{code|lon_sec}} | ||
|The seconds of longitude; not usually necessary. | |The seconds of longitude; not usually necessary. | ||
|- | |- | ||
| | |{{code|lon_dir}} | ||
|E for east (default value), or W for west of the [[IERS Reference Meridian|Prime Meridian]]; | |{{code|E}} for east (default value), or {{code|W}} for west of the [[IERS Reference Meridian|Prime Meridian]]; other values will be disregarded. Not required if using signed decimal degrees, i.e. negative numbers for western longitude. | ||
|} | |} | ||
<references group="note"/> | |||
==Available maps== | ==Available maps== | ||
[[File:template location map.svg|thumb|360px|Location map templates as of 5 Nov 2014. | [[File:template location map.svg|thumb|360px|Location map templates as of 5 Nov 2014. To find the best location map template covering a given place, open the SVG file in a web browser and use arrow keys and zoom function. Hovering over a region shows its name and highlights it. Clicking it loads its page.]] | ||
There are over 1,000 maps available. | There are over 1,000 maps available. To find other maps: | ||
*[[Special:PrefixIndex/Module:Location map/data/]] | *[[Special:PrefixIndex/Module:Location map/data/]] – checked before a map template is searched for; new maps should be created here rather than creating new templates | ||
*[[Template:Location map/List]] | *[[Template:Location map/List]] – some of the items listed here are redirects, and a few templates may not function as expected | ||
*[[:Category:Location map templates]] | :* [[Template:Location map/List/sorted]] - a list sorted geographically, which may be more useful | ||
*[[Special:WhatLinksHere/Template:Location map/Info]] | *[[:Category:Location map templates]] – templates sorted by category | ||
*[[Special:Prefixindex/Template:Location map]] | *[[Special:WhatLinksHere/Template:Location map/Info]] – a search that might help | ||
*[[Special:Prefixindex/Template:Location map]] – another search that might help | |||
==Creating new map definitions== | ==Creating new map definitions== | ||
Line 235: | Line 234: | ||
==Examples== | ==Examples== | ||
===Default width and float, no label, default caption (decimal coordinates)=== | ===Default width and float, no label, default caption (decimal coordinates)=== | ||
Note: when a label is not specified, the default caption is "Page name (Map name)", so if this example was viewed on a page named | Note: when a label is not specified, the default caption is "Page name (Map name)", so if this example was viewed on a page named <u>Pag</u>, the default caption would be "Pag (Croatia)". Likewise, on a page named <u>Pag (town)</u>, the default caption would be "Pag (town) (Croatia)". | ||
{{Location map|Croatia | {{Location map|Croatia | ||
|alt = Pag is on an island. | |alt = Pag is on an island. | ||
Line 241: | Line 240: | ||
|lon_deg = 15.05 | |lon_deg = 15.05 | ||
}} | }} | ||
< | <syntaxhighlight lang="wikitext" style=width:40em> | ||
{{Location map|Croatia | {{Location map|Croatia | ||
|alt = Pag is on an island. | |alt = Pag is on an island. | ||
Line 247: | Line 246: | ||
|lon_deg = 15.05 | |lon_deg = 15.05 | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
{{clear}} | {{clear}} | ||
Line 262: | Line 261: | ||
|lon_deg = 15 |lon_min = 3 <!-- default: lon_dir = E --> | |lon_deg = 15 |lon_min = 3 <!-- default: lon_dir = E --> | ||
}} | }} | ||
< | <syntaxhighlight lang="wikitext" style=width:40em> | ||
{{Location map|Croatia | {{Location map|Croatia | ||
|width = 200 | |width = 200 | ||
Line 273: | Line 272: | ||
|lon_deg = 15 |lon_min = 3 <!-- default: lon_dir = E --> | |lon_deg = 15 |lon_min = 3 <!-- default: lon_dir = E --> | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
{{clear}} | {{clear}} | ||
Line 286: | Line 285: | ||
|lon_deg = 15 |lon_min = 3 <!-- default: lon_dir = E --> | |lon_deg = 15 |lon_min = 3 <!-- default: lon_dir = E --> | ||
}} | }} | ||
< | <syntaxhighlight style=width:40em lang="wikitext" highlight="5"> | ||
{{Location map|Croatia | {{Location map|Croatia | ||
|width = 200 | |width = 200 | ||
Line 296: | Line 295: | ||
|lon_deg = 15 |lon_min = 3 <!-- default: lon_dir = E --> | |lon_deg = 15 |lon_min = 3 <!-- default: lon_dir = E --> | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
{{clear}} | {{clear}} | ||
Line 311: | Line 310: | ||
|position = right | |position = right | ||
}} | }} | ||
< | <syntaxhighlight style=width:40em lang="wikitext" highlight="7-8"> | ||
{{Location map|Croatia | {{Location map|Croatia | ||
|width = 200 | |width = 200 | ||
Line 323: | Line 322: | ||
|position = right | |position = right | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
{{clear}} | {{clear}} | ||
Line 333: | Line 332: | ||
|alt = Map of Italy with mark showing location of Rimini | |alt = Map of Italy with mark showing location of Rimini | ||
|label = Rimini | |label = Rimini | ||
|label_size = | |label_size = 130 <!--130% of normal size--> | ||
|position = | |position = right | ||
|background = | |background = #ffaa00aa <!--with opacity--> | ||
|mark = Orange_pog.svg | |mark = Orange_pog.svg | ||
|marksize = 12 <!--size in pixels--> | |marksize = 12 <!--size in pixels--> | ||
Line 341: | Line 340: | ||
|lon_deg = 12.578 | |lon_deg = 12.578 | ||
}} | }} | ||
< | <syntaxhighlight style=width:40em lang="wikitext" highlight="7,10-11"> | ||
{{Location map|Italy | {{Location map|Italy | ||
|width = 200 | |width = 200 | ||
Line 348: | Line 347: | ||
|alt = Map of Italy with mark showing location of Rimini | |alt = Map of Italy with mark showing location of Rimini | ||
|label = Rimini | |label = Rimini | ||
|label_size = | |label_size = 130 <!--130% of normal size--> | ||
|position = bottom | |position = bottom | ||
|background = | |background = #ffaa00aa <!--with opacity--> | ||
|mark = Orange_pog.svg | |mark = Orange_pog.svg | ||
|marksize = 12 <!--size in pixels--> | |marksize = 12 <!--size in pixels--> | ||
Line 356: | Line 355: | ||
|lon_deg = 12.57 | |lon_deg = 12.57 | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
{{clear}} | {{clear}} | ||
Line 363: | Line 362: | ||
===AlternativeMap parameter=== | ===AlternativeMap parameter=== | ||
{{Location map|Italy | {{Location map|Italy | ||
|AlternativeMap = Italy location map. | |AlternativeMap = Italy relief location map.jpg | ||
|width = 200 | |width = 200 | ||
|float = right | |float = right | ||
Line 372: | Line 371: | ||
|lon_deg = 12.5 | |lon_deg = 12.5 | ||
}} | }} | ||
< | <syntaxhighlight style=width:40em lang="wikitext" highlight="2"> | ||
{{Location map|Italy | {{Location map|Italy | ||
|AlternativeMap = Italy location map. | |AlternativeMap = Italy relief location map.jpg | ||
|width = 200 | |width = 200 | ||
|float = right | |float = right | ||
Line 383: | Line 382: | ||
|lon_deg = 12.5 | |lon_deg = 12.5 | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
{{clear}} | {{clear}} | ||
Line 389: | Line 388: | ||
===Relief parameter=== | ===Relief parameter=== | ||
When {{para|relief}} has no value, the module defined {{code|image}} is shown. Numerical values {{code|1}} to {{code|99}} will show {{code|image1}} to {{code|image99}}. Any other value will show {{code|image1}}. | |||
{{Location map| | |||
The following example also demonstrates automatic positioning of label to the left due to the far right position of the mark. | |||
{{Location map|Africa | |||
|relief = yes | |relief = yes | ||
|caption = Location of | |caption = Location of [[Beyla]] in Africa | ||
| | |label = Bandar Beyla | ||
| | |label_width = 9 | ||
| | |lat = 9.5 | ||
|long = 50.8 | |||
| | |||
}} | }} | ||
< | <syntaxhighlight style=width:40em lang="wikitext" highlight="2"> | ||
{{Location map| | {{Location map|Africa | ||
|relief = yes | |relief = yes | ||
|caption = Location of | |caption = Location of [[Beyla]] in Africa | ||
| | |label = Bandar Beyla | ||
| | |label_width = 9 | ||
| | |lat = 9.5 | ||
|long = 50.8 | |||
| | |||
}} | }} | ||
</ | </syntaxhighlight> | ||
{{clear}} | {{clear}} | ||
{{Location map| | The second relief map from [[Module:Location map/data/Africa]] can be used by setting {{para|relief|2}} | ||
|relief = | {{Location map|Africa | ||
|caption = Location of | |relief = 2 | ||
| | |caption = Location of Beyla on a simulated [[land cover]] map of Africa | ||
| | |label = Bandar Beyla | ||
| | |label_width = 9 | ||
|lat = 9.5 | |||
| | |long = 50.8 | ||
}} | }} | ||
< | <syntaxhighlight style=width:40em lang="wikitext" highlight="2"> | ||
{{Location map| | {{Location map|Africa | ||
|relief = | |relief = 2 | ||
|caption = Location of | |caption = Location of Beyla on a simulated [[land cover]] map of Africa | ||
| | |label = Bandar Beyla | ||
| | |label_width = 9 | ||
| | |lat = 9.5 | ||
| | |long = 50.8 | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
{{clear}} | {{clear}} | ||
Line 453: | Line 447: | ||
|lon_deg = 03 |lon_min = 21 |lon_sec = 19 |lon_dir = W | |lon_deg = 03 |lon_min = 21 |lon_sec = 19 |lon_dir = W | ||
}} | }} | ||
< | <syntaxhighlight style=width:40em lang="wikitext" highlight="1"> | ||
{{Location map|UK Scotland#UK | {{Location map|UK Scotland#UK | ||
|relief = 1 | |relief = 1 | ||
Line 466: | Line 460: | ||
|lon_deg = 03 |lon_min = 21 |lon_sec = 19 |lon_dir = W | |lon_deg = 03 |lon_min = 21 |lon_sec = 19 |lon_dir = W | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
{{Clear}} | |||
====Multiple selectable maps in floating box==== | |||
Template such as [[Template:Infobox settlement]] display the selectable radio buttons underneath the location map. | |||
The following code utilizes [[Template:Stack]] to achieve a similar result. | |||
{{stack begin}} | |||
<div style="background:white; border:1px solid rgb(0, 0, 0); padding:2px; align:center; text-align:left; width:260; position:relative;"> | |||
{{Location map|Poland#Podlaskie Voivodeship#Europe#Baltic Sea#NATO | |||
|relief = Yes | |||
|width = 260 | |||
|default_width = | |||
|float = | |||
|caption = The [[Suwałki Gap]] is named after the city of [[Suwałki]] (marked by the blue dot). | |||
|alt = The city of Suwałki | |||
|label = Suwałki | |||
|link = Suwałki | |||
|position = | |||
|mark = Blue_pog.svg | |||
|marksize = 6 | |||
|coordinates = {{coord|54|05|56|N|22|55|43|E|region:PL_type:city|display=inline,title}} | |||
|border = infobox | |||
|background = | |||
}} | |||
</div> | |||
{{stack end}} | |||
<syntaxhighlight style=width:70em lang="wikitext" highlight="1-2, 19-20"> | |||
{{stack begin}} | |||
<div style="background:white; border:1px solid rgb(0, 0, 0); padding:2px; align:center; text-align:left; width:260; position:relative;"> | |||
{{Location map|Poland#Podlaskie Voivodeship#Europe#Baltic Sea#NATO | |||
|relief = Yes | |||
|width = 260 | |||
|default_width = | |||
|float = | |||
|caption = The [[Suwałki Gap]] is named after the city of [[Suwałki]] (marked by the blue dot). | |||
|alt = The city of Suwałki | |||
|label = Suwałki | |||
|link = Suwałki | |||
|position = | |||
|mark = Blue_pog.svg | |||
|marksize = 6 | |||
|coordinates = {{coord|54|05|56|N|22|55|43|E|region:PL_type:city|display=inline,title}} | |||
|border = infobox | |||
|background = | |||
}} | |||
</div> | |||
{{stack end}} | |||
</syntaxhighlight> | |||
===Map that crosses 180° meridian=== | ===Map that crosses 180° meridian=== | ||
{{Category see also|Location map modules crossing the 180th meridian}} | |||
{{Location map| | |||
|width | [[Module:Location map/data/Russia Chukotka Autonomous Okrug]] is an example of a map that crosses the [[180th meridian]]. To the west of 180° in the [[Eastern Hemisphere]] is [[Pevek]], at 170°17′E [[longitude]]. To the east of 180° in the [[Western Hemisphere]] is [[Uelen]], at 169°48′W longitude. | ||
|float | |||
|label | {{Location map | ||
|position | | Russia Chukotka Autonomous Okrug | ||
|background = | | float = right | ||
|mark | | width = 250 | ||
|marksize | | caption = [[Chukotka Autonomous Okrug]] | ||
| | | label = Pevek | ||
| | | position = bottom | ||
| background = lightgreen | |||
| mark = Locator_Dot.png | |||
| marksize = 7 | |||
| coordinates = {{coord|69|42|N|170|17|E}} | |||
}} | |||
<syntaxhighlight lang="wikitext" style="width: 30em"> | |||
{{Location map | |||
| Russia Chukotka Autonomous Okrug | |||
| float = right | |||
| width = 250 | |||
| caption = [[Chukotka Autonomous Okrug]] | |||
| label = Pevek | |||
| position = bottom | |||
| background = lightgreen | |||
| mark = Locator_Dot.png | |||
| marksize = 7 | |||
| coordinates = {{coord|69|42|N|170|17|E}} | |||
}} | |||
</syntaxhighlight> | |||
{{clear}} | |||
{{Location map | |||
| Russia Chukotka Autonomous Okrug | |||
| float = right | |||
| width = 250 | |||
| caption = [[Chukotka Autonomous Okrug]] | |||
| label = Uelen | |||
| position = bottom | |||
| background = lightgreen | |||
| mark = Locator_Dot.png | |||
| marksize = 7 | |||
| coordinates = {{coord|66|09|N|169|48|W}} | |||
}} | }} | ||
< | <syntaxhighlight lang="wikitext" style="width: 30em"> | ||
{{Location map| | {{Location map | ||
|width | | Russia Chukotka Autonomous Okrug | ||
| | | float = right | ||
|label | | width = 250 | ||
|position | | caption = [[Chukotka Autonomous Okrug]] | ||
|background = | | label = Uelen | ||
|mark | | position = bottom | ||
|marksize | | background = lightgreen | ||
| | | mark = Locator_Dot.png | ||
| | | marksize = 7 | ||
| coordinates = {{coord|66|09|N|169|48|W}} | |||
}} | }} | ||
</ | </syntaxhighlight> | ||
{{clear}} | {{clear}} | ||
==Template data== | ==Template data== | ||
{{TemplateData header}} | {{Collapse top|[[Wikipedia:TemplateData|TemplateData]] documentation used by [[Wikipedia:VisualEditor|VisualEditor]] and other tools}} | ||
{{TemplateData header|noheader=1}} | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 506: | Line 583: | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
"description": "The name of the map to be used; multiple maps can be provided as a list separated by #" | "description": "The name of the map to be used; multiple maps can be provided as a list separated by \"#\"." | ||
}, | }, | ||
"width": { | "width": { | ||
"label": "Map width", | "label": "Map width", | ||
"type": "number", | "type": "number", | ||
"description": "Determines the width of the map in pixels, overriding any default values; do not include \"px\", | "description": "Determines the width of the map in pixels, overriding any default values; do not include \"px\". For example, use \"width=300\", not \"width=300px\"." | ||
}, | }, | ||
"default_width": { | "default_width": { | ||
"label": "Default width", | "label": "Default width", | ||
"type": "number", | "type": "number", | ||
"description": "Determines the default width of the map in pixels, intended for use by templates | "description": "Determines the default width of the map in pixels, intended for use by templates, e.g. place infoboxes; the default value is 240. Do not include \"px\". This value will be multiplied by the 'defaultscale' parameter specified in individual map templates, if it exists, in order to achieve an appropriate size for vertical maps." | ||
}, | }, | ||
"float": { | "float": { | ||
"label": "Position", | "label": "Position", | ||
"type": "string", | "type": "string", | ||
"description": "Specifies the position of the map on the page; valid values are left, right, center and none. | "description": "Specifies the position of the map on the page; valid values are \"left\", \"right\", \"center\" and \"none\". The default is \"right\".", | ||
"suggestedvalues": [ | |||
"left", | |||
"right", | |||
"center", | |||
"none" | |||
], | |||
"default": "right" | |||
}, | }, | ||
"border": { | "border": { | ||
"label": " | "label": "Frame style", | ||
"type": "string", | "type": "string", | ||
"description": "Specifies the | "description": "Specifies the colour of the map frame when the parameter caption is used. If set to \"none\", no border will be generated.", | ||
"suggestedvalues": [ | |||
"none", | |||
"infobox", | |||
"LightGray" | |||
] | |||
}, | }, | ||
"caption": { | "caption": { | ||
"label": "Map caption", | "label": "Map caption", | ||
"type": "string", | "type": "string", | ||
"description": "The text of a caption to be displayed below the map; if caption is defined | "description": "The text of a caption to be displayed below the map; if caption is defined but is not assigned a value, the map will not be framed and no caption will be displayed. If caption is not defined, the map will not be framed and a default caption will be generated." | ||
}, | }, | ||
"alt": { | "alt": { | ||
Line 541: | Line 630: | ||
"label": "Alternative map from template", | "label": "Alternative map from template", | ||
"type": "string", | "type": "string", | ||
"description": "Any non-blank value (1, yes, etc.) will cause the template to display the map specified in the map definition template as image1, which is usually a relief map." | "description": "Any non-blank value (\"1\", \"yes\", etc.) will cause the template to display the map specified in the map definition template as \"image1\", which is usually a relief map. If more than one relief map is defined, \"2\" will display \"image2\", and so on." | ||
}, | }, | ||
"AlternativeMap": { | "AlternativeMap": { | ||
"label": "Alternative map not from template", | "label": "Alternative map not from template", | ||
"type": "string", | "type": "string", | ||
"description": "Allows the use of an alternative map; the image must have the same edge coordinates as the map template." | "description": "Allows the use of an alternative map; the image must have the same edge coordinates as the location map template." | ||
}, | }, | ||
"overlay_image": { | "overlay_image": { | ||
Line 556: | Line 645: | ||
"label": "Marker label", | "label": "Marker label", | ||
"type": "string", | "type": "string", | ||
"description": "The text of the label to display next to the mark; a wikilink can be used." | "description": "The text of the label to display next to the identifying mark; a wikilink can be used." | ||
}, | }, | ||
"label_size": { | "label_size": { | ||
Line 571: | Line 660: | ||
"label": "Label position", | "label": "Label position", | ||
"type": "string", | "type": "string", | ||
"description": "The position of the label relative to the mark; valid values are left, right, top, bottom and none. | "description": "The position of the label relative to the identifying mark; valid values are \"left\", \"right\", \"top\", \"bottom\" and \"none\". This defaults to either \"left\" or \"right\", depending on the coordinates of the marker and its position relative to the right border of the map image. When \"position=none\", any defined label will not be displayed with the mark, but it will be used to create the default caption." | ||
}, | }, | ||
"background": { | "background": { | ||
"label": "Label background", | "label": "Label background", | ||
"type": "string", | "type": "string", | ||
"description": "The background | "description": "The background colour to use for the label." | ||
}, | }, | ||
"mark": { | "mark": { | ||
"label": "Marker image", | "label": "Marker image", | ||
"type": "string", | "type": "string", | ||
"description": "The name of an image to display as the | "description": "The name of an image file to display as the identifying mark." | ||
}, | }, | ||
"marksize": { | "marksize": { | ||
"label": "Marker size", | "label": "Marker size", | ||
"type": "number", | "type": "number", | ||
"description": "The size of the mark in pixels; do not include \"px\"." | "description": "The size of the identifying mark in pixels; do not include \"px\"." | ||
}, | }, | ||
"link": { | "link": { | ||
"label": "Marker link", | "label": "Marker link", | ||
"type": "string", | "type": "string", | ||
"description": "Specifies a wikilink which | "description": "Specifies a wikilink which can be followed if the reader clicks on the identifying mark." | ||
}, | }, | ||
"lat_deg": { | "lat_deg": { | ||
Line 597: | Line 686: | ||
"type": "number", | "type": "number", | ||
"required": true, | "required": true, | ||
"description": "The degrees of latitude; this value can be specified using decimal degrees | "description": "The degrees of latitude; this value can be specified using decimal degrees, and when this format is used, minutes and seconds should not be specified." | ||
}, | }, | ||
"lat_min": { | "lat_min": { | ||
Line 612: | Line 701: | ||
"label": "Latitude direction", | "label": "Latitude direction", | ||
"type": "string", | "type": "string", | ||
"description": "N | "description": "\"N\" for north or \"S\" for south of the Equator; not required if using signed decimal degrees." | ||
}, | }, | ||
"lon_deg": { | "lon_deg": { | ||
Line 618: | Line 707: | ||
"type": "number", | "type": "number", | ||
"required": true, | "required": true, | ||
"description": "The degrees of longitude; this value can be specified using decimal degrees | "description": "The degrees of longitude; this value can be specified using decimal degrees, and when this format is used, minutes and seconds should not be specified." | ||
}, | }, | ||
"lon_min": { | "lon_min": { | ||
Line 633: | Line 722: | ||
"label": "Longitude direction", | "label": "Longitude direction", | ||
"type": "string", | "type": "string", | ||
"description": "E for east or W for west of the Prime Meridian; not required if using signed decimal degrees." | "description": "\"E\" for east or \"W\" for west of the Prime Meridian; not required if using signed decimal degrees." | ||
}, | }, | ||
"coordinates": { | "coordinates": { | ||
"label": "Coordinates", | "label": "Coordinates", | ||
"description": "Coordinates, usually in {{Coord}} format; however, they can also be typed out in decimal degrees (with no spaces between ° and N/S/E/W).", | "description": "Coordinates, usually in {{Coord}} format; however, they can also be typed out in decimal degrees (with no spaces between \"°\" and \"N\"/\"S\"/\"E\"/\"W\").", | ||
"example": "{{Coord|48.067|12.863}}", | "example": "{{Coord|48.067|12.863}}", | ||
"type": "string" | "type": "string" | ||
Line 673: | Line 762: | ||
} | } | ||
</templatedata> | </templatedata> | ||
{{Collapse bottom}} | |||
==See also== | ==See also== | ||
{{Commons|Location markers}} | {{Commons|Location markers}} | ||
{{Commons category|Map pointers}} | {{Commons category|Map pointers}} | ||
* [[Wikipedia:Maps for Wikipedia]], a list of mapping tools available on Wikipedia | |||
* [[Template:Location map/Info]] | |||
For similar examples, see the documentation at [[Template:Location map+]], as well as: | |||
*[[Template:Location map+/relief]], an example using the | *[[Template:Location map+/relief]], an example using the {{para|relief}} parameter | ||
*[[Template:Location map+/AlternativeMap]], an example using the | *[[Template:Location map+/AlternativeMap]], an example using the {{para|AlternativeMap}} parameter | ||
*[[Template:Location map+/overlay]], an example using the | *[[Template:Location map+/overlay]], an example using the {{para|overlay_image}} parameter | ||
Location map templates | |||
*[[Template:Location map many]], to display up to nine (9) markers and labels | *[[Template:Location map many]], to display up to nine (9) markers and labels | ||
*[[Template:Location map+]], to display unlimited number of markers and labels | *[[Template:Location map+]], to display unlimited number of markers and labels | ||
Other templates | |||
*[[Template:Annotated image]], allows text notes to overlap image, allows cropping | *[[Template:Annotated image]], allows text notes to overlap image, allows cropping | ||
*[[Template:Overlay]] | *[[Template:Overlay]], places up to thirty (30) marker images of various choose-able kinds over a base image with optional grid and legend | ||
*[[Template:Superimpose]], supports simple layer superimposition | *[[Template:Superimpose]], supports simple layer superimposition | ||
*[[Template:Superimpose2]], to place up to fifty (50) image layers over one another | *[[Template:Superimpose2]], to place up to fifty (50) image layers over one another | ||
Infoboxes incorporating Location map – any country or region | |||
{{Location map/doc/See also infobox templates}} | {{Location map/doc/See also infobox templates}} | ||
Infoboxes incorporating Location map – specific countries or regions | |||
{{ | {{hidden|style=border:#aaa 1px solid| headerstyle = text-align:left; padding-left:0.5em; background:#EEE;|List| | ||
*[[Template:Infobox Australian place]] | *[[Template:Infobox Australian place]] | ||
*[[Template:Infobox Belgium Municipality]] | *[[Template:Infobox Belgium Municipality]] | ||
Line 705: | Line 798: | ||
*[[Template:Infobox German location]] | *[[Template:Infobox German location]] | ||
*[[Template:Infobox Greek Dimos]] | *[[Template:Infobox Greek Dimos]] | ||
*[[Template:Infobox Israel village]] | *[[Template:Infobox Israel village]] | ||
*[[Template:Infobox Italian comune]] | *[[Template:Infobox Italian comune]] | ||
*[[Template:Infobox London station]] | *[[Template:Infobox London station]] | ||
*[[Template:Infobox NRHP]] (USA) | *[[Template:Infobox NRHP]] (USA) | ||
*[[Template:Infobox Pennsylvania historic site]] (USA) | *[[Template:Infobox Pennsylvania historic site]] (USA) | ||
*[[Template:Infobox Site of Special Scientific Interest]] (UK) | *[[Template:Infobox Site of Special Scientific Interest]] (UK) | ||
*[[Template:Infobox Tibetan Buddhist monastery]] | *[[Template:Infobox Tibetan Buddhist monastery]] | ||
*[[Template:Infobox UK place]] | *[[Template:Infobox UK place]] | ||
*[[Template:Infobox UK postcode area]] | *[[Template:Infobox UK postcode area]] | ||
}} | }} | ||
<includeonly>{{ | <includeonly>{{Sandbox other| | ||
| <!-- Categories below this line, please; interwikis at Wikidata --> | | <!-- Categories below this line, please; interwikis at Wikidata --> | ||
[[Category:Location map templates| ]] | [[Category:Location map templates| ]] | ||
[[Category:Map formatting and function templates]] | [[Category:Map formatting and function templates]] | ||
}}</includeonly> | }}</includeonly> |
Latest revision as of 13:54, 8 March 2025
![]() | This is a documentation subpage for Template:Location map. It may contain usage information, categories and other content that is not part of the original template page. |
![]() | This template is used on approximately 734,000 pages, or roughly 6110% of all pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
![]() | This template uses Lua: |
The location map template generates a location map as a composite image, consisting of a map and a location mark. Optionally, a label and caption can be added.
Usage
Map image files are not accessed directly, but by using an auxiliary map definition. For example, if the first unnamed parameter supplied to this template is Japan
, then this template uses the entry for Japan in Module:Location map/data/Japan if it exists, which contains the data needed to generate the composite image.
Please note
- Assigning any value to the parameter
|caption=
causes the map to be displayed as a thumbnail image. If this parameter is not declared, the template will generate a default caption. - The coordinates are not checked. If the coordinates specified fall outside the area covered by the map image, the location mark will not display inside the image; however, it may be displayed somewhere else on the page.
- Do not use px when setting the map image size. Using
|width=200px
will usually cause a very large map to be displayed. Use|width=200
. - To create a map with more than one location mark, use either {{Location map+}} or {{Location map many}}.
Blank templates
Decimal degrees | Degrees, minutes, seconds | With {{Coord}} (usually for infoboxes) |
Wikidata |
---|---|---|---|
{{Location map|{{{1}}}
|width =
|float =
|border =
|caption =
|alt =
|relief =
|AlternativeMap=
|overlay_image =
|label =
|label_size =
|position =
|background =
|mark =
|marksize =
|link =
|lat_deg =
|lon_deg =
}}
|
{{Location map|{{{1}}}
|width =
|float =
|border =
|caption =
|alt =
|relief =
|AlternativeMap=
|overlay_image =
|label =
|label_size =
|position =
|background =
|mark =
|marksize =
|link =
|lat_deg =
|lat_min =
|lat_sec =
|lat_dir =
|lon_deg =
|lon_min =
|lon_sec =
|lon_dir =
}}
|
{{Location map|{{{1}}}
|width =
|float =
|border =
|caption =
|alt =
|relief =
|AlternativeMap=
|overlay_image =
|label =
|label_size =
|position =
|background =
|mark =
|marksize =
|coordinates=
}}
|
{{Location map|{{{1}}}
|width =
|float =
|border =
|caption =
|alt =
|relief =
|AlternativeMap=
|overlay_image =
|label =
|label_size =
|position =
|background =
|mark =
|marksize =
}}
|
Parameters
Parameter kind | Parameter | Description |
---|---|---|
Map display | {{{1}}}
|
Required – use the name of the map as the first unnamed parameter; for example, specifying England will use the values for England in Module:Location map/data/England. See the examples below. Multiple maps can be shown by providing a list of map names separated by #. For multiple maps, the first is shown by default. A reader can select the others with radio buttons.
|
width
|
Determines the width of the map in pixels, overriding any default values; do not include px. For example, use |width=300 , not |width=300px .
| |
default_width
|
Determines the default width of the map in pixels, intended for use by templates, e.g. place infoboxes; the default value is 240. Do not include px. This value will be multiplied by the defaultscale parameter specified in individual map templates, if it exists, in order to achieve an appropriate size for vertical maps. For example, if |default_width=200 is given, a map of Thailand will be displayed with a width of 200×0.57=114 pixels (as specified in Module:Location map/data/Thailand).
| |
max_width
|
The maximum size of the map in pixels. Intended for use by templates, e.g. place infoboxes. Do not include px. | |
float
|
Specifies the position of the map on the page; valid values are left , right , center and none . The default is right .
| |
border
|
Specifies the colour of the 1px map border; the default is lightgrey (see web colors). If set to none , no border will be generated. This parameter is seldom used. Special value: infobox .
| |
caption
|
The text of a caption to be displayed below the map; specifying a caption will cause the map to be displayed with a frame. If |caption= is defined but not assigned a value, the map will not be framed and no caption will be displayed. If |caption= is not defined, the map will not be framed and a default caption will be generated. The default caption is created from the |label= parameter (or the current page name if |label= not defined) and the |name= parameter from the map definition template. Multiple captions can be shown when separated by ## (that's two).
| |
alt
|
Alt text for map; used by screen readers. See WP:ALT. | |
relief
|
Any non-blank value (1 , yes , etc.) will cause the template to display the map specified in the map definition template as image1 , which is usually a relief map; see the example at Location map+/relief. Other numerical values such as 2 or 3 will display image2 or image3 , if those images are defined.
| |
AlternativeMap
|
Allows the use of an alternative map; the image must have the same edge coordinates as the location map template. See the example at Location map+/AlternativeMap. | |
overlay_image
|
Allows an overlay to be superimposed on the map; this parameter is seldom used. See the example at Location map+/overlay. | |
Label and mark parameters[note 1] | label
|
The text of the label to display next to the identifying mark; a wikilink can be used. You can enclose the label inside of {{nowrap}} if you want to make sure that it stays on a single line. The default (if not specified) is no label, just the marker. |
label_size
|
The font size to use for the label, given as a percentage of the normal font size (<100=smaller, >100=larger); the default size is 90. Do not include %. For example, use |label_size=80 , not |label_size=80% . If set to 0 , the label is only displayed when the user hovers over the mark.
| |
label_width
|
The width to use for the label, given as an em size; the default width is 6. Do not include em. For example, use |label_width=7 , not |label_width=7em .
| |
position
|
The position of the label relative to the identifying mark; valid values are left , right , top ,bottom and none . This defaults to either left or right , depending on the coordinates of the marker and its position relative to the right border of the map image. When |position=none , any defined label will not be displayed with the mark, but it will be used to create the default caption.
| |
background
|
The background colour to use for the label; see Web colors. The default is no background colour, which shows the map image behind the label. | |
mark
|
The name of an image file to display as the identifying mark; the default is Red pog.svg (![]() | |
marksize
|
The size of the identifying mark in pixels; the default is 8. Do not include px. For example, use |marksize=10 , not |marksize=10px .
| |
link
|
Specifies a wikilink which can be followed if the reader clicks on the identifying mark; do not include [[]] (double square brackets). For example, use |link=Yellowstone National Park , not |link=[[Yellowstone National Park]] .
| |
coordinates
|
The coordinates in {{Coord}} format. Whilst not recommended, coordinates can also be entered in decimal degrees (e.g. 48.067°N 12.863°E ); you shouldn't need to do this, though.
| |
lat_deg
|
The degrees of latitude; this value can be specified using decimal degrees, and when this format is used, minutes and seconds should not be specified. | |
lat_min
|
The minutes of latitude. | |
lat_sec
|
The seconds of latitude; not usually necessary. | |
lat_dir
|
N for north (default value), or S for south of the Equator; other values will be disregarded. Not required if using signed decimal degrees, i.e. negative numbers for southern latitude.
| |
lon_deg
|
The degrees of longitude; this value can be specified using decimal degrees, and when this format is used, minutes and seconds should not be specified. | |
lon_min
|
The minutes of longitude. | |
lon_sec
|
The seconds of longitude; not usually necessary. | |
lon_dir
|
E for east (default value), or W for west of the Prime Meridian; other values will be disregarded. Not required if using signed decimal degrees, i.e. negative numbers for western longitude.
|
Available maps

There are over 1,000 maps available. To find other maps:
- Special:PrefixIndex/Module:Location map/data/ – checked before a map template is searched for; new maps should be created here rather than creating new templates
- Template:Location map/List – some of the items listed here are redirects, and a few templates may not function as expected
- Template:Location map/List/sorted - a list sorted geographically, which may be more useful
- Category:Location map templates – templates sorted by category
- Special:WhatLinksHere/Template:Location map/Info – a search that might help
- Special:Prefixindex/Template:Location map – another search that might help
Creating new map definitions
See Creating a new map definition.
Examples
Default width and float, no label, default caption (decimal coordinates)
Note: when a label is not specified, the default caption is "Page name (Map name)", so if this example was viewed on a page named Pag, the default caption would be "Pag (Croatia)". Likewise, on a page named Pag (town), the default caption would be "Pag (town) (Croatia)".
{{Location map|Croatia
|alt = Pag is on an island.
|lat_deg = 44.44
|lon_deg = 15.05
}}
Map with the default caption (degrees/minutes)
Note: when a label is specified, the default caption is "Label text (Map name)", seen as "Pag (Croatia)" in this example.
{{Location map|Croatia
|width = 200
|float = right
|alt = Pag is on an island.
|label = Pag
|position = right
|mark = Green pog.svg <!--green dot-->
|lat_deg = 44 |lat_min = 26 <!-- default: lat_dir = N -->
|lon_deg = 15 |lon_min = 3 <!-- default: lon_dir = E -->
}}
When |position=none
, the label text is not displayed next to the mark, but is still used in the default caption and default alt text.
{{Location map|Croatia
|width = 200
|float = right
|label = Pag
|position = none
|mark = Green pog.svg <!--green dot-->
|lat_deg = 44 |lat_min = 26 <!-- default: lat_dir = N -->
|lon_deg = 15 |lon_min = 3 <!-- default: lon_dir = E -->
}}
Mark outside of map border, no caption
{{Location map|Croatia
|width = 200
|float = right
|caption =
|alt = Rimini in Italy (outside the map)
|lat_deg = 44.05
|lon_deg = 12.57 <!--outside maps left border at 13.1-->
|outside = 1 <!--we're aware the point is outside the map, so suppress the warning category-->
|label = Rimini
|position = right
}}
Caption, label_size, background, mark, marksize
{{Location map|Italy
|width = 200
|float = right
|caption = Location of Rimini in Italy
|alt = Map of Italy with mark showing location of Rimini
|label = Rimini
|label_size = 130 <!--130% of normal size-->
|position = bottom
|background = #ffaa00aa <!--with opacity-->
|mark = Orange_pog.svg
|marksize = 12 <!--size in pixels-->
|lat_deg = 44.05
|lon_deg = 12.57
}}
AlternativeMap parameter
{{Location map|Italy
|AlternativeMap = Italy relief location map.jpg
|width = 200
|float = right
|caption = Location of Rome in Italy
|alt = Map of Italy with mark showing location of Rome
|label = Rome
|lat_deg = 41.9
|lon_deg = 12.5
}}
Relief parameter
When |relief=
has no value, the module defined image
is shown. Numerical values 1
to 99
will show image1
to image99
. Any other value will show image1
.
The following example also demonstrates automatic positioning of label to the left due to the far right position of the mark.
{{Location map|Africa
|relief = yes
|caption = Location of [[Beyla]] in Africa
|label = Bandar Beyla
|label_width = 9
|lat = 9.5
|long = 50.8
}}
The second relief map from Module:Location map/data/Africa can be used by setting |relief=2
{{Location map|Africa
|relief = 2
|caption = Location of Beyla on a simulated [[land cover]] map of Africa
|label = Bandar Beyla
|label_width = 9
|lat = 9.5
|long = 50.8
}}
User selection of multiple maps
{{Location map|UK Scotland#UK
|relief = 1
|width = 180
|float = right
|caption = Lockerbie in Scotland, UK
|alt = Lockerbie is in southern Scotland.
|label = Lockerbie
|mark = Blue_pog.svg
|marksize = 9
|lat_deg = 55 |lat_min = 07 |lat_sec = 16 |lat_dir = N
|lon_deg = 03 |lon_min = 21 |lon_sec = 19 |lon_dir = W
}}
Multiple selectable maps in floating box
Template such as Template:Infobox settlement display the selectable radio buttons underneath the location map. The following code utilizes Template:Stack to achieve a similar result.
Lua error in Module:Location_map at line 411: Malformed coordinates value.
{{stack begin}}
<div style="background:white; border:1px solid rgb(0, 0, 0); padding:2px; align:center; text-align:left; width:260; position:relative;">
{{Location map|Poland#Podlaskie Voivodeship#Europe#Baltic Sea#NATO
|relief = Yes
|width = 260
|default_width =
|float =
|caption = The [[Suwałki Gap]] is named after the city of [[Suwałki]] (marked by the blue dot).
|alt = The city of Suwałki
|label = Suwałki
|link = Suwałki
|position =
|mark = Blue_pog.svg
|marksize = 6
|coordinates = {{coord|54|05|56|N|22|55|43|E|region:PL_type:city|display=inline,title}}
|border = infobox
|background =
}}
</div>
{{stack end}}
Map that crosses 180° meridian
Module:Location map/data/Russia Chukotka Autonomous Okrug is an example of a map that crosses the 180th meridian. To the west of 180° in the Eastern Hemisphere is Pevek, at 170°17′E longitude. To the east of 180° in the Western Hemisphere is Uelen, at 169°48′W longitude.
{{Location map
| Russia Chukotka Autonomous Okrug
| float = right
| width = 250
| caption = [[Chukotka Autonomous Okrug]]
| label = Pevek
| position = bottom
| background = lightgreen
| mark = Locator_Dot.png
| marksize = 7
| coordinates = {{coord|69|42|N|170|17|E}}
}}
{{Location map
| Russia Chukotka Autonomous Okrug
| float = right
| width = 250
| caption = [[Chukotka Autonomous Okrug]]
| label = Uelen
| position = bottom
| background = lightgreen
| mark = Locator_Dot.png
| marksize = 7
| coordinates = {{coord|66|09|N|169|48|W}}
}}
Template data
TemplateData documentation used by VisualEditor and other tools
|
---|
See also
- Wikipedia:Maps for Wikipedia, a list of mapping tools available on Wikipedia
- Template:Location map/Info
For similar examples, see the documentation at Template:Location map+, as well as:
- Template:Location map+/relief, an example using the
|relief=
parameter - Template:Location map+/AlternativeMap, an example using the
|AlternativeMap=
parameter - Template:Location map+/overlay, an example using the
|overlay_image=
parameter
Location map templates
- Template:Location map many, to display up to nine (9) markers and labels
- Template:Location map+, to display unlimited number of markers and labels
Other templates
- Template:Annotated image, allows text notes to overlap image, allows cropping
- Template:Overlay, places up to thirty (30) marker images of various choose-able kinds over a base image with optional grid and legend
- Template:Superimpose, supports simple layer superimposition
- Template:Superimpose2, to place up to fifty (50) image layers over one another
Infoboxes incorporating Location map – any country or region
Infoboxes incorporating Location map – specific countries or regions