Template:Coord/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Pigsonthewing
m (→‎Usage: tweak)
meta>Pigsonthewing
Line 63: Line 63:
{{template example row|22|54|30|S|43|14|37|W|notes=Rio - S & W}}
{{template example row|22|54|30|S|43|14|37|W|notes=Rio - S & W}}
{{template example row|22|S|43|W|notes=A [[Degree Confluence Project|degree confluence]]}}
{{template example row|22|S|43|W|notes=A [[Degree Confluence Project|degree confluence]]}}
{{template example row|52|28|59|N|1|53|37|W|display=inline,title|region:GB_type:city|notes=Birmingham with display and parameter settings}}
<tr><td><code><nowiki>{{coord|52|28|59|N|1|53|37|W
|display=inline,title|region:GB_type:city}}</nowiki></code></td><td>{{coord|52|28|59|N|1|53|37|W|display=inline,title|region:GB_type:city}}</td><td>Birmingham with display and parameter settings; note display in title of this page.</td></tr>
</table>
</table>
{{coord|52|28|59|N|1|53|37|W|display=inline,title|region:GB_type:city}} <!-- works here, not in table, above -->


==Class names==
==Class names==

Revision as of 08:33, 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}}, {{coor dms}}, {{coor at d}}, {{coor at dm}}, {{coor at dms}}, {{coor title d}}, {{coor title dm}}, and {{coor title dms}}

{{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|parameters|display=display}}
{{coord|dd|N/S|dd|E/W|parameters|display=display}}
{{coord|dd|mm|N/S|dd|mm|E/W|parameters|display=display}}
{{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|parameters|display=display}}
  • display, which is optional, can be one of the following:
    • inline (default): display the coordinate inline
    • title: display the coordinate by the article title, right-justified (replaces {{coor title dms}} family)
    • inline,title: display both inline at title (replaces {{coor at dms}} family)

Note: using the title attribute indicates that the coordinates apply to the article, and not just one of (perhaps many) places mentioned in it — so it should only be omitted in the latter case. It will be used to add the article to services such as Google Earth layers.

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
{{coord|52|28|59|N|1|53|37|W |display=inline,title|region:GB_type:city}}Lua error: callParserFunction: function "#coordinates" was not found.Birmingham with display and parameter settings; note display in title of this page.

Class names

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