Changes

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

=== Location map many, using relief map (image1) ===
{{Location map many | Kazakhstan
| relief = yes
| width = 250
| caption = Two locations in Kazakhstan
| lat1_deg = 51.17
| lon1_deg = 71.43
| label1 = Astana
| lat2_deg = 43.28
| lon2_deg = 76.9
| label2 = Almaty
}}
<pre style="width:30em">
{{Location map many | Kazakhstan
| relief = yes
| width = 250
| caption = Two locations in Kazakhstan
| lat1_deg = 51.17
| lon1_deg = 71.43
| label1 = Astana
| lat2_deg = 43.28
| lon2_deg = 76.9
| label2 = Almaty
}}
</pre>
{{clear}}

=== Location map+, using AlternativeMap ===
{{Location map+ | Kazakhstan
| AlternativeMap = Relief Map of Kazakhstan.png
| width = 250
| caption = Two locations in Kazakhstan
| places =
{{Location map~ | Kazakhstan
| lat_deg = 51.17
| lon_deg = 71.43
| label = Astana
}}
{{Location map~ | Kazakhstan
| lat_deg = 43.28
| lon_deg = 76.9
| label = Almaty
}}
}}
<pre style="width:35em">
{{Location map+ | Kazakhstan
| AlternativeMap = Relief Map of Kazakhstan.png
| width = 250
| caption = Two locations in Kazakhstan
| places =
{{Location map~ | Kazakhstan
| lat_deg = 51.17
| lon_deg = 71.43
| label = Astana
}}
{{Location map~ | Kazakhstan
| lat_deg = 43.28
| lon_deg = 76.9
| label = Almaty
}}
}}
</pre>
}}
<includeonly>
<!-- Categories go here: -->
[[Category:Kazakhstan location map templates| ]]
</includeonly>