Changes

MyWikiBiz, Author Your Legacy — Wednesday October 15, 2025
Jump to navigationJump to search
Pywikibot 6.4.0
<!-- Categories go at the bottom of this page. -->
{{Module:Location map/data/doc
|image=[[File:Scotland_map-en.jpg|thumb|300px|Map of Scotland]]
|examples=
=== Location map, using default map (image) ===
{{Location map | UK Scotland
| width = 200
| lat_deg = 55.953
| lon_deg = -3.189
| label = Edinburgh
}}
<pre style="width:30em">
{{Location map | UK Scotland
| width = 200
| lat_deg = 55.953
| lon_deg = -3.189
| label = Edinburgh
}}
</pre>
{{clear}}

=== Location map many, using relief parameter (image1) ===
{{Location map many | UK Scotland
| relief = yes
| width = 200
| caption = Two locations in Scotland
| lat1_deg = 55.953
| lon1_deg = -3.189
| label1 = Edinburgh
| lat2_deg = 58.981
| lon2_deg = -2.96
| label2 = Kirkwall
}}
<pre style="width:35em">
{{Location map many | UK Scotland
| relief = yes
| width = 200
| caption = Two locations in Scotland
| lat1_deg = 55.953
| lon1_deg = -3.189
| label1 = Edinburgh
| lat2_deg = 58.981
| lon2_deg = -2.96
| label2 = Kirkwall
}}
</pre>
{{clear}}

=== Location map+, using AlternativeMap ===
{{Location map+ | UK Scotland
| AlternativeMap = Scotland relief location map.jpg
| width = 200
| caption = Two locations in Scotland
| places =
{{Location map~ | UK Scotland
| lat_deg = 55.953
| lon_deg = -3.189
| label = Edinburgh
}}
{{Location map~ | UK Scotland
| lat_deg = 58.981
| lon_deg = -2.96
| label = Kirkwall
}}
}}
<pre style="width:35em">
{{Location map+ | UK Scotland
| AlternativeMap = Scotland relief location map.jpg
| width = 200
| caption = Two locations in Scotland
| places =
{{Location map~ | UK Scotland
| lat_deg = 55.953
| lon_deg = -3.189
| label = Edinburgh
}}
{{Location map~ | UK Scotland
| lat_deg = 58.981
| lon_deg = -2.96
| label = Kirkwall
}}
}}
</pre>
{{clear}}
|see also=
* [[Module:Location map/data/United Kingdom]]
}}<includeonly>
<!-- Categories go here -->
[[Category:Scotland location map templates|*]]
</includeonly>

Navigation menu