Template:Coord/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Quarl
Examples: «72 words changed» ex
meta>Quarl
Purpose: «+"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 {
Line 14: Line 14:
** [[Image:Geo-microformat-button.png|button to indicate the presence of a Geo microformat|This button indicates the presence of a Geo microformat on a page]] A computer-readable [[Geo (microformat)|Geo microformat]].
** [[Image:Geo-microformat-button.png|button to indicate the presence of a Geo microformat|This button indicates the presence of a Geo microformat on a page]] A computer-readable [[Geo (microformat)|Geo microformat]].


By default coordinates are displayed in DMS. To display coordinates as decimal values, add this to [[Special:Mypage/monobook.css|your monobook.css]]:
By default coordinates are displayed in the format in which they are specified.


:<code>.geo-default { display: none } .geo-dec { display: inline } .geo-dms { display: none }</code>
To always display coordinates as DMS values, add this to your [[Special:Mypage/monobook.css|your monobook.css]]:
:<code>.geo-default { display: inline } .geo-nondefault { display: inline } <br />.geo-dec { display: none }   .geo-dms { display: inline }</code>
 
To always display coordinates as decimal values, add this to [[Special:Mypage/monobook.css|your monobook.css]]:
:<code>.geo-default { display: inline } .geo-nondefault { display: inline }<br />.geo-dec { display: inline } .geo-dms { display: none }</code>


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

Revision as of 10:38, 4 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:

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 }

This single template supersedes {{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

(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 row

Class names

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