Changes

MyWikiBiz, Author Your Legacy — Saturday October 11, 2025
Jump to navigationJump to search
Pywikibot 6.4.0
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->
{{Module:Location map/data/doc
|image=[[File:Vietnam-CIA WFB Map.png|thumb|200px|Map of Vietnam]]
|examples=
=== Location map, using default map (image) ===
{{Location map | Vietnam
| width = 130
| lat_deg = 21.03
| lon_deg = 105.85
| label = Hanoi
}}
<pre style="width:30em;">
{{Location map | Vietnam
| width = 130
| lat_deg = 21.03
| lon_deg = 105.85
| label = Hanoi
}}
</pre>
{{clear}}

=== Location map many, using relief map (image1) ===
{{Location map many | Vietnam
| relief = yes
| width = 130
| caption = Two locations in Vietnam
| lat1_deg = 21.03
| lon1_deg = 105.85
| label1 = Hanoi
| lat2_deg = 10.77
| lon2_deg = 106.68
| label2 = Ho Chi Minh City
| pos2 = bottom
}}
<pre style="width:30em;">
{{Location map many | Vietnam
| relief = yes
| width = 130
| caption = Two locations in Vietnam
| lat1_deg = 21.03
| lon1_deg = 105.85
| label1 = Hanoi
| lat2_deg = 10.77
| lon2_deg = 106.68
| label2 = Ho Chi Minh City
| pos2 = bottom
}}
</pre>
{{clear}}

=== Location map+, using AlternativeMap ===
{{Location map+ | Vietnam
| AlternativeMap = Vietnam relief location map.jpg
| width = 130
| caption = Two locations in Vietnam
| places =
{{Location map~ | Vietnam
| lat_deg = 21.03
| lon_deg = 105.85
| label = Hanoi
}}
{{Location map~ | Vietnam
| lat_deg = 10.77
| lon_deg = 106.68
| label = Ho Chi Minh City
| position = bottom
}}
}}
<pre style="width:35em;">
{{Location map+ | Vietnam
| AlternativeMap = Vietnam relief location map.jpg
| width = 130
| caption = Two locations in Vietnam
| places =
{{Location map~ | Vietnam
| lat_deg = 21.03
| lon_deg = 105.85
| label = Hanoi
}}
{{Location map~ | Vietnam
| lat_deg = 10.77
| lon_deg = 106.68
| label = Ho Chi Minh City
| position = bottom
}}
}}
</pre>
|see also=
}}
<includeonly>
<!-- Categories go here, and interwikis go in Wikidata -->
[[Category:Vietnam location map templates| ]]
</includeonly>

Navigation menu