Template:Coord how-to: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>Stepheng3 rephrase and reformat for improved clarity |
meta>Stepheng3 replace quotation marks by code tag |
||
Line 17: | Line 17: | ||
* Latitude (N/S) must appear before longitude (E/W). | * Latitude (N/S) must appear before longitude (E/W). | ||
* [[Geodetic system|Map datum]] should be WGS84. | * [[Geodetic system|Map datum]] should be WGS84. | ||
* To display the coordinates in the article as well, use | * To display the coordinates in the article as well, use <code>display=inline,title</code> instead of <code>display=title</code>. | ||
* Avoid [[Wikipedia:WikiProject Geographical coordinates#Precision|excessive precision]] (0.0001° is <11 m, 1′′ is <31 m). | * Avoid [[Wikipedia:WikiProject Geographical coordinates#Precision|excessive precision]] (0.0001° is <11 m, 1′′ is <31 m). | ||
|- | |- | ||
Line 23: | Line 23: | ||
*[[Template:Coord#dim:D|dim]]: <code>dim:N</code> (diameter in meters) | *[[Template:Coord#dim:D|dim]]: <code>dim:N</code> (diameter in meters) | ||
*[[Template:Coord#region:R|region]]: <code>region:XX</code> ([[ISO 3166-1 alpha-2]] or [[ISO 3166-2]] code) | *[[Template:Coord#region:R|region]]: <code>region:XX</code> ([[ISO 3166-1 alpha-2]] or [[ISO 3166-2]] code) | ||
*[[Template:Coord#type:T|type]]: <code>type:XXX</code> ( | *[[Template:Coord#type:T|type]]: <code>type:XXX</code> (<code>landmark</code> or <code>city</code>, for example) | ||
|- | |- | ||
|Other optional parameters are separated by [[Vertical bar|a pipe ("|")]]:<br /> | |Other optional parameters are separated by [[Vertical bar|a pipe ("|")]]:<br /> |
Revision as of 00:00, 15 October 2009
Template:Tnavbar-header |
---|
To add 57°18′22"N 4°27′32"W to the top of an article, use
These coordinates are in degrees | minutes | seconds (dms) format. |
To add 44.112°N 86.913°W to the top of an article, use either
or
These coordinates are in decimal degrees. |
|
Optional coordinate parameters are separated by an underscore ("_"):
|
Other optional parameters are separated by a pipe ("|"): Full example: {{coord|44.117|-87.913|dim:30_region:US-WI_type:landmark|display=inline,title|name=Klann Road}} |
For more detail, refer to {{Coord/doc}} See also: Obtaining coordinates, coordinate conversion |