Module:Location map/data/Kiribati

MyWikiBiz, Author Your Legacy — Friday May 03, 2024
Jump to navigationJump to search

Lua error: expandTemplate: template "coord" does not exist.


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

Map definition

  • name = Kiribati
    Name used in the default map caption
  • bottom = -13
    Latitude at bottom edge of map, in decimal degrees
  • left = 169
    Longitude at left edge of map, in decimal degrees
  • right = -149
    Longitude at right edge of map, in decimal degrees

Alternative map

The {{Location map}}, {{Location map many}}, and {{Location map+}} templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. Examples may be found below or in the following:

Precision

Longitude: from West to East this map definition covers 42 degrees.

  • At an image width of 200 pixels, that is 0.21 degrees per pixel.
  • At an image width of 1000 pixels, that is 0.042 degrees per pixel.

Latitude: from North to South this map definition covers 19 degrees.

  • At an image height of 200 pixels, that is 0.095 degrees per pixel.
  • At an image height of 1000 pixels, that is 0.019 degrees per pixel.

Examples using location map templates

Location map: Eastern hemisphere, Deg/Min/Sec coordinates

Template:Location map

{{Location map | Kiribati
| width = 250 | float = right
| caption = Location of [[South Tarawa]] in Kiribati
| label = South Tarawa
| background = lightblue
| position = right
| lat_deg= 01 | lat_min=19 | lat_sec=32 | lat_dir=N
| lon_deg=172 | lon_min=59 | lon_sec=00 | lon_dir=E
}}

Template:Clear

Location map: Eastern hemisphere, Decimal coordinates

Template:Location map

{{Location map | Kiribati
| width = 250 | float = right
| caption = Location of [[South Tarawa]] in Kiribati
| label = South Tarawa
| background = lightblue
| position = right
| lat = 1.326
| long = 172.983
}}

Template:Clear

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

Template:Location map

{{Location map | Kiribati
| AlternativeMap = Kiribati relief location map.jpg
| width = 250 | float = right
| caption = Location of [[Kiritimati]] in Kiribati
| label = Kiritimati
| background = lightgreen
| position = bottom
| lat_deg= 01 | lat_min=52 | lat_sec= | lat_dir=N
| lon_deg=157 | lon_min=24 | lon_sec= | lon_dir=W
}}

Template:Clear

Location map: Western hemisphere, Decimal coordinates, relief map

Template:Location map

{{Location map | Kiribati
| relief = yes
| width = 250 | float = right
| caption = Location of [[Kiritimati]] in Kiribati
| label = Kiritimati
| background = lightgreen
| position = bottom
| lat = 1.867
| long = -157.4
}}

Template:Clear

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

Template:Location map many

{{Location map many | Kiribati
| AlternativeMap = Kiribati relief location map.jpg
| width = 250 | float = right
| caption = [[South Tarawa]] and [[Kiritimati]] in Kiribati
| label = South Tarawa | label_size = 90
| bg = lightblue | pos = right
| lat_deg= 01 | lat_min=19 | lat_sec=32 | lat_dir=N
| lon_deg=172 | lon_min=59 | lon_sec=00 | lon_dir=E
| label2 = Kiritimati | label2_size = 90
| bg2 = lightgreen | pos2 = bottom
| lat2_deg= 01 | lat2_min=52 | lat2_sec= | lat2_dir=N
| lon2_deg=157 | lon2_min=24 | lon2_sec= | lon2_dir=W
}}

Template:Clear

Location map many: Decimal coordinates, relief map

Template:Location map many

{{Location map many | Kiribati
| relief = yes
| width = 250 | float = right
| caption = [[South Tarawa]] and [[Kiritimati]] in Kiribati
| label = South Tarawa | label_size = 90
| bg = lightblue | pos = right
| lat = 1.326
| long = 172.983
| label2 = Kiritimati | label2_size = 90
| bg2 = lightgreen | pos2 = bottom
| lat2 = 1.867
| long2 = -157.4
}}

Template:Clear

See also

Location map templates

Creating new map definitions


return {
	name = 'Kiribati',
	top = 6,
	bottom = -13,
	left = 169,
	right = -149,
	image = 'Kiribati location map.svg',
	image1 = 'Kiribati relief location map.jpg'
}