Template:Coord how-to: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Colonies Chris
No edit summary
meta>Srich32977
(CE to comply with the actual MOS:MINUS guidance)
Line 12: Line 12:
:'''<code><nowiki>{{Coord|44.112|N|87.913|W|display=title}}</nowiki></code>'''
:'''<code><nowiki>{{Coord|44.112|N|87.913|W|display=title}}</nowiki></code>'''
''or''
''or''
:'''<code><nowiki>{{Coord|44.112|-87.913|display=title}}</nowiki></code>'''
:'''<code><nowiki>{{Coord|44.112|–87.913|display=title}}</nowiki></code>'''
These coordinates are in [[Decimal fraction|decimal]] degrees.
These coordinates are in [[Decimal fraction|decimal]] degrees.
|-
|-
Line 34: Line 34:
*[[Template:Coord#Name|name]]
*[[Template:Coord#Name|name]]
*: <code>name=</code>'''''X''''' to label the place on maps (default is [[mw:Help:Magic words#Page names|PAGENAME]])
*: <code>name=</code>'''''X''''' to label the place on maps (default is [[mw:Help:Magic words#Page names|PAGENAME]])
Thus: '''<code><nowiki>{{Coord|44.117|-87.913|dim:30_region:US-WI_type:event</nowiki></code>'''
Thus: '''<code><nowiki>{{Coord|44.117|–87.913|dim:30_region:US-WI_type:event</nowiki></code>'''
::'''<code><nowiki>|display=inline,title|name=accident site}}</nowiki></code>'''
::'''<code><nowiki>|display=inline,title|name=accident site}}</nowiki></code>'''



Revision as of 19:28, 5 March 2017

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 title.

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}}

or

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

These coordinates are in decimal degrees.

  • Degrees, minutes and seconds must 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 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.