Module:Location map/data/France/doc

From RabastorWiki
Jump to navigation Jump to search

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

Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory

Module:Location map/data/France is a location map definition used to overlay markers and labels on an equirectangular projection map of [[Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory]]. 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 "France":

Map definition

  • name = Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory
    Name used in the default map caption
  • image = [[:File:Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory|Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory]]
    The default map image, without "Image:" or "File:"
  • image1 = [[:File:Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory|Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory]]
    An alternative map image, usually a relief map, can be displayed via the relief or AlternativeMap parameters
  • image2 = [[:File:Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory|Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory]]
    A second alternative map image, can be displayed via the AlternativeMap parameter only
  • top = Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory
    Latitude at top edge of map, in decimal degrees
  • bottom = Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory
    Latitude at bottom edge of map, in decimal degrees
  • left = Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory
    Longitude at left edge of map, in decimal degrees
  • right = Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory
    Longitude at right edge of map, in decimal degrees
  • x = Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory
    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: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory
    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
  • mark = [[:File:Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory|Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory]] ([[File:Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory|Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory|8px]])
    The default mark image to display with this map. This can be overridden by the mark parameter in Template:Location map, which would otherwise default to Red pog.svg (File:Red pog.svg).
  • marksize = Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory
    The default mark size (in pixels) for the mark image displayed with this map (should not include px, for example marksize=Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory, not marksize=Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directorypx). This can be overridden by the marksize parameter in Template:Location map, which would otherwise default to 8.

Alternative map

The map defined as image1 (Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory) 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: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory) 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:

Precision

Longitude: from West to East this map definition covers Expression error: Unexpected < operator. degrees.

  • At an image width of 200 pixels, that is Expression error: Unexpected < operator. degrees per pixel.
  • At an image width of 1000 pixels, that is Expression error: Unexpected < operator. degrees per pixel.

Latitude: from North to South this map definition covers Expression error: Unexpected < operator. degrees.

  • At an image height of 200 pixels, that is Expression error: Unexpected < operator. degrees per pixel.
  • At an image height of 1000 pixels, that is Expression error: Unexpected < operator. degrees per pixel.

Examples using location map templates

Location map, using default map (image)

Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory

{{Location map | France
| width   = 200
| lat_deg = 48.857
| lon_deg = 2.351
| label   = Paris
}}

Location map many, using relief map (image1)

Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory

{{Location map many | France
| relief   = yes
| width    = 200
| caption  = Two locations in France
| lat1_deg = 48.857
| lon1_deg = 2.351
| label1   = Paris
| lat2_deg = 43.703
| lon2_deg = 7.266
| label2   = Nice
}}

Location map+, using AlternativeMap

Lua error: Cannot create process: proc_open(/home4/iltornan/lua/error.log): Failed to open stream: No such file or directory

{{Location map+ | France
| AlternativeMap = France relief location map.jpg
| width   = 200
| caption = Two locations in France
| places  =
  {{Location map~ | France
  | lat_deg = 48.857
  | lon_deg = 2.351
  | label   = Paris
  }}
  {{Location map~ | France
  | lat_deg = 43.703
  | lon_deg = 7.266
  | label   = Nice
  }}
}}

See also

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