Template:Coord how-to: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Docu
rv (it's a bug that doesn't need to be mentionned in this condensed version)
meta>Pigsonthewing
Optional parameters
Line 10: Line 10:
|-
|-
| Values (including degrees, minutes and seconds) are separated by [[Vertical bar|a pipe ("|")]]. <br> Latitude (N/S) before longitude (E/W). [[Map datum]] is WGS84.<br>Please don't be [[Wikipedia:WikiProject Geographical coordinates#Precision|overly precise]] (0.0001° is <11 m, 1′′ is <31 m).
| Values (including degrees, minutes and seconds) are separated by [[Vertical bar|a pipe ("|")]]. <br> Latitude (N/S) before longitude (E/W). [[Map datum]] is WGS84.<br>Please don't be [[Wikipedia:WikiProject Geographical coordinates#Precision|overly precise]] (0.0001° is <11 m, 1′′ is <31 m).
|-
|Optional parameters<br />
*region: [[ISO 3166-2]] code <code>region:XX_</code>
*type: <code>type:XXX</code>
*display: <code>|display=inline,title</code> or variant
Full example: '''<nowiki>{{coord|44.112|-87.913|region:US-WI_type:landmark|display=inline,title}}</nowiki>'''
|-
|-
| For full details on the use of {{tl|coord}}, see [[Template:Coord]]<br /> See also: [[Wikipedia:Obtaining geographic coordinates|Obtaining coordinates]], [[Geographic coordinate conversion|coordinate conversion]]
| For full details on the use of {{tl|coord}}, see [[Template:Coord]]<br /> See also: [[Wikipedia:Obtaining geographic coordinates|Obtaining coordinates]], [[Geographic coordinate conversion|coordinate conversion]]
|}<noinclude>[[Category:WikiProject Geographical coordinates]]</noinclude>
|}<noinclude>[[Category:WikiProject Geographical coordinates]]</noinclude>

Revision as of 22:15, 14 December 2008

Quick "how to"
To add the coordinates 57°18′22"N 4°27′32"W to the top of an article, use
{{coord|57|18|22|N|4|27|32|W|display=title}}
For decimal coordinates, such as 44.112°N 86.913°W, use one of
{{coord|44.112|N|87.913|W|display=title}}
{{coord|44.112|-87.913|display=title}}
Values (including degrees, minutes and seconds) are separated by a pipe ("|").
Latitude (N/S) before longitude (E/W). Map datum is WGS84.
Please don't be overly precise (0.0001° is <11 m, 1′′ is <31 m).
Optional parameters
  • region: ISO 3166-2 code region:XX_
  • type: type:XXX
  • display: |display=inline,title or variant

Full example: {{coord|44.112|-87.913|region:US-WI_type:landmark|display=inline,title}}

For full details on the use of {{coord}}, see Template:Coord
See also: Obtaining coordinates, coordinate conversion