Module:Location map/data/Australia Northern Territory/doc

MyWikiBiz, Author Your Legacy — Thursday March 28, 2024
Jump to navigationJump to search

This is the documentation page for Module:Location map/data/Australia Northern Territory

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

File:NTRoads.png
Map of Northern Territory

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

Map definition

  • name = Northern Territory
    Name used in the default map caption
  • bottom = -26.5
    Latitude at bottom edge of map, in decimal degrees
  • left = 127.5
    Longitude at left edge of map, in decimal degrees
  • right = 139.5
    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. The map displayed as image2 can be used with the AlternativeMap parameter. Examples may be found below or in the following:

Precision

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

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

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

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

Examples using location map templates

Location map, using default map (image)

Template:Location map

{{Location map | Australia Northern Territory
| width = 200
| label = Darwin
| lat_deg = 12  | lat_min = 27 | lat_sec = | lat_dir = S
| lon_deg = 130 | lon_min = 50 | lon_sec = | lon_dir = E
}}

Template:Clear

Location map many, using relief map (image1)

Template:Location map many

{{Location map many | Australia Northern Territory
| relief   = yes
| width    = 200
| caption  = Locations in Northern Territory
| lat1 = -11.15 | long1 = 132.58 | label1 = Minjilang
| lat2 = -25.84 | long2 = 133.30 | label2 = Kulgera
| lat3 = -24.87 | long3 = 129.08 | label3 = Kaltukatjara
| lat4 = -20.97 | long4 = 137.92 | label4 = Alpurrurulam
}}

Template:Clear

Location map+, using AlternativeMap

Template:Location map+

{{Location map+ | Australia Northern Territory
| AlternativeMap=Australia Northern Territory location map.svg
| width   = 200
| caption = Locations in Northern Territory
| places  =
  {{Location map~ | Australia Northern Territory
  | lat = -11.15 | long = 132.58 | label = Minjilang
  }}
  {{Location map~ | Australia Northern Territory
  | lat = -25.84 | long = 133.30 | label = Kulgera
  }}
  {{Location map~ | Australia Northern Territory
  | lat = -24.87 | long = 129.08 | label = Kaltukatjara
  }}
  {{Location map~ | Australia Northern Territory
  | lat = -20.97 | long = 137.92 | label = Alpurrurulam
  }}
}}

Template:Clear

See also

Location map templates

Creating new map definitions