Module:Location map/data/Croatia/doc

From blackwiki
< Module:Location map‎ | data/Croatia
Revision as of 00:46, 14 March 2014 by blackwiki>Jackmcbarn (update for module)
Jump to navigation Jump to search

This is the documentation page for Module:Location map/data/Croatia

Location map of Croatia
name Croatia
border
coordinates
46.8
13.1 ←↕→ 19.9
42.1
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Croatia_location_map.svg
Croatia location map.svg
image1 Relief map of Croatia.png
Relief map of Croatia.png
image2 Croatia location map-2011-01-02.jpg
400x400px

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

Map definition

  • name = Lua error in package.lua at line 80: module 'main' not found.
    Name used in the default map caption
  • image = [[:File:Lua error in package.lua at line 80: module 'main' not found.|Lua error in package.lua at line 80: module 'main' not found.]]
    The default map image, without "Image:" or "File:"
  • image1 = [[:File:Lua error in package.lua at line 80: module 'main' not found.|Lua error in package.lua at line 80: module 'main' not found.]]
    An alternative map image, usually a relief map, can be displayed via the relief or AlternativeMap parameters
  • image2 = [[:File:Lua error in package.lua at line 80: module 'main' not found.|Lua error in package.lua at line 80: module 'main' not found.]]
    A second alternative map image, can be displayed via the AlternativeMap parameter only
  • mark = [[:File:Lua error in package.lua at line 80: module 'main' not found.]] ( [[File:Lua error in package.lua at line 80: module 'main' not found.|8px]] )
    A location marker image to be used for this map, in place of the default image File:Red pog.svg ( 8px )
  • top = Lua error in package.lua at line 80: module 'main' not found.
    Latitude at top edge of map, in decimal degrees
  • bottom = Lua error in package.lua at line 80: module 'main' not found.
    Latitude at bottom edge of map, in decimal degrees
  • left = Lua error in package.lua at line 80: module 'main' not found.
    Longitude at left edge of map, in decimal degrees
  • right = Lua error in package.lua at line 80: module 'main' not found.
    Longitude at right edge of map, in decimal degrees
  • x = Lua error in package.lua at line 80: module 'main' not found.
    An expression to calculate a location on the map via its longitude; evaluates as 0 along the left edge and 100 along the right edge
  • y = Lua error in package.lua at line 80: module 'main' not found.
    An expression to calculate a location on the map via its latitude; evaluates as 0 along the top edge and 100 along the bottom edge

Alternative map

The map defined as image1 (Lua error in package.lua at line 80: module 'main' not found.) can be displayed by using the relief or AlternativeMap parameters in {{Location map}}, {{Location map many}} and {{Location map+}}. The map defined as image2 (Lua error in package.lua at line 80: module 'main' not found.) can only be displayed by using the AlternativeMap parameter. The use of these two parameters is shown in the examples below. Additional examples can be found at:

Examples using location map templates

Location map, using default map (image)

{{Location map | Croatia
| width   = 250
| lat_deg = 45.82
| lon_deg = 15.98
| label   = Zagreb
}}

Location map many, using relief map (image1)

{{Location map many | Croatia
| relief   = yes
| width    = 250
| caption  = Two locations in Croatia
| lat1_deg = 45.82
| lon1_deg = 15.98
| label1   = Zagreb
| lat2_deg = 45.35
| lon2_deg = 19.00
| label2   = Vukovar
}}

Location map+, using AlternativeMap

{{Location map+ | Croatia
| AlternativeMap = LocationmapCroatia.png
| width   = 350
| caption = Three locations in Croatia
| places  =
  {{Location map~ | Croatia
  | lat_deg    = 45.82
  | lon_deg    = 15.98
  | label      = Zagreb
  | background = lightgreen
  | mark       = Green_pog.svg
  }}
  {{Location map~ | Croatia
  | lat_deg    = 45.35
  | lon_deg    = 19.00
  | label      = Vukovar
  | background = orange
  | mark       = Orange_pog.svg
  }}
  {{Location map~ | Croatia
  | lat_deg    = 42.64
  | lon_deg    = 18.11
  | label      = Dubrovnik
  | background = yellow
  | mark       = Yellow_pog.svg
  }}
}}

See also

Location map templates
Infobox templates incorporating (passing values to) the Location map template
List