Template:Location map Russia

Template:Location map

Location map of Russia
name Russia
x 50.0 + 71.51617284504452 * ((1.6671750744677123-({{{2}}}*pi / 180)) * sin(0.807990549171814 * ({{{3}}} + ({{{3}}}<0)*360 - 100) * pi / 180))
y 50.0 + 1.8540031397174255 * 71.51617284504452 * 0.20267660928013187 - 1.8540031397174255 * 71.51617284504452 * (0.7246972783907744 - (1.6671750744677123-({{{2}}}*pi / 180)) * cos(0.807990549171814 * ({{{3}}} + ({{{3}}}<0)*360 - 100) * pi / 180))
image Russia edcp location map.svg
Location map Russia
image1 Russia edcp relief location map.jpg
Location map Russia
Documentation icon Template documentation[view] [edit] [history] [purge]

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

Map definition

name
used in default map caption (Russia)
image
the default map image, without "Image:" or "File:" (Russia edcp location map.svg)
image1
an alternative map image, usually a relief map (Russia edcp relief location map.jpg)
x
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
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 (Russia edcp relief location map.jpg) 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: Eastern hemisphere, Deg/Min/Sec coordinates

Lua error in Module:Location_map at line 526: Unable to find the specified location map definition: "Module:Location map/data/Russia" does not exist.

{{Location map | Russia
| width = 300
| float = right
| caption = Location of [[Moscow]] in Russia
| label = Moscow
| background = lightblue
| position = right
| lat_deg= 55 | lat_min=45 | lat_sec=06 | lat_dir=N
| lon_deg=037 | lon_min=37 | lon_sec=04 | lon_dir=E
}}

Location map: Eastern hemisphere, Decimal coordinates

Lua error in Module:Location_map at line 526: Unable to find the specified location map definition: "Module:Location map/data/Russia" does not exist.

{{Location map | Russia
| width = 300
| float = right
| caption = Location of [[Moscow]] in Russia
| label = Moscow
| background = lightblue
| position = right
| lat = 55.75167
| long = 37.61778
}}

Location map: Western hemisphere, Deg/Min/Sec coordinates, alternative map

Lua error in Module:Location_map at line 526: Unable to find the specified location map definition: "Module:Location map/data/Russia" does not exist.

{{Location map | Russia
| AlternativeMap = Russia edcp relief location map.jpg
| width = 300
| float = right
| caption = Location of [[Egvekinot]] in Russia
| label = Egvekinot
| background = lightgreen
| position = left
| lat_deg= 66 | lat_min=19 | lat_sec=06 | lat_dir=N
| lon_deg=179 | lon_min=07 | lon_sec=24 | lon_dir=W
}}

Location map: Western hemisphere, Decimal coordinates, relief map

Lua error in Module:Location_map at line 526: Unable to find the specified location map definition: "Module:Location map/data/Russia" does not exist.

{{Location map | Russia
| relief = yes
| width = 300
| float = right
| caption = Location of [[Egvekinot]] in Russia
| label = Egvekinot
| background = lightgreen
| position = left
| lat = 66.31833
| long = -179.12333
}}

Location map many: Deg/Min/Sec coordinates, alternative map

Location map Russia is located in RussiaLua error in Module:Location_map at line 371: Unable to find the specified location map definition: "Module:Location map/data/Russia" does not exist.Lua error in Module:Location_map at line 371: Unable to find the specified location map definition: "Module:Location map/data/Russia" does not exist.
Moscow and Egvekinot in Russia
{{Location map many | Russia
| AlternativeMap = Russia edcp relief location map.jpg
| width = 300
| float = right
| caption = [[Moscow]] and [[Egvekinot]] in Russia
| label = Moscow | label_size = 90
| bg = lightblue | pos = right
| lat_deg= 55 | lat_min=45 | lat_sec=06 | lat_dir=N
| lon_deg=037 | lon_min=37 | lon_sec=04 | lon_dir=E
| label2 = Egvekinot | label2_size = 90
| bg2 = lightgreen | pos2 = left
| lat2_deg= 66 | lat2_min=19 | lat2_sec=06 | lat2_dir=N
| lon2_deg=179 | lon2_min=07 | lon2_sec=24 | lon2_dir=W
}}

Location map many: Decimal coordinates, relief map

Location map Russia is located in RussiaLua error in Module:Location_map at line 371: Unable to find the specified location map definition: "Module:Location map/data/Russia" does not exist.Lua error in Module:Location_map at line 371: Unable to find the specified location map definition: "Module:Location map/data/Russia" does not exist.
Moscow and Egvekinot in Russia
{{Location map many | Russia
| relief = yes
| width = 300
| float = right
| caption = [[Moscow]] and [[Egvekinot]] in Russia
| label = Moscow | label_size = 90
| bg = lightblue | pos = right
| lat = 55.75167
| long = 37.61778
| label2 = Egvekinot | label2_size = 90
| bg2 = lightgreen | pos2 = left
| lat2 = 66.31833
| long2 = -179.12333
}}

Related pages