Template:Coord/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Pigsonthewing
Wikipedia:Manual of Style (dates and numbers)#Geographical coordinates
meta>Quarl
geo-dec, geo-dms
Line 3: Line 3:
The template is for geographical [[latitude]] and [[longitude]] coordinates on [[Earth]], expressed in either decimal notation, or degrees/minutes/seconds parameters of arbitrary precision.
The template is for geographical [[latitude]] and [[longitude]] coordinates on [[Earth]], expressed in either decimal notation, or degrees/minutes/seconds parameters of arbitrary precision.


It links to {{Coor URL}}, then displays the [[WGS84]] coordinate ([[latitude]];[[longitude]]) in appropriate, human-readable degree/minutes/seconds precision, and outputs the computer-readable [[Geo (microformat)|Geo microformat]].
It links to {{Coor URL}}, then displays the [[WGS84]] coordinate ([[latitude]];[[longitude]]).
 
The template outputs data in:
* Degree/minutes/seconds (precision is degrees, or degrees/minutes, or degrees/minutes/seconds, based on input)
* Decimal (precision based on input)
** Computer-readable [[Geo (microformat)|Geo microformat]]
 
The default is to display coordinates in DMS.  To display coordinates in decimal, add this to your User:Username/monobook.css:
  .geo-dec { display: inline } .geo-dms { display: none }


This single template supercedes {{tl|coor d}}, {{tl|coor dm}}, and {{tl|coor dms}}.
This single template supercedes {{tl|coor d}}, {{tl|coor dm}}, and {{tl|coor dms}}.

Revision as of 08:09, 4 April 2007

This template, {{coord}}, produces a link to a list of map sources, based on the geographical coordinates and other parameters, and provides a standardized notation for the coordinates.

The template is for geographical latitude and longitude coordinates on Earth, expressed in either decimal notation, or degrees/minutes/seconds parameters of arbitrary precision.

It links to Template:Coor URL, then displays the WGS84 coordinate (latitude;longitude).

The template outputs data in:

  • Degree/minutes/seconds (precision is degrees, or degrees/minutes, or degrees/minutes/seconds, based on input)
  • Decimal (precision based on input)

The default is to display coordinates in DMS. To display coordinates in decimal, add this to your User:Username/monobook.css:

 .geo-dec { display: inline } .geo-dms { display: none }

This single template supercedes {{coor d}}, {{coor dm}}, and {{coor dms}}.

See also Wikipedia:WikiProject Geographical coordinates and Wikipedia:Manual of Style (dates and numbers)#Geographical coordinates.

Usage

{{coord|latitude|longitude}}
{{coord|dd|N/S|dd|E/W}}
{{coord|dd|mm|N/S|dd|mm|E/W}}
{{coord|dd|mm|ss|N/S|dd|mm|ss|E/W}}

Examples

{{coord|43.651234|-79.383333}}Lua error: callParserFunction: function "#coordinates" was not found.(Toronto - Fully decimal - N & W )
{{coord|43.651234|N|79.383333|W}}Lua error: callParserFunction: function "#coordinates" was not found.(Toronto - decimal with Northing & Westing)
{{coord|43|29||N|79|23|W}}Lua error: callParserFunction: function "#coordinates" was not found.(Toronto - degrees & minutes)
{{coord|43|29|4|N|79|23|0|W}}Lua error: callParserFunction: function "#coordinates" was not found.(Toronto - degrees, minutes & seconds)
{{coord|55.752222|N|37.615556|E}}Lua error: callParserFunction: function "#coordinates" was not found.(Moscow - N & E)
{{coord|33|55|S|18|25|E}}Lua error: callParserFunction: function "#coordinates" was not found.(Capetown - S & E)
{{coord|22|54|30|S|43|14|37|W}}Lua error: callParserFunction: function "#coordinates" was not found.(Rio - S & W)