Jump to content

Module:Location map/data/Angola/doc

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Zyxw (talk | contribs) at 14:01, 11 August 2011 (create documentation). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Template:Location map Angola is a location map definition used to overlay markers and labels on an equirectangular projection map of Angola. 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 "Angola":

Map definition

name
used in default map caption (Template:Location map/data/Angola)
image
the default map image, without "Image:" or "File:" ([[:File:Template:Location map/data/Angola|Template:Location map/data/Angola]])
image1
an alternative map image, usually a relief map ([[:File:Template:Location map/data/Angola|Template:Location map/data/Angola]])
top
latitude at top edge of map, in decimal degrees (Template:Location map/data/Angola)
bottom
latitude at bottom edge of map, in decimal degrees (Template:Location map/data/Angola)
left
longitude at left edge of map, in decimal degrees (Template:Location map/data/Angola)
right
longitude at right edge of map, in decimal degrees (Template:Location map/data/Angola)

Alternative map

The map defined as image1 (Template:Location map/data/Angola) 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)

Luanda is located in Angola
Luanda
Luanda
Luanda (Angola)
{{Location map | Angola
| width  = 200
| lat    = -8.84
| long   = 13.24
| label  = Luanda
}}

Location map, using relief map (image1)

Luanda is located in Angola
Luanda
Luanda
Luanda (Angola)
{{Location map | Angola
| relief = yes
| width  = 200
| lat    = -8.84
| long   = 13.24
| label  = Luanda
}}

Location map many, using default map

Location map/data/Angola/doc is located in Angola
Luanda
Luanda
Cabinda
Cabinda
Two locations in Angola
{{Location map many | Angola
| caption = Two locations in Angola
| width   = 200
| lat     = -8.84
| long    = 13.24
| label   = Luanda
| lat2    = -5.55
| long2   = 12.20
| label2  = Cabinda
}}

Location map+, using AlternativeMap

Location map/data/Angola/doc is located in Angola
Luanda
Luanda
Cabinda
Cabinda
Two locations in Angola
{{Location map+ | Angola
| AlternativeMap = Angola relief location map.jpg
| caption = Two locations in Angola
| width   = 200
| places  =
  {{Location map~ | Angola
  | lat   = -8.84
  | long  = 13.24
  | label = Luanda
  }}
  {{Location map~ | Angola
  | lat   = -5.55
  | long  = 12.20
  | label = Cabinda
  }}
}}

See also