Jump to content

Module:Location map/data/Austria/doc

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Zyxw (talk | contribs) at 18:03, 20 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 Austria is a location map definition used to overlay markers and labels on an equirectangular projection map of Austria. 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 "Austria":

Map definition

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

Alternative map

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

Vienna is located in Austria
Vienna
Vienna
Vienna (Austria)
{{Location map | Austria
| width = 250
| lat   = 48.21
| long  = 16.37
| label = Vienna
}}

Location map, using relief map (image1)

Vienna is located in Austria
Vienna
Vienna
Vienna (Austria)
{{Location map | Austria
| relief = yes
| width  = 250
| lat    = 48.21
| long   = 16.37
| label  = Vienna
}}

Location map many, using default map

Location map/data/Austria/doc is located in Austria
Vienna
Vienna
Graz
Graz
Two locations in Austria
{{Location map many | Austria
| caption = Two locations in Austria
| width   = 250
| lat     = 48.21
| long    = 16.37
| label   = Vienna
| lat2    = 47.07
| long2   = 15.43
| label2  = Graz
}}

Location map+, using AlternativeMap

Location map/data/Austria/doc is located in Austria
Vienna
Vienna
Graz
Graz
Two locations in Austria
{{Location map+ | Austria
| AlternativeMap = Austria relief location map.jpg
| caption = Two locations in Austria
| width   = 250
| places  =
  {{Location map~ | Austria
  | lat   = 48.21
  | long  = 16.37
  | label = Vienna
  }}
  {{Location map~ | Austria
  | lat   = 47.07
  | long  = 15.43
  | label = Graz
  }}
}}

See also