Template:Coord how-to: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Martin of Sheffield
m (Fixing style/layout errors)
meta>Colonies Chris
(minor fixes)
Line 18: Line 18:
|
|
* Degrees, minutes and seconds, when used, must each be separated by a [[Vertical bar|pipe ("|")]].
* Degrees, minutes and seconds, when used, must each be separated by a [[Vertical bar|pipe ("|")]].
* [[Geodetic system|Map datum]] must be [[WGS84]] (except for off-earth bodies).
* [[Geodetic datum|Map datum]] must be [[WGS84]] (except for off-Earth bodies).
* Avoid [[Wikipedia:WikiProject Geographical coordinates#Precision guidelines|excessive precision]] (0.0001° is <11 m, 1″ is <31 m).
* Avoid [[Wikipedia:WikiProject Geographical coordinates#Precision guidelines|excessive precision]] (0.0001° is <11 m, 1″ is <31 m).
* Maintain [[MOS:UNCERTAINTY|consistency]] of decimal places or minutes/ seconds between latitude and longitude.
* Maintain [[MOS:UNCERTAINTY|consistency]] of decimal places or minutes/ seconds between latitude and longitude.
Line 41: Line 41:
|-
|-
|
|
* Per [[WP:ORDER]], the template is placed in articles after any [[Wikipedia:Navigation template|navigation templates]], but before all [[Wikipedia:Categorization|Categories]], including the {{tl|Defaultsort}} template.
* Per [[WP:ORDER]], the template is placed in articles after any [[Wikipedia:Navigation template|navigation templates]], but before all [[Wikipedia:Categorization|Categories]], including the {{tl|DEFAULTSORT}} template.
* For full details, refer to {{tl|Coord/doc}}.
* For full details, refer to {{tl|Coord/doc}}.
* Additional guidance is available: [[Wikipedia:Obtaining geographic coordinates|obtaining coordinates]], [[Geographic coordinate conversion|converting coordinates]]
* Additional guidance is available: [[Wikipedia:Obtaining geographic coordinates|obtaining coordinates]], [[Geographic coordinate conversion|converting coordinates]]

Revision as of 21:02, 22 May 2019

Quick how to
To add Lua error: callParserFunction: function "#coordinates" was not found. to the top of an article, use {{Coord}}, thus:
{{Coord|57|18|22|N|4|27|32|W|display=title}}

These coordinates are in degrees, minutes, and seconds of arc.

"title" means that the coordinates will be displayed next to the article's title at the top of the page and before any other text or images.

To add Lua error: callParserFunction: function "#coordinates" was not found. to the top of an article, use either
{{Coord|44.112|N|87.913|W|display=title}}

(which does not require minutes or seconds but does require the user to specify north/ south and east/west) or

{{Coord|44.112|-87.913|display=title}}

(in which the north and east are presumed by positive values while the south and west are negative ones) These coordinates are in decimal degrees.

  • Degrees, minutes and seconds, when used, must each be separated by a pipe ("|").
  • Map datum must be WGS84 (except for off-Earth bodies).
  • Avoid excessive precision (0.0001° is <11 m, 1″ is <31 m).
  • Maintain consistency of decimal places or minutes/ seconds between latitude and longitude.
  • Latitude (N/S) must appear before longitude (E/W).
Optional coordinate parameters follow the longitude and are separated by an underscore ("_"):

Other optional parameters are separated by a pipe ("|"):

  • display
    |display=inline (the default) to display in the body of the article only,
    |display=title to display at the top of the article only, or
    |display=inline,title to display in both places.
  • name
    name=X to label the place on maps (default is PAGENAME)

Thus: {{Coord|44.117|-87.913|dim:30_region:US-WI_type:event

|display=inline,title|name=accident site}}

Use |display=title (or |display=inline,title) once per article, for the subject of the article, where appropriate.