Module:Location map/data/Algeria/doc
Appearance
![]() | This is a documentation subpage for Module:Location map/data/Algeria. It may contain usage information, categories and other content that is not part of the original module page. |
![]() | This is a documentation subpage for Module:Location map/data/Algeria. It may contain usage information, categories and other content that is not part of the original module page. |
Template:Location map Algeria is a location map definition used to overlay markers and labels on an equirectangular projection map of Algeria. The markers are placed by latitude and longitude coordinates on the default map or a similar map image.
Usage
These definitions are used by the following templates when invoked with parameter "Algeria":
{{Location map|Algeria |...}}
{{Location map many|Algeria |...}}
{{Location map+|Algeria |...}}
{{Location map~|Algeria |...}}
Map definition
- name
- used in default map caption (Template:Location map/data/Algeria)
- image
- the default map image, without "Image:" or "File:" ([[:File:Template:Location map/data/Algeria|Template:Location map/data/Algeria]])
- image1
- an alternative map image, usually a relief map ([[:File:Template:Location map/data/Algeria|Template:Location map/data/Algeria]])
- top
- latitude at top edge of map, in decimal degrees (Template:Location map/data/Algeria)
- bottom
- latitude at bottom edge of map, in decimal degrees (Template:Location map/data/Algeria)
- left
- longitude at left edge of map, in decimal degrees (Template:Location map/data/Algeria)
- right
- longitude at right edge of map, in decimal degrees (Template:Location map/data/Algeria)
Alternative map
The map defined as image1 (Template:Location map/data/Algeria) 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)
{{Location map | Algeria | width = 200 | lat = 36.7 | long = 3.217 | label = Algiers }}
Location map, using relief map (image1)
{{Location map | Algeria | relief = yes | width = 200 | lat = 36.7 | long = 3.217 | label = Algiers }}
Location map many, using default map
Two locations in Algeria
{{Location map many | Algeria | caption = Two locations in Algeria | width = 200 | lat = 36.7 | long = 3.217 | label = Algiers | position= bottom | lat2 = 22.785 | long2 = 5.523 | label2 = Tamanrasset | pos2 = bottom }}
Location map+, using AlternativeMap
Two locations in Algeria
{{Location map+ | Algeria | AlternativeMap = Algeria relief location map.jpg | caption = Two locations in Algeria | width = 200 | places = {{Location map~ | Algeria | lat = 36.7 | long = 3.217 | label = Algiers | position = bottom }} {{Location map~ | Algeria | lat = 22.785 | long = 5.523 | label = Tamanrasset | position = bottom }} }}