Module:Location map/data/Belize/doc
< Module:Location map | data/Belize
Jump to navigation
Jump to search
Revision as of 21:51, 20 August 2011 by blackwiki>Zyxw (create documentation)
This is the documentation page for Module:Location map/data/Belize
| 40px | This is a documentation subpage for Module:Location map/data/Belize. It contains usage information, categories and other content that is not part of the original module page. |
Template:Location map Belize is a location map definition used to overlay markers and labels on an equirectangular projection map of Belize. The markers are placed by latitude and longitude coordinates on the default map or a similar map image.
Contents
Usage
These definitions are used by the following templates when invoked with parameter "Belize":
{{Location map | Belize | ...}}{{Location map many | Belize | ...}}{{Location map+ | Belize | ...}}{{Location map~ | Belize | ...}}
Map definition
- name
- used in default map caption (Template:Location map/data/Belize)
- image
- the default map image, without "Image:" or "File:" ([[:File:Template:Location map/data/Belize|Template:Location map/data/Belize]])
- image1
- an alternative map image, usually a relief map ([[:File:Template:Location map/data/Belize|Template:Location map/data/Belize]])
- top
- latitude at top edge of map, in decimal degrees (Template:Location map/data/Belize)
- bottom
- latitude at bottom edge of map, in decimal degrees (Template:Location map/data/Belize)
- left
- longitude at left edge of map, in decimal degrees (Template:Location map/data/Belize)
- right
- longitude at right edge of map, in decimal degrees (Template:Location map/data/Belize)
Alternative map
The map defined as image1 (Template:Location map/data/Belize) can be displayed by using the AlternativeMap or relief parameters in {{Location map}}, {{Location map many}} and {{Location map+}}. Further instructions can be found at Template:Location map#Using Alternative Map and Template:Location map#Relief, or see the examples below.
Examples
Location map, using default map (image)
Belmopan (Belize)
{{Location map | Belize
| width = 150
| lat = 17.25
| long = -88.77
| label = Belmopan
}}
Location map, using relief map (image1)
Belmopan (Belize)
{{Location map | Belize
| relief = yes
| width = 150
| lat = 17.25
| long = -88.77
| label = Belmopan
}}
Location map many, using default map
{{Location map many | Belize
| caption = Two locations in Belize
| width = 150
| lat = 17.25
| long = -88.77
| label = Belmopan
| pos = bottom
| lat2 = 17.505
| long2 = -88.187
| label2 = Belize City
| pos2 = top
}}
Location map+, using AlternativeMap
{{Location map+ | Belize
| AlternativeMap = Belize physical map.svg
| caption = Two locations in Belize
| width = 150
| places =
{{Location map~ | Belize
| lat = 17.25
| long = -88.77
| label = Belmopan
| position = bottom
}}
{{Location map~ | Belize
| lat = 17.505
| long = -88.187
| label = Belize City
| position = top
}}
}}