Difference between revisions of "Template:Location map+/doc"
imported>Jackmcbarn (→Parameters: same fixes as in the base template's doc) |
imported>Czar (→Parameters: or all subpages?) |
||
| (26 intermediate revisions by 17 users not shown) | |||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
| − | + | {{high-use| 15079 }} | |
| − | {{Lua|Module:Location map/multi}} | + | {{Lua|{{#ifeq:{{BASEPAGENAME}}|Location map~|Module:Location map|Module:Location map/multi}}}} |
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | ||
| − | {{Location map+|England|width=300|AlternativeMap=England_locator_map_with_North_East_England_highlighted.svg|alt=Map of England showing the locations of towns and battles. Bosworth is in the centre, northwest of London.|float=right|caption= | + | {{Location map+|England|width=300|AlternativeMap=England_locator_map_with_North_East_England_highlighted.svg|alt=Map of England showing the locations of towns and battles. Bosworth is in the centre, northwest of London.|float=right|caption=[[File:Battle icon active (crossed swords).svg|16px|link=]] [[Battle of Bosworth Field]] [[File:Battle icon (crossed swords).svg|14px|link=]] other battles |places= |
| − | {{Location map~ |England |label='''[[Battle of Bosworth Field|Bosworth]]''' | + | {{Location map~ |England |label='''[[Battle of Bosworth Field|Bosworth]]''' |position=right |lat=52.591265 |long=-1.410327 |mark=Battle_icon_active_(crossed_swords).svg |marksize=18 |link=Battle of Bosworth Field}} |
| − | {{Location map~ |England |label=[[Battle of Blore Heath|Blore Heath]] | + | {{Location map~ |England |label=[[Battle of Blore Heath|Blore Heath]] |position=top |lat=52.913611 |long=-2.424722 |mark=Battle_icon_(crossed_swords).svg |marksize=16 |link=Battle of Blore Heath}} |
| − | {{Location map~ |England |label=[[Battle of Barnet|Barnet]] | + | {{Location map~ |England |label=[[Battle of Barnet|Barnet]] |position=top |lat=51.662233 |long=-0.200039 |mark=Battle_icon_(crossed_swords).svg |marksize=16 |link=Battle of Barnet}} |
| − | {{Location map~ |England |label=[[Battle of Stoke Field|Stoke]] | + | {{Location map~ |England |label=[[Battle of Stoke Field|East Stoke]] |position=top |lat=53.029058 |long=-0.892586 |mark=Battle_icon_(crossed_swords).svg |marksize=16 |link=Battle of Stoke Field}} |
| − | {{Location map~ |England |label=[[Battle of Tewkesbury|Tewkesbury]] | + | {{Location map~ |England |label=[[Battle of Tewkesbury|Tewkesbury]] |position=top |lat=51.986389 |long=-2.161389 |mark=Battle_icon_(crossed_swords).svg |marksize=16 |link=Battle of Tewkesbury}} |
| − | {{Location map~ |England |label=Berwick | + | {{Location map~ |England |label=Berwick |position=bottom |lat=55.771 |long=-2.007 |mark=Steel pog.svg |marksize=6}} |
| − | {{Location map~ |England |label=London | + | {{Location map~ |England |label=London |position=bottom |lat=51.507778 |long=-0.128056 |mark=Steel pog.svg |marksize=6}} |
| − | {{Location map~ |England |label=York | + | {{Location map~ |England |label=York |position=bottom |lat=53.958333 |long=-1.096667 |mark=Steel pog.svg |marksize=6}} |
| − | {{Location map~ |England |label=Plymouth | + | {{Location map~ |England |label=Plymouth |position=bottom |lat=50.371397 |long=-4.142431 |mark=Steel pog.svg |marksize=6}} |
| − | {{Location map~ |England |label=Poole | + | {{Location map~ |England |label=Poole |position=bottom |lat=50.71942 |long=-1.98113 |mark=Steel pog.svg |marksize=6}} |
| − | {{Location map~ |England |label=Wem | + | {{Location map~ |England |label=Wem |position=left |lat=52.8555 |long=-2.7211 |mark=Steel pog.svg |marksize=6}} |
| − | {{Location map~ |England |label=Northumberland | + | {{Location map~ |England |label=Northumberland |position=right |lat=55.1 |long=-1.68 |mark=Steel pog.svg |marksize=1}} |
| − | {{Location map~ |England |label=Shrewsbury | + | {{Location map~ |England |label=Shrewsbury |position=bottom |lat=52.7077 |long=-2.7541 |mark=Steel pog.svg |marksize=6}} |
| − | {{Location map~ |England |label=Milford Haven | + | {{Location map~ |England |label=Milford Haven |position=bottom |lat=51.71418 |long=-5.04274 |mark=Steel pog.svg |marksize=6}} |
}} | }} | ||
| − | + | {{tl2|Location map+}} places one or more location marks on a map, with optional labels. It is in the same family of templates as the [[Template:Location map|Location map]] template and the documentation for that template might be helpful. | |
| − | + | Template:Location map+ uses a helper template, {{tl2|Location map~}}, one or more times to generate a mark for each location. | |
== Usage == | == Usage == | ||
| Line 71: | Line 71: | ||
! Description | ! Description | ||
|- | |- | ||
| − | | < | + | | <code>{{{1}}}</code> |
| − | | 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]] if it exists, or {{ | + | | 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]] if it exists, or {{tld|Location map England}} otherwise. See the [[#Examples|examples]] below or [[Special:PrefixIndex/Module:Location_map/data/|all subpages]]. |
|- | |- | ||
| − | | < | + | | <code>width</code> |
| Determines the width of the map in [[pixel]]s, overriding any default values. Do not include <code>px</code>, for example: <code>width=300</code>, not <code>width=300px</code>. | | Determines the width of the map in [[pixel]]s, overriding any default values. Do not include <code>px</code>, for example: <code>width=300</code>, not <code>width=300px</code>. | ||
|- | |- | ||
| − | | < | + | | <code>default_width</code> |
| − | | 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 <code>px</code>. This value will be multiplied by the <code>defaultscale</code> parameter specified in individual map templates, if it exists, in order to achieve an appropriate size for vertical maps. For example if <code>default_width=200</code> is given, a map of Thailand will be displayed with a width of 200 * 0.57 = 114 pixels (as specified in [[ | + | | 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 <code>px</code>. This value will be multiplied by the <code>defaultscale</code> parameter specified in individual map templates, if it exists, in order to achieve an appropriate size for vertical maps. For example, if <code>default_width=200</code> 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>float</code> |
| Specifies the position of the map on the page. Valid values are <code>left</code>, <code>right</code>, <code>center</code> and <code>none</code>. The default is <code>right</code>. | | Specifies the position of the map on the page. Valid values are <code>left</code>, <code>right</code>, <code>center</code> and <code>none</code>. The default is <code>right</code>. | ||
|- | |- | ||
| − | | < | + | | <code>border</code> |
| Specifies the color of the 1px map border. The default is ''lightgrey'' (see [[web colors]]). If set to <code>none</code>, no border will be generated. This parameter is seldom used. | | Specifies the color of the 1px map border. The default is ''lightgrey'' (see [[web colors]]). If set to <code>none</code>, no border will be generated. This parameter is seldom used. | ||
|- | |- | ||
| − | | < | + | | <code>caption</code> |
| − | | 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 <code>caption</code> is defined but is not assigned a value, the map will not be framed and no caption will be displayed. If <code>caption</code> is not defined, the map will not be framed and a default caption will be generated. The default caption is created from the < | + | | 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 <code>caption</code> is defined but is not assigned a value, the map will not be framed and no caption will be displayed. If <code>caption</code> is not defined, the map will not be framed and a default caption will be generated. The default caption is created from the <code>label</code> parameter (or the current page name if label not defined) and the <code>name</code> parameter from map definition template. See the [[#Examples|examples]] below. |
|- | |- | ||
| − | | < | + | | <code>alt</code> |
| Alt text for map; used by [[screen reader]]s, see [[WP:ALT]]. | | Alt text for map; used by [[screen reader]]s, see [[WP:ALT]]. | ||
|- | |- | ||
| − | | < | + | | <code>relief</code> |
| − | | 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 (1, yes, etc.) will cause the template to display the map specified in the map definition template as <code>image1</code>, which is usually a [[Relief mapping (computer graphics)|relief map]]. See the example at [[Template:Location map+/relief|Location map+/relief]]. |
|- | |- | ||
| − | | < | + | | <code>AlternativeMap</code> |
| 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]]. | | 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</code> |
| 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]]. | | 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]]. | ||
|- | |- | ||
| − | | < | + | | <code>places</code> |
| − | | Specifies one or more place markers using <code>Location map~<code>. | + | | Specifies one or more place markers using <code>Location map~</code>. |
|} | |} | ||
| Line 110: | Line 110: | ||
! Description | ! Description | ||
|- | |- | ||
| − | | < | + | | <code>{{{1}}}</code> |
| − | | 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]] if it exists, or {{ | + | | 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]] if it exists, or {{tld|Location map England}} otherwise. See the [[#Examples|examples]] below. |
|- | |- | ||
| − | | < | + | | <code>label</code> |
| − | | The text of the label to display next to the mark. A [[Wiki markup|wiki link]] can be used. The default if not specified is no label, just the marker. | + | | The text of the label to display next to the mark. A [[Wiki markup|wiki link]] can be used. The default if not specified is no label, just the marker. {{red|Do not use {{tag|div}} tags to attempt to position the label; use {{para|label_size}} and {{para|position}} instead.}} |
|- | |- | ||
| − | | < | + | | <code>label_size</code> |
| − | | The font size to use for the label, given as a percentage of the normal font size (<100 = smaller, >100 = larger). The default is | + | | The font size to use for the label, given as a percentage of the label's (already reduced) normal font size (<100 = smaller, >100 = larger). The default is 91; do set lower than 91, per [[MOS:FONTSIZE]]. Do not include <code>%</code>, for example: <code>label_size=95</code>, not <code>label_size=95%</code>. If set to 0, the label is displayed only when the user hovers over the mark. |
|- | |- | ||
| − | | < | + | | <code>position</code> |
| − | | The position of the label relative to the mark. Valid values are <code>left</code>, <code>right</code>, <code>top</code> and <code>bottom</code>. The default is <code>right</code> | + | | The position of the label relative to the mark. Valid values are <code>left</code>, <code>right</code>, <code>top</code> and <code>bottom</code>. The default is <code>right</code>. |
|- | |- | ||
| − | | < | + | | <code>background</code> |
| The background color to use for the label. See [[Web colors]]. The default is no background color, which shows the map image behind the label. | | The background color to use for the label. See [[Web colors]]. The default is no background color, which shows the map image behind the label. | ||
|- | |- | ||
| − | | < | + | | <code>mark</code> |
| The name of an image to display as the 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 to display as the 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</code> |
| The size of the mark in [[pixel]]s. The default is 8. Do not include <code>px</code>, for example: <code>marksize=10</code>, not <code>marksize=10px</code>. | | The size of the mark in [[pixel]]s. The default is 8. Do not include <code>px</code>, for example: <code>marksize=10</code>, not <code>marksize=10px</code>. | ||
|- | |- | ||
| − | | < | + | | <code>link</code> |
| Specifies a [[Wiki markup|wiki link]] which will be followed if the reader clicks on the mark. Do not include <code>[[]]</code>, for example: <code>link=Yellowstone National Park</code>, not <code>link=[[Yellowstone National Park]]</code>. | | Specifies a [[Wiki markup|wiki link]] which will be followed if the reader clicks on the mark. Do not include <code>[[]]</code>, for example: <code>link=Yellowstone National Park</code>, not <code>link=[[Yellowstone National Park]]</code>. | ||
|- | |- | ||
| − | |< | + | |<code>lat_deg</code> |
| Required. 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.<ref group=Note name="precision" /> | | Required. 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.<ref group=Note name="precision" /> | ||
|- | |- | ||
| − | | < | + | | <code>lat_min</code> |
| − | | The minutes of latitude.<ref group=Note name="precision" /> | + | | The minutes of latitude.<ref group=Note name="precision" /> The sign should match that of lat_deg. |
|- | |- | ||
| − | | < | + | | <code>lat_sec</code> |
| − | | The seconds of latitude. Usually not necessary.<ref group=Note name="precision" /> | + | | The seconds of latitude. Usually not necessary.<ref group=Note name="precision" /> The sign should match that of lat_deg. |
|- | |- | ||
| − | | < | + | | <code>lat_dir</code> |
| N if 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). | | N if 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). | ||
|- | |- | ||
| − | | < | + | | <code>lon_deg</code> |
| Required. 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.<ref group=Note name="precision" /> | | Required. 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.<ref group=Note name="precision" /> | ||
|- | |- | ||
| − | | < | + | | <code>lon_min</code> |
| − | | The minutes of longitude.<ref group=Note name="precision" /> | + | | The minutes of longitude.<ref group=Note name="precision" /> The sign should match that of lon_deg. |
|- | |- | ||
| − | | < | + | | <code>lon_sec</code> |
| − | | The seconds of longitude. Usually not necessary.<ref group=Note name="precision" /> | + | | The seconds of longitude. Usually not necessary.<ref group=Note name="precision" /> The sign should match that of lon_deg. |
|- | |- | ||
| − | | < | + | | <code>lon_dir</code> |
| − | | 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). | + | | E for east (default value) or 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). |
|} | |} | ||
| Line 163: | Line 163: | ||
| group = Note | | group = Note | ||
| refs = | | refs = | ||
| − | <ref group=Note name="precision">Appropriate precision should be used. For example, the whole US map, with a 1000- | + | <ref group=Note name="precision">Appropriate precision should be used. For example, the whole US map, with a 1000-pixel width, has a resolution of about 5km/pixel. Only 2 decimal places of precision in decimal degrees (~1km), or whole minutes (~1.7km) in DMS format, are required.</ref> |
}} | }} | ||
| Line 309: | Line 309: | ||
</pre> | </pre> | ||
| − | Also see the examples | + | Also see the examples for {{tl|Location map}} and {{tl|Location map many}}, as well as: |
* [[Template:Location map+/relief]], an example using the ''relief'' parameter | * [[Template:Location map+/relief]], an example using the ''relief'' parameter | ||
* [[Template:Location map+/AlternativeMap]], an example using the ''AlternativeMap'' parameter | * [[Template:Location map+/AlternativeMap]], an example using the ''AlternativeMap'' parameter | ||
| Line 315: | Line 315: | ||
== Template data == | == Template data == | ||
| − | {{ | + | {{Collapse top|[[Wikipedia:TemplateData|TemplateData]] documentation used by [[Wikipedia:VisualEditor|VisualEditor]] and other tools}} |
| − | + | {{TemplateData header|noheader=1}} | |
| − | { | + | {{Template:{{BASEPAGENAME}}/TemplateData}} |
| − | + | {{Collapse bottom}} | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | } | ||
| − | |||
== See also == | == See also == | ||
* [[Template:Location map]] for displaying one mark using latitude and longitude. | * [[Template:Location map]] for displaying one mark using latitude and longitude. | ||
| − | * [[Template:Location map many]] for displaying | + | * [[Template:Location map many]] for displaying multiple marks using latitude and longitude. |
| − | <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: | + | [[Category:Graphics templates]] |
| − | + | }}</includeonly> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | }} | ||
Latest revision as of 23:17, 27 December 2020
| 40px | This is a documentation subpage for Template:Location map+. It contains usage information, categories and other content that is not part of the original template page. |
| 40px | This template is used on approximately 19,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them.
Transclusion count updated automatically (see documentation). |
| 30px | This template uses Lua: |
{{Location map+}} places one or more location marks on a map, with optional labels. It is in the same family of templates as the Location map template and the documentation for that template might be helpful.
Template:Location map+ uses a helper template, {{Location map~}}, one or more times to generate a mark for each location.
Usage
{{Location map+
| {{{1}}}
| width =
| float =
| border =
| caption =
| alt =
| relief =
| AlternativeMap =
| overlay_image =
| places =
}}
|
{{Location map~
| {{{1}}}
| label =
| label_size =
| position =
| background =
| mark =
| marksize =
| link =
| lat_deg =
| lat_min =
| lat_sec =
| lat_dir =
| lon_deg =
| lon_min =
| lon_sec =
| lon_dir =
}}
|
Parameters
| Parameter | Description |
|---|---|
{{{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 if it exists, or {{Location map England}} otherwise. See the examples below or all subpages.
|
width
|
Determines the width of the map in pixels, overriding any default values. Do not include px, for example: 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).
|
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 color 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.
|
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 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. The default caption is created from the label parameter (or the current page name if label not defined) and the name parameter from map definition template. See the examples below.
|
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.
|
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. |
places
|
Specifies one or more place markers using Location map~.
|
| Parameter | Description |
|---|---|
{{{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 if it exists, or {{Location map England}} otherwise. See the examples below.
|
label
|
The text of the label to display next to the mark. A wiki link can be used. The default if not specified is no label, just the marker. Do not use <div>...</div> tags to attempt to position the label; use |label_size= and |position= instead.
|
label_size
|
The font size to use for the label, given as a percentage of the label's (already reduced) normal font size (<100 = smaller, >100 = larger). The default is 91; do set lower than 91, per MOS:FONTSIZE. Do not include %, for example: label_size=95, not label_size=95%. If set to 0, the label is displayed only when the user hovers over the mark.
|
position
|
The position of the label relative to the mark. Valid values are left, right, top and bottom. The default is right.
|
background
|
The background color to use for the label. See Web colors. The default is no background color, which shows the map image behind the label. |
mark
|
The name of an image to display as the mark. The default is Red pog.svg (8px). See examples at Commons:Location markers and Commons:Category:Map icons. |
marksize
|
The size of the mark in pixels. The default is 8. Do not include px, for example: marksize=10, not marksize=10px.
|
link
|
Specifies a wiki link which will be followed if the reader clicks on the mark. Do not include [[]], for example: link=Yellowstone National Park, not link=[[Yellowstone National Park]].
|
lat_deg
|
Required. 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.[Note 1] |
lat_min
|
The minutes of latitude.[Note 1] The sign should match that of lat_deg. |
lat_sec
|
The seconds of latitude. Usually not necessary.[Note 1] The sign should match that of lat_deg. |
lat_dir
|
N if 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
|
Required. 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.[Note 1] |
lon_min
|
The minutes of longitude.[Note 1] The sign should match that of lon_deg. |
lon_sec
|
The seconds of longitude. Usually not necessary.[Note 1] The sign should match that of lon_deg. |
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). |
Notes:
Available maps
Location maps can be found using these sources:
- 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.
- List of templates - 1050 templates available when the list was generated.
- 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.
Examples
This example does not designate the caption parameter. It demonstrates the use of the defaults. Notice that the default caption is the page name followed by the map name in parenthesis and that the label position is automatically adjusted if it is too close to an edge.
{{Location map+ | Australia
| places =
{{Location map~ | Australia
| label = Sydney
| lat_deg = -33.86
| lon_deg = 151.21 }}
{{Location map~ | Australia
| label = Melbourne
| lat_deg = -37.81
| lon_deg = 144.96 }}
}}
This example uses a designated but empty caption. It demonstrates coordinates using decimal degrees and a 10px mark with a link.
{{Location map+ | France
| caption =
| places =
{{Location map~ | France
| label = Paris
| position = top
| marksize = 10
| link = Paris
| lat_deg = 48.8567
| lon_deg = 2.3508
}}
{{Location map~ | France
| label = Marseille
| position = top
| marksize = 10
| link = Marseille
| lat_deg = 43.2964
| lon_deg = 5.3610
}}
}}
This example uses caption with an assigned value. It demonstrates coordinates in degree, minute, second format, a relief map, label background color and linked labels.
{{Location map+ | USA
| width = 300
| caption = Some cites in the United States
| relief = 1
| places =
{{Location map~ | USA
| label = [[New York City|New York]]
| position =
| background = white
| mark = Cyan pog.svg
| alt = alt text for New York City
| link = New York City
| lat_deg = 40 | lat_min = 43 | lat_dir = N
| lon_deg = 74 | lon_min = 0 | lon_dir = W
}}
{{Location map~| USA
| label = [[San Francisco]]
| position =
| background = white
| mark = Purple pog.svg
| alt = alt text for San Francisco
| link = San Francisco
| lat_deg = 37 | lat_min = 46 | lat_dir = N
| lon_deg = 122 | lon_min = 25 | lon_dir = W
}}
}}
Also see the examples for {{Location map}} and {{Location map many}}, 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
Template data
TemplateData documentation used by VisualEditor and other tools
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
See the monthly parameter usage report for this template.
TemplateData for Location map+ This template places one or more location marks on a map.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
See also
- Template:Location map for displaying one mark using latitude and longitude.
- Template:Location map many for displaying multiple marks using latitude and longitude.