Template:Coord/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Quarl
rv
meta>Quarl
→‎Examples: «78 words changed» {{template example row}}
Line 44: Line 44:
(These are live geo-microformats and should be detected on this page by parsers)
(These are live geo-microformats and should be detected on this page by parsers)
<table class="prettytable">
<table class="prettytable">
<tr><td>&#123;{coord|43.651234|-79.383333}&#125;</td><td>{{coord|43.651234|-79.383333}}</td><td>Toronto - Fully decimal - N & W </td>
{{template example row|43.651234|-79.383333|notes=Toronto - Fully decimal - N & W }}
<tr><td>&#123;{coord|43.65|-79.38}&#125;</td><td>{{coord|43.65|-79.38}}</td><td>Toronto - less precise</td>
{{template example row|43.65|-79.38|notes=Toronto - less precise}}
<tr><td>&#123;{coord|43.6500|-79.3800}&#125;</td><td>{{coord|43.6500|-79.3800}}</td><td>Toronto - medium precision with trailing zeroes</td>
{{template example row|43.6500|-79.3800|notes=Toronto - medium precision with trailing zeroes}}
<tr><td>&#123;{coord|43.651234|N|79.383333|W}&#125;</td><td>{{coord|43.651234|N|79.383333|W}}</td><td>Toronto - decimal with Northing & Westing</td>
{{template example row|43.651234|N|79.383333|W|notes=Toronto - decimal with Northing & Westing}}
<tr><td>&#123;{coord|43|29|N|79|23|W}&#125;</td><td>{{coord|43|29|N|79|23|W}}</td><td>Toronto - degrees & minutes</td>
{{template example row|43|29|N|79|23|W|notes=Toronto - degrees & minutes}}
<tr><td>&#123;{coord|43|29|4|N|79|23|0|W}&#125;</td><td>{{coord|43|29|4|N|79|23|0|W}}</td><td>Toronto - degrees, minutes & seconds</td>
{{template example row|43|29|4|N|79|23|0|W|notes=Toronto - degrees, minutes & seconds}}
<tr><td>&#123;{coord|55.752222|N|37.615556|E}&#125;</td><td>{{coord|55.752222|N|37.615556|E}}</td><td>Moscow - N & E</td>
{{template example row|55.752222|N|37.615556|E|notes=Moscow - N & E}}
<tr><td>&#123;{coord|33|55|S|18|25|E}&#125;</td><td>{{coord|33|55|S|18|25|E}}</td><td>Capetown - S & E</td>
{{template example row|33|55|S|18|25|E|notes=Capetown - S & E}}
<tr><td>&#123;{coord|22|54|30|S|43|14|37|W}&#125;</td><td>{{coord|22|54|30|S|43|14|37|W}}</td><td>Rio - S & W</td>
{{template example row|22|54|30|S|43|14|37|W|notes=Rio - S & W}}
<tr><td>&#123;{coord|22|S|43|W}&#125;</td><td>{{coord|22|S|43|W}}</td><td>A [[Degree Confluence Project|degree confluence]]</td>
{{template example row|22|S|43|W|notes=A [[Degree Confluence Project|degree confluence]]}}
</table>
</table>


==Class names==
==Class names==
The class names '''geo''', '''latitude''' and '''longitude''' are used to generate the microformat and '''MUST NOT''' be changed.
The class names '''geo''', '''latitude''' and '''longitude''' are used to generate the microformat and '''MUST NOT''' be changed.

Revision as of 06:01, 7 April 2007

Purpose

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 WGS84 geographical coordinates (latitude;longitude) on Earth, which can be entered in either decimal notation, or degrees/minutes/seconds parameters, with the appropriate precision.

It links to Template:Coor URL, then displays the coordinates.

The template outputs data in:

  • Degree/minutes/seconds ("DMS", precision is degrees, or degrees/minutes, or degrees/minutes/seconds, based on input)
  • Decimal (precision by number of decimal places, based on input)

This single template supersedes {{coor d}}, {{coor dm}}, and {{coor dms}}. It is hoped that, in future, it will supersede the similar {{coor title dms}} and {{coor at dms}} template families.

{{coord}} will also be used by tools which parse the raw Wikipedia database dumps. It must not be modified without reference to that project [link needed].

See also Wikipedia:WikiProject Geographical coordinates.

Display

By default coordinates are displayed in the format in which they are specified.

To always display coordinates as DMS values, add this to your your monobook.css:

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

To always display coordinates as decimal values, add this to your monobook.css:

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

To display coordinates in both formats, add this to your monobook.css:

.geo-default { display: inline } .geo-nondefault { display: inline }
.geo-dec { display: inline } .geo-dms { display: inline }
.geo-multi-punct { display: inline }

See also 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

(These are live geo-microformats and should be detected on this page by parsers)

Template:Template example rowTemplate:Template example rowTemplate:Template example rowTemplate:Template example rowTemplate:Template example rowTemplate:Template example rowTemplate:Template example rowTemplate:Template example rowTemplate:Template example rowTemplate:Template example row

Class names

The class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed.