Template:Coord how-to: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Stepheng3
clarify
meta>Stepheng3
+wikilinks, generate example displays using the template
Line 3: Line 3:
! style="background:#cef2e0;"| {{tnavbar-header|1= {{{title|Quick "how to"}}} |2=Coord_how-to}}
! style="background:#cef2e0;"| {{tnavbar-header|1= {{{title|Quick "how to"}}} |2=Coord_how-to}}
|-
|-
| To add '''57°18′22"N 4°27′32"W''' to the top of an article, use
| To add {{coord|57|18|22|N|4|27|32|W}} to the top of an article, use
:'''<nowiki>{{coord|57|18|22|N|4|27|32|W|display=title}}</nowiki>'''
:'''<nowiki>{{coord|57|18|22|N|4|27|32|W|display=title}}</nowiki>'''
These coordinates are in <span style="text-decoration:underline;">degrees</span> | <span style="text-decoration:underline;">minutes</span> | <span style="text-decoration:underline;">seconds</span> (dms) format.
These [[Geographic coordinate system|coordinates]] are in [[Degree (angle)|degrees]], [[Minute of arc|minutes]], and seconds of arc.
|-
|-
| To add '''44.112°N 86.913°W''' to the top of an article, use either  
| To add {{coord|44.112|N|87.913|W}} to the top of an article, use either  
:'''<nowiki>{{coord|44.112|N|87.913|W|display=title}}</nowiki>'''
:'''<nowiki>{{coord|44.112|N|87.913|W|display=title}}</nowiki>'''
''or''
''or''
:'''<nowiki>{{coord|44.112|-87.913|display=title}}</nowiki>'''
:'''<nowiki>{{coord|44.112|-87.913|display=title}}</nowiki>'''
These coordinates are in <span style="text-decoration:underline;">decimal degrees</span> format.
These coordinates are in [[Decimal fraction|decimal]] degrees.
|-
|-
|
|

Revision as of 15:39, 16 October 2009

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

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

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 should be WGS84.
  • Avoid excessive precision (0.0001° is <11 m, 1′′ is <31 m).
  • 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 to display in the body of the article only,
    • display=title to display in the title only, or
    • display=inline,title to display in both places.
  • name
    name=Xxxx to provide a label (default is PAGENAME)

Thus: {{coord|44.117|-87.913|dim:30_region:US-WI_type:landmark|display=inline,title|name=Klann Road}}