Changes

Pywikibot 6.4.0
<!-- Categories go at the bottom of this page. -->
{{Module:Location map/data/doc
|image=[[File:United Kingdom-CIA WFB Map.png|thumb|250px|Map of the United Kingdom]]
|examples=
=== Location map, using default map (image) ===
{{Location map | United Kingdom
| width = 180
| lat_deg = 51.507
| lon_deg = -0.128
| label = London
}}
<pre style="width:30em">
{{Location map | United Kingdom
| width = 180
| lat_deg = 51.507
| lon_deg = -0.128
| label = London
}}
</pre>
{{clear}}

=== Location map many, using relief map (image1) ===
{{Location map many | United Kingdom
| relief = yes
| width = 180
| caption = Two locations in the United Kingdom
| lat1_deg = 51.507
| lon1_deg = -0.128
| label1 = London
| lat2_deg = 55.858
| lon2_deg = -4.259
| label2 = Glasgow
}}
<pre style="width:35em">
{{Location map many | United Kingdom
| relief = yes
| width = 180
| caption = Two locations in the United Kingdom
| lat1_deg = 51.507
| lon1_deg = -0.128
| label1 = London
| lat2_deg = 55.858
| lon2_deg = -4.259
| label2 = Glasgow
}}
</pre>
{{clear}}

=== Location map+, using AlternativeMap ===
{{Location map+ | United Kingdom
| AlternativeMap = United Kingdom relief location map.jpg
| width = 180
| caption = Two locations in the United Kingdom
| places =
{{Location map~ | United Kingdom
| lat_deg = 51.507
| lon_deg = -0.128
| label = London
}}
{{Location map~ | United Kingdom
| lat_deg = 55.858
| lon_deg = -4.259
| label = Glasgow
}}
}}
<pre style="width:35em">
{{Location map+ | United Kingdom
| AlternativeMap = United Kingdom relief location map.jpg
| width = 180
| caption = Two locations in the United Kingdom
| places =
{{Location map~ | United Kingdom
| lat_deg = 51.507
| lon_deg = -0.128
| label = London
}}
{{Location map~ | United Kingdom
| lat_deg = 55.858
| lon_deg = -4.259
| label = Glasgow
}}
}}
</pre>
{{clear}}
| see also =
* [[Module:Location map/data/UK England]]
* [[Module:Location map/data/UK Northern Ireland]]
* [[Module:Location map/data/UK Scotland]]
* [[Module:Location map/data/UK Wales]]
}}<includeonly>
<!-- Categories go here: -->
[[Category:Location map templates by country|United Kingdom]]
[[Category:United Kingdom location map templates|*]]
</includeonly>