Purpose
Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
- To specify celestial coordinates, use {{Sky}} instead.
- Tag articles which lack coordinates (but need them) with {{Coord missing}}.
- If the subject's location is truly unknown or disputed, note this with {{coord unknown}}.
See also Wikipedia:WikiProject Geographical coordinates.
Features
Latitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the format=
parameter can be used to force display in a particular format.
The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services.
For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript).
By default, coordinates appear "in line" with the adjacent text. However, the display=
parameter can be used to move the coordinates up near the page title—or display them in both places at once.
The template outputs coordinates in three formats:
- Degree/minutes/seconds ("DMS", precision is degrees, or degrees/minutes, or degrees/minutes/seconds, based on input precision).
- Decimal degrees (varying the number of decimal places based on input precision)
- A machine readable Geo microformat.
Logged-in users can customize how coordinates appear in their browsers.
Caveats
The template must not be modified without prior discussion.
Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible.
Superseded templates
This single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage.
Examples:
{{coord|10.2|N|-20.3|E|type:city}} | Replaces {{coor d|10.2|N|-20.3|E|city}} |
{{coord|44.4|-111.1|type:city_region:US|display=inline,title}} | Replaces {{Geolinks-US-cityscale|44.4|-111.1}} |
{{coord|51.01234|-1.56789|type:landmark_region:GB|display=inline,title}} | Replaces {{Geolinks-UK-buildingscale|51.01234|-1.56789}} |
{{coord|-35.5|150.1|type:landmark_region:AU|display=inline,title}} | Replaces {{Mapit-AUS-suburbscale|lat=-35.5|long=150.1}} |
{{coord|12|34|12|N|45|33|45|W|display=title}} | Replaces {{CoorHeader|12|34|12|N|45|33|45|W}} |
Usage
{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}}
The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe "|
" characters, and cannot be preceded or succeeded by spaces.
There are two kinds of parameters, all optional:
- Coordinate parameters are parameters that {{Coord}} passes to the map server. These have the format parameter:value and are separated from each other by the underscore character ( _ ). The supported coordinate parameters are dim:, globe:, region:, scale:, source:, and type:. See coordinate parameters for details and examples.
- Template parameters are parameters used by the {{Coord}} template. These have format parameter=value and are separated from each other by the pipe character ( | ). The supported template parameters are display=, format=, name=, and notes=.
- display= can be one of the following:
display=inline
– Display the coordinate inline (default)display=title
– Display the coordinate at the top of the article, beside the article's title (replaces {{coor title dms}} family)- shortcut:
display=t
- shortcut:
display=inline,title
– Display the coordinate both inline and beside the article's title (replaces {{coor at dms}} family)- shortcut:
display=it
- shortcut:
display=title,inline
has the same effect asdisplay=inline,title
- Note: the
title
attribute indicates that the coordinates apply to the entire article, and not just one of (perhaps many) places mentioned in it — so it should only be omitted in the latter case.
- format= can be used to force dec or dms coordinate display.
format=dec
reformats the coordinates to decimal degrees format.format=dms
reformats the coordinates to degrees | minutes | seconds format.
- name= can be used to annotate inline coordinates for display in map services such as the WikiMiniAtlas. If omitted, the article's title (PAGENAME) is assumed.
- Note: a name= parameter causes {{Coord}} to emit an hCard microformat using that name, even if used within an existing hCard. Do not use when the name is that of a person (e.g for a gravesite), as the generated hCard would be invalid. Also, do not use square brackets in names.
- notes= specifies text to be displayed immediately following the coordinates. This is primarily intended for adding footnotes to coordinates displayed beside the title.
Displaying all coordinate links on one map
The template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats.
Examples
{{coord|43.651234|-79.383333}}
|
==Purpose==
Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
See also Wikipedia:WikiProject Geographical coordinates. FeaturesLatitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services. For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript). By default, coordinates appear "in line" with the adjacent text. However, the The template outputs coordinates in three formats:
Logged-in users can customize how coordinates appear in their browsers. CaveatsThe template must not be modified without prior discussion. Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible. Superseded templatesThis single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage. Examples:
Usage{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}} The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe " There are two kinds of parameters, all optional:
Displaying all coordinate links on one mapThe template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats. Examples
ReferencesCoordinate parametersThe first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional. type:T{{Wikipedia:WikiProject Geographical coordinates/type:}} scale:N{{Wikipedia:WikiProject Geographical coordinates/scale:}} dim:Dregion:R{{Wikipedia:WikiProject Geographical coordinates/region:}} globe:G{{Wikipedia:WikiProject Geographical coordinates/globe:}} source:S{{Wikipedia:WikiProject Geographical coordinates/source:}} Per-user display customizationIncorrect uses and maintenance categoryThe template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions. A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log. See also: WT:GEO#To do InternalsSee Template:Coord/doc/internals and Category:Coord template. SubtemplatesCoordinates in PDFFor generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
Samples are available at: Class namesThe class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed. Template DataThis template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given. Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: Template loop detected: Template:Coord, Template loop detected: Template:Coord, Template loop detected: Template:Coord Template loop detected: Template:Coord where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": { "1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false } }}</templatedata> |
Toronto – Fully decimal – western hemisphere implied by negation | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{coord|43.65|-79.38}}
|
==Purpose==
Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
See also Wikipedia:WikiProject Geographical coordinates. FeaturesLatitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services. For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript). By default, coordinates appear "in line" with the adjacent text. However, the The template outputs coordinates in three formats:
Logged-in users can customize how coordinates appear in their browsers. CaveatsThe template must not be modified without prior discussion. Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible. Superseded templatesThis single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage. Examples:
Usage{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}} The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe " There are two kinds of parameters, all optional:
Displaying all coordinate links on one mapThe template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats. Examples
ReferencesCoordinate parametersThe first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional. type:T{{Wikipedia:WikiProject Geographical coordinates/type:}} scale:N{{Wikipedia:WikiProject Geographical coordinates/scale:}} dim:Dregion:R{{Wikipedia:WikiProject Geographical coordinates/region:}} globe:G{{Wikipedia:WikiProject Geographical coordinates/globe:}} source:S{{Wikipedia:WikiProject Geographical coordinates/source:}} Per-user display customizationIncorrect uses and maintenance categoryThe template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions. A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log. See also: WT:GEO#To do InternalsSee Template:Coord/doc/internals and Category:Coord template. SubtemplatesCoordinates in PDFFor generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
Samples are available at: Class namesThe class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed. Template DataThis template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given. Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: Template loop detected: Template:Coord, Template loop detected: Template:Coord, Template loop detected: Template:Coord Template loop detected: Template:Coord where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": { "1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false } }}</templatedata> |
Toronto – low precision decimal | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{coord|43.6500|-79.3800}}
|
==Purpose==
Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
See also Wikipedia:WikiProject Geographical coordinates. FeaturesLatitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services. For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript). By default, coordinates appear "in line" with the adjacent text. However, the The template outputs coordinates in three formats:
Logged-in users can customize how coordinates appear in their browsers. CaveatsThe template must not be modified without prior discussion. Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible. Superseded templatesThis single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage. Examples:
Usage{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}} The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe " There are two kinds of parameters, all optional:
Displaying all coordinate links on one mapThe template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats. Examples
ReferencesCoordinate parametersThe first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional. type:T{{Wikipedia:WikiProject Geographical coordinates/type:}} scale:N{{Wikipedia:WikiProject Geographical coordinates/scale:}} dim:Dregion:R{{Wikipedia:WikiProject Geographical coordinates/region:}} globe:G{{Wikipedia:WikiProject Geographical coordinates/globe:}} source:S{{Wikipedia:WikiProject Geographical coordinates/source:}} Per-user display customizationIncorrect uses and maintenance categoryThe template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions. A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log. See also: WT:GEO#To do InternalsSee Template:Coord/doc/internals and Category:Coord template. SubtemplatesCoordinates in PDFFor generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
Samples are available at: Class namesThe class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed. Template DataThis template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given. Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: Template loop detected: Template:Coord, Template loop detected: Template:Coord, Template loop detected: Template:Coord Template loop detected: Template:Coord where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": { "1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false } }}</templatedata> |
Toronto – medium precision decimal with trailing zeroes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{coord|43.651234|N|79.383333|W}}
|
==Purpose==
Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
See also Wikipedia:WikiProject Geographical coordinates. FeaturesLatitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services. For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript). By default, coordinates appear "in line" with the adjacent text. However, the The template outputs coordinates in three formats:
Logged-in users can customize how coordinates appear in their browsers. CaveatsThe template must not be modified without prior discussion. Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible. Superseded templatesThis single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage. Examples:
Usage{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}} The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe " There are two kinds of parameters, all optional:
Displaying all coordinate links on one mapThe template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats. Examples
ReferencesCoordinate parametersThe first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional. type:T{{Wikipedia:WikiProject Geographical coordinates/type:}} scale:N{{Wikipedia:WikiProject Geographical coordinates/scale:}} dim:Dregion:R{{Wikipedia:WikiProject Geographical coordinates/region:}} globe:G{{Wikipedia:WikiProject Geographical coordinates/globe:}} source:S{{Wikipedia:WikiProject Geographical coordinates/source:}} Per-user display customizationIncorrect uses and maintenance categoryThe template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions. A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log. See also: WT:GEO#To do InternalsSee Template:Coord/doc/internals and Category:Coord template. SubtemplatesCoordinates in PDFFor generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
Samples are available at: Class namesThe class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed. Template DataThis template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given. Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: Template loop detected: Template:Coord, Template loop detected: Template:Coord, Template loop detected: Template:Coord Template loop detected: Template:Coord where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": { "1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false } }}</templatedata> |
Toronto – high precision decimal with explicit hemisphere notation | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{coord|43|29|N|79|23|W}}
|
==Purpose==
Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
See also Wikipedia:WikiProject Geographical coordinates. FeaturesLatitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services. For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript). By default, coordinates appear "in line" with the adjacent text. However, the The template outputs coordinates in three formats:
Logged-in users can customize how coordinates appear in their browsers. CaveatsThe template must not be modified without prior discussion. Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible. Superseded templatesThis single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage. Examples:
Usage{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}} The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe " There are two kinds of parameters, all optional:
Displaying all coordinate links on one mapThe template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats. Examples
ReferencesCoordinate parametersThe first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional. type:T{{Wikipedia:WikiProject Geographical coordinates/type:}} scale:N{{Wikipedia:WikiProject Geographical coordinates/scale:}} dim:Dregion:R{{Wikipedia:WikiProject Geographical coordinates/region:}} globe:G{{Wikipedia:WikiProject Geographical coordinates/globe:}} source:S{{Wikipedia:WikiProject Geographical coordinates/source:}} Per-user display customizationIncorrect uses and maintenance categoryThe template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions. A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log. See also: WT:GEO#To do InternalsSee Template:Coord/doc/internals and Category:Coord template. SubtemplatesCoordinates in PDFFor generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
Samples are available at: Class namesThe class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed. Template DataThis template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given. Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: Template loop detected: Template:Coord, Template loop detected: Template:Coord, Template loop detected: Template:Coord Template loop detected: Template:Coord where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": { "1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false } }}</templatedata> |
Toronto – degrees & minutes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{coord|43|29|4|N|79|23|0|W}}
|
==Purpose==
Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
See also Wikipedia:WikiProject Geographical coordinates. FeaturesLatitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services. For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript). By default, coordinates appear "in line" with the adjacent text. However, the The template outputs coordinates in three formats:
Logged-in users can customize how coordinates appear in their browsers. CaveatsThe template must not be modified without prior discussion. Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible. Superseded templatesThis single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage. Examples:
Usage{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}} The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe " There are two kinds of parameters, all optional:
Displaying all coordinate links on one mapThe template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats. Examples
ReferencesCoordinate parametersThe first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional. type:T{{Wikipedia:WikiProject Geographical coordinates/type:}} scale:N{{Wikipedia:WikiProject Geographical coordinates/scale:}} dim:Dregion:R{{Wikipedia:WikiProject Geographical coordinates/region:}} globe:G{{Wikipedia:WikiProject Geographical coordinates/globe:}} source:S{{Wikipedia:WikiProject Geographical coordinates/source:}} Per-user display customizationIncorrect uses and maintenance categoryThe template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions. A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log. See also: WT:GEO#To do InternalsSee Template:Coord/doc/internals and Category:Coord template. SubtemplatesCoordinates in PDFFor generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
Samples are available at: Class namesThe class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed. Template DataThis template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given. Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: Template loop detected: Template:Coord, Template loop detected: Template:Coord, Template loop detected: Template:Coord Template loop detected: Template:Coord where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": { "1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false } }}</templatedata> |
Toronto – degrees, minutes & seconds | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{coord|43|29|4.5|N|79|23|0.5|W}}
|
==Purpose==
Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
See also Wikipedia:WikiProject Geographical coordinates. FeaturesLatitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services. For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript). By default, coordinates appear "in line" with the adjacent text. However, the The template outputs coordinates in three formats:
Logged-in users can customize how coordinates appear in their browsers. CaveatsThe template must not be modified without prior discussion. Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible. Superseded templatesThis single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage. Examples:
Usage{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}} The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe " There are two kinds of parameters, all optional:
Displaying all coordinate links on one mapThe template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats. Examples
ReferencesCoordinate parametersThe first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional. type:T{{Wikipedia:WikiProject Geographical coordinates/type:}} scale:N{{Wikipedia:WikiProject Geographical coordinates/scale:}} dim:Dregion:R{{Wikipedia:WikiProject Geographical coordinates/region:}} globe:G{{Wikipedia:WikiProject Geographical coordinates/globe:}} source:S{{Wikipedia:WikiProject Geographical coordinates/source:}} Per-user display customizationIncorrect uses and maintenance categoryThe template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions. A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log. See also: WT:GEO#To do InternalsSee Template:Coord/doc/internals and Category:Coord template. SubtemplatesCoordinates in PDFFor generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
Samples are available at: Class namesThe class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed. Template DataThis template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given. Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: Template loop detected: Template:Coord, Template loop detected: Template:Coord, Template loop detected: Template:Coord Template loop detected: Template:Coord where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": { "1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false } }}</templatedata> |
Toronto – degrees, minutes, seconds & fractions of seconds | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{coord|55.752222|N|37.615556|E}}
|
==Purpose==
Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
See also Wikipedia:WikiProject Geographical coordinates. FeaturesLatitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services. For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript). By default, coordinates appear "in line" with the adjacent text. However, the The template outputs coordinates in three formats:
Logged-in users can customize how coordinates appear in their browsers. CaveatsThe template must not be modified without prior discussion. Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible. Superseded templatesThis single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage. Examples:
Usage{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}} The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe " There are two kinds of parameters, all optional:
Displaying all coordinate links on one mapThe template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats. Examples
ReferencesCoordinate parametersThe first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional. type:T{{Wikipedia:WikiProject Geographical coordinates/type:}} scale:N{{Wikipedia:WikiProject Geographical coordinates/scale:}} dim:Dregion:R{{Wikipedia:WikiProject Geographical coordinates/region:}} globe:G{{Wikipedia:WikiProject Geographical coordinates/globe:}} source:S{{Wikipedia:WikiProject Geographical coordinates/source:}} Per-user display customizationIncorrect uses and maintenance categoryThe template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions. A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log. See also: WT:GEO#To do InternalsSee Template:Coord/doc/internals and Category:Coord template. SubtemplatesCoordinates in PDFFor generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
Samples are available at: Class namesThe class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed. Template DataThis template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given. Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: Template loop detected: Template:Coord, Template loop detected: Template:Coord, Template loop detected: Template:Coord Template loop detected: Template:Coord where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": { "1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false } }}</templatedata> |
Moscow – N & E | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{coord|55.752222|N|37.615556|E|format=dms}}
|
==Purpose==
Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
See also Wikipedia:WikiProject Geographical coordinates. FeaturesLatitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services. For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript). By default, coordinates appear "in line" with the adjacent text. However, the The template outputs coordinates in three formats:
Logged-in users can customize how coordinates appear in their browsers. CaveatsThe template must not be modified without prior discussion. Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible. Superseded templatesThis single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage. Examples:
Usage{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}} The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe " There are two kinds of parameters, all optional:
Displaying all coordinate links on one mapThe template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats. Examples
ReferencesCoordinate parametersThe first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional. type:T{{Wikipedia:WikiProject Geographical coordinates/type:}} scale:N{{Wikipedia:WikiProject Geographical coordinates/scale:}} dim:Dregion:R{{Wikipedia:WikiProject Geographical coordinates/region:}} globe:G{{Wikipedia:WikiProject Geographical coordinates/globe:}} source:S{{Wikipedia:WikiProject Geographical coordinates/source:}} Per-user display customizationIncorrect uses and maintenance categoryThe template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions. A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log. See also: WT:GEO#To do InternalsSee Template:Coord/doc/internals and Category:Coord template. SubtemplatesCoordinates in PDFFor generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
Samples are available at: Class namesThe class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed. Template DataThis template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given. Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: Template loop detected: Template:Coord, Template loop detected: Template:Coord, Template loop detected: Template:Coord Template loop detected: Template:Coord where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": { "1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false } }}</templatedata> |
Convert to dms format | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{coord|39.098095|-94.587307|format=dms}}
|
==Purpose==
Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
See also Wikipedia:WikiProject Geographical coordinates. FeaturesLatitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services. For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript). By default, coordinates appear "in line" with the adjacent text. However, the The template outputs coordinates in three formats:
Logged-in users can customize how coordinates appear in their browsers. CaveatsThe template must not be modified without prior discussion. Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible. Superseded templatesThis single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage. Examples:
Usage{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}} The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe " There are two kinds of parameters, all optional:
Displaying all coordinate links on one mapThe template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats. Examples
ReferencesCoordinate parametersThe first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional. type:T{{Wikipedia:WikiProject Geographical coordinates/type:}} scale:N{{Wikipedia:WikiProject Geographical coordinates/scale:}} dim:Dregion:R{{Wikipedia:WikiProject Geographical coordinates/region:}} globe:G{{Wikipedia:WikiProject Geographical coordinates/globe:}} source:S{{Wikipedia:WikiProject Geographical coordinates/source:}} Per-user display customizationIncorrect uses and maintenance categoryThe template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions. A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log. See also: WT:GEO#To do InternalsSee Template:Coord/doc/internals and Category:Coord template. SubtemplatesCoordinates in PDFFor generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
Samples are available at: Class namesThe class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed. Template DataThis template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given. Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: Template loop detected: Template:Coord, Template loop detected: Template:Coord, Template loop detected: Template:Coord Template loop detected: Template:Coord where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": { "1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false } }}</templatedata> |
Decimal conversion without N/S/E/W | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{coord|55.752222|N|37.615556|E|format=dec|name=Moscow}}
|
==Purpose==
Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
See also Wikipedia:WikiProject Geographical coordinates. FeaturesLatitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services. For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript). By default, coordinates appear "in line" with the adjacent text. However, the The template outputs coordinates in three formats:
Logged-in users can customize how coordinates appear in their browsers. CaveatsThe template must not be modified without prior discussion. Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible. Superseded templatesThis single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage. Examples:
Usage{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}} The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe " There are two kinds of parameters, all optional:
Displaying all coordinate links on one mapThe template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats. Examples
ReferencesCoordinate parametersThe first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional. type:T{{Wikipedia:WikiProject Geographical coordinates/type:}} scale:N{{Wikipedia:WikiProject Geographical coordinates/scale:}} dim:Dregion:R{{Wikipedia:WikiProject Geographical coordinates/region:}} globe:G{{Wikipedia:WikiProject Geographical coordinates/globe:}} source:S{{Wikipedia:WikiProject Geographical coordinates/source:}} Per-user display customizationIncorrect uses and maintenance categoryThe template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions. A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log. See also: WT:GEO#To do InternalsSee Template:Coord/doc/internals and Category:Coord template. SubtemplatesCoordinates in PDFFor generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
Samples are available at: Class namesThe class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed. Template DataThis template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given. Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: Template loop detected: Template:Coord, Template loop detected: Template:Coord, Template loop detected: Template:Coord Template loop detected: Template:Coord where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": { "1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false } }}</templatedata> |
Convert to decimal and label on some maps | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{coord|33|55|S|18|25|E}}
|
==Purpose==
Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
See also Wikipedia:WikiProject Geographical coordinates. FeaturesLatitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services. For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript). By default, coordinates appear "in line" with the adjacent text. However, the The template outputs coordinates in three formats:
Logged-in users can customize how coordinates appear in their browsers. CaveatsThe template must not be modified without prior discussion. Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible. Superseded templatesThis single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage. Examples:
Usage{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}} The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe " There are two kinds of parameters, all optional:
Displaying all coordinate links on one mapThe template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats. Examples
ReferencesCoordinate parametersThe first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional. type:T{{Wikipedia:WikiProject Geographical coordinates/type:}} scale:N{{Wikipedia:WikiProject Geographical coordinates/scale:}} dim:Dregion:R{{Wikipedia:WikiProject Geographical coordinates/region:}} globe:G{{Wikipedia:WikiProject Geographical coordinates/globe:}} source:S{{Wikipedia:WikiProject Geographical coordinates/source:}} Per-user display customizationIncorrect uses and maintenance categoryThe template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions. A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log. See also: WT:GEO#To do InternalsSee Template:Coord/doc/internals and Category:Coord template. SubtemplatesCoordinates in PDFFor generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
Samples are available at: Class namesThe class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed. Template DataThis template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given. Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: Template loop detected: Template:Coord, Template loop detected: Template:Coord, Template loop detected: Template:Coord Template loop detected: Template:Coord where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": { "1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false } }}</templatedata> |
Cape Town – S & E | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{coord|35|00|N|105|00|E}}
|
==Purpose==
Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
See also Wikipedia:WikiProject Geographical coordinates. FeaturesLatitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services. For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript). By default, coordinates appear "in line" with the adjacent text. However, the The template outputs coordinates in three formats:
Logged-in users can customize how coordinates appear in their browsers. CaveatsThe template must not be modified without prior discussion. Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible. Superseded templatesThis single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage. Examples:
Usage{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}} The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe " There are two kinds of parameters, all optional:
Displaying all coordinate links on one mapThe template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats. Examples
ReferencesCoordinate parametersThe first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional. type:T{{Wikipedia:WikiProject Geographical coordinates/type:}} scale:N{{Wikipedia:WikiProject Geographical coordinates/scale:}} dim:Dregion:R{{Wikipedia:WikiProject Geographical coordinates/region:}} globe:G{{Wikipedia:WikiProject Geographical coordinates/globe:}} source:S{{Wikipedia:WikiProject Geographical coordinates/source:}} Per-user display customizationIncorrect uses and maintenance categoryThe template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions. A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log. See also: WT:GEO#To do InternalsSee Template:Coord/doc/internals and Category:Coord template. SubtemplatesCoordinates in PDFFor generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
Samples are available at: Class namesThe class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed. Template DataThis template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given. Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: Template loop detected: Template:Coord, Template loop detected: Template:Coord, Template loop detected: Template:Coord Template loop detected: Template:Coord where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": { "1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false } }}</templatedata> |
People's Republic of China | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{coord|22|54|30|S|43|14|37|W}}
|
==Purpose==
Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
See also Wikipedia:WikiProject Geographical coordinates. FeaturesLatitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services. For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript). By default, coordinates appear "in line" with the adjacent text. However, the The template outputs coordinates in three formats:
Logged-in users can customize how coordinates appear in their browsers. CaveatsThe template must not be modified without prior discussion. Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible. Superseded templatesThis single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage. Examples:
Usage{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}} The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe " There are two kinds of parameters, all optional:
Displaying all coordinate links on one mapThe template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats. Examples
ReferencesCoordinate parametersThe first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional. type:T{{Wikipedia:WikiProject Geographical coordinates/type:}} scale:N{{Wikipedia:WikiProject Geographical coordinates/scale:}} dim:Dregion:R{{Wikipedia:WikiProject Geographical coordinates/region:}} globe:G{{Wikipedia:WikiProject Geographical coordinates/globe:}} source:S{{Wikipedia:WikiProject Geographical coordinates/source:}} Per-user display customizationIncorrect uses and maintenance categoryThe template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions. A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log. See also: WT:GEO#To do InternalsSee Template:Coord/doc/internals and Category:Coord template. SubtemplatesCoordinates in PDFFor generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
Samples are available at: Class namesThe class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed. Template DataThis template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given. Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: Template loop detected: Template:Coord, Template loop detected: Template:Coord, Template loop detected: Template:Coord Template loop detected: Template:Coord where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": { "1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false } }}</templatedata> |
Rio – S & W | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{coord|22|S|43|W}}
|
==Purpose==
Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
See also Wikipedia:WikiProject Geographical coordinates. FeaturesLatitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services. For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript). By default, coordinates appear "in line" with the adjacent text. However, the The template outputs coordinates in three formats:
Logged-in users can customize how coordinates appear in their browsers. CaveatsThe template must not be modified without prior discussion. Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible. Superseded templatesThis single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage. Examples:
Usage{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}} The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe " There are two kinds of parameters, all optional:
Displaying all coordinate links on one mapThe template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats. Examples
ReferencesCoordinate parametersThe first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional. type:T{{Wikipedia:WikiProject Geographical coordinates/type:}} scale:N{{Wikipedia:WikiProject Geographical coordinates/scale:}} dim:Dregion:R{{Wikipedia:WikiProject Geographical coordinates/region:}} globe:G{{Wikipedia:WikiProject Geographical coordinates/globe:}} source:S{{Wikipedia:WikiProject Geographical coordinates/source:}} Per-user display customizationIncorrect uses and maintenance categoryThe template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions. A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log. See also: WT:GEO#To do InternalsSee Template:Coord/doc/internals and Category:Coord template. SubtemplatesCoordinates in PDFFor generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
Samples are available at: Class namesThe class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed. Template DataThis template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given. Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: Template loop detected: Template:Coord, Template loop detected: Template:Coord, Template loop detected: Template:Coord Template loop detected: Template:Coord where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": { "1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false } }}</templatedata> |
A degree confluence. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{coord|52|28|N|1|55|W|region:GB_type:city|notes=<ref>{{cite web|url=http://www.fallingrain.com/world/UK/0/Birmingham.html|title=Birmingham}}</ref>|display=inline,title}}
|
==Purpose==
Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
See also Wikipedia:WikiProject Geographical coordinates. FeaturesLatitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services. For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript). By default, coordinates appear "in line" with the adjacent text. However, the The template outputs coordinates in three formats:
Logged-in users can customize how coordinates appear in their browsers. CaveatsThe template must not be modified without prior discussion. Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible. Superseded templatesThis single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage. Examples:
Usage{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}} The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe " There are two kinds of parameters, all optional:
Displaying all coordinate links on one mapThe template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats. Examples
ReferencesCoordinate parametersThe first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional. type:T{{Wikipedia:WikiProject Geographical coordinates/type:}} scale:N{{Wikipedia:WikiProject Geographical coordinates/scale:}} dim:Dregion:R{{Wikipedia:WikiProject Geographical coordinates/region:}} globe:G{{Wikipedia:WikiProject Geographical coordinates/globe:}} source:S{{Wikipedia:WikiProject Geographical coordinates/source:}} Per-user display customizationIncorrect uses and maintenance categoryThe template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions. A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log. See also: WT:GEO#To do InternalsSee Template:Coord/doc/internals and Category:Coord template. SubtemplatesCoordinates in PDFFor generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
Samples are available at: Class namesThe class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed. Template DataThis template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given. Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: Template loop detected: Template:Coord, Template loop detected: Template:Coord, Template loop detected: Template:Coord Template loop detected: Template:Coord where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": { "1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false } }}</templatedata> |
Birmingham – with display, notes, and parameter settings; note that these coordinates are also displayed at the top of this page. |
References
Coordinate parameters
The first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional.
type:T
{{Wikipedia:WikiProject Geographical coordinates/type:}}
scale:N
{{Wikipedia:WikiProject Geographical coordinates/scale:}}
dim:D
region:R
{{Wikipedia:WikiProject Geographical coordinates/region:}}
globe:G
{{Wikipedia:WikiProject Geographical coordinates/globe:}}
source:S
{{Wikipedia:WikiProject Geographical coordinates/source:}}
Per-user display customization
Incorrect uses and maintenance category
The template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions.
A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log.
See also: WT:GEO#To do
Internals
See Template:Coord/doc/internals and Category:Coord template.
Subtemplates
Coordinates in PDF
For generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
- Template:Coord/display/title/Print for {{Coord/display/title}}
- Template:Coord/link/Print for {{Coord/link}}
- Template:Coord/display/inline,title/Print for {{Coord/display/inline,title}}
Samples are available at:
Class names
The class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed.
Template Data
This template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given.
Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: ==Purpose== Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
- To specify celestial coordinates, use {{Sky}} instead.
- Tag articles which lack coordinates (but need them) with {{Coord missing}}.
- If the subject's location is truly unknown or disputed, note this with {{coord unknown}}.
See also Wikipedia:WikiProject Geographical coordinates.
Features
Latitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the format=
parameter can be used to force display in a particular format.
The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services.
For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript).
By default, coordinates appear "in line" with the adjacent text. However, the display=
parameter can be used to move the coordinates up near the page title—or display them in both places at once.
The template outputs coordinates in three formats:
- Degree/minutes/seconds ("DMS", precision is degrees, or degrees/minutes, or degrees/minutes/seconds, based on input precision).
- Decimal degrees (varying the number of decimal places based on input precision)
- A machine readable Geo microformat.
Logged-in users can customize how coordinates appear in their browsers.
Caveats
The template must not be modified without prior discussion.
Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible.
Superseded templates
This single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage.
Examples:
{{coord|10.2|N|-20.3|E|type:city}} | Replaces {{coor d|10.2|N|-20.3|E|city}} |
{{coord|44.4|-111.1|type:city_region:US|display=inline,title}} | Replaces {{Geolinks-US-cityscale|44.4|-111.1}} |
{{coord|51.01234|-1.56789|type:landmark_region:GB|display=inline,title}} | Replaces {{Geolinks-UK-buildingscale|51.01234|-1.56789}} |
{{coord|-35.5|150.1|type:landmark_region:AU|display=inline,title}} | Replaces {{Mapit-AUS-suburbscale|lat=-35.5|long=150.1}} |
{{coord|12|34|12|N|45|33|45|W|display=title}} | Replaces {{CoorHeader|12|34|12|N|45|33|45|W}} |
Usage
{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}}
The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe "|
" characters, and cannot be preceded or succeeded by spaces.
There are two kinds of parameters, all optional:
- Coordinate parameters are parameters that {{Coord}} passes to the map server. These have the format parameter:value and are separated from each other by the underscore character ( _ ). The supported coordinate parameters are dim:, globe:, region:, scale:, source:, and type:. See coordinate parameters for details and examples.
- Template parameters are parameters used by the {{Coord}} template. These have format parameter=value and are separated from each other by the pipe character ( | ). The supported template parameters are display=, format=, name=, and notes=.
- display= can be one of the following:
display=inline
– Display the coordinate inline (default)display=title
– Display the coordinate at the top of the article, beside the article's title (replaces {{coor title dms}} family)- shortcut:
display=t
- shortcut:
display=inline,title
– Display the coordinate both inline and beside the article's title (replaces {{coor at dms}} family)- shortcut:
display=it
- shortcut:
display=title,inline
has the same effect asdisplay=inline,title
- Note: the
title
attribute indicates that the coordinates apply to the entire article, and not just one of (perhaps many) places mentioned in it — so it should only be omitted in the latter case.
- format= can be used to force dec or dms coordinate display.
format=dec
reformats the coordinates to decimal degrees format.format=dms
reformats the coordinates to degrees | minutes | seconds format.
- name= can be used to annotate inline coordinates for display in map services such as the WikiMiniAtlas. If omitted, the article's title (PAGENAME) is assumed.
- Note: a name= parameter causes {{Coord}} to emit an hCard microformat using that name, even if used within an existing hCard. Do not use when the name is that of a person (e.g for a gravesite), as the generated hCard would be invalid. Also, do not use square brackets in names.
- notes= specifies text to be displayed immediately following the coordinates. This is primarily intended for adding footnotes to coordinates displayed beside the title.
Displaying all coordinate links on one map
The template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats.
Examples
{{coord|43.651234|-79.383333}}
|
Template loop detected: Template:Coord | Toronto – Fully decimal – western hemisphere implied by negation |
{{coord|43.65|-79.38}}
|
Template loop detected: Template:Coord | Toronto – low precision decimal |
{{coord|43.6500|-79.3800}}
|
Template loop detected: Template:Coord | Toronto – medium precision decimal with trailing zeroes |
{{coord|43.651234|N|79.383333|W}}
|
Template loop detected: Template:Coord | Toronto – high precision decimal with explicit hemisphere notation |
{{coord|43|29|N|79|23|W}}
|
Template loop detected: Template:Coord | Toronto – degrees & minutes |
{{coord|43|29|4|N|79|23|0|W}}
|
Template loop detected: Template:Coord | Toronto – degrees, minutes & seconds |
{{coord|43|29|4.5|N|79|23|0.5|W}}
|
Template loop detected: Template:Coord | Toronto – degrees, minutes, seconds & fractions of seconds |
{{coord|55.752222|N|37.615556|E}}
|
Template loop detected: Template:Coord | Moscow – N & E |
{{coord|55.752222|N|37.615556|E|format=dms}}
|
Template loop detected: Template:Coord | Convert to dms format |
{{coord|39.098095|-94.587307|format=dms}}
|
Template loop detected: Template:Coord | Decimal conversion without N/S/E/W |
{{coord|55.752222|N|37.615556|E|format=dec|name=Moscow}}
|
Template loop detected: Template:Coord | Convert to decimal and label on some maps |
{{coord|33|55|S|18|25|E}}
|
Template loop detected: Template:Coord | Cape Town – S & E |
{{coord|35|00|N|105|00|E}}
|
Template loop detected: Template:Coord | People's Republic of China |
{{coord|22|54|30|S|43|14|37|W}}
|
Template loop detected: Template:Coord | Rio – S & W |
{{coord|22|S|43|W}}
|
Template loop detected: Template:Coord | A degree confluence. |
{{coord|52|28|N|1|55|W|region:GB_type:city|notes=<ref>{{cite web|url=http://www.fallingrain.com/world/UK/0/Birmingham.html|title=Birmingham}}</ref>|display=inline,title}}
|
Template loop detected: Template:Coord | Birmingham – with display, notes, and parameter settings; note that these coordinates are also displayed at the top of this page. |
References
Coordinate parameters
The first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional.
type:T
{{Wikipedia:WikiProject Geographical coordinates/type:}}
scale:N
{{Wikipedia:WikiProject Geographical coordinates/scale:}}
dim:D
region:R
{{Wikipedia:WikiProject Geographical coordinates/region:}}
globe:G
{{Wikipedia:WikiProject Geographical coordinates/globe:}}
source:S
{{Wikipedia:WikiProject Geographical coordinates/source:}}
Per-user display customization
Incorrect uses and maintenance category
The template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions.
A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log.
See also: WT:GEO#To do
Internals
See Template:Coord/doc/internals and Category:Coord template.
Subtemplates
Coordinates in PDF
For generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
- Template:Coord/display/title/Print for {{Coord/display/title}}
- Template:Coord/link/Print for {{Coord/link}}
- Template:Coord/display/inline,title/Print for {{Coord/display/inline,title}}
Samples are available at:
Class names
The class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed.
Template Data
This template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given.
Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: Template loop detected: Template:Coord, Template loop detected: Template:Coord, Template loop detected: Template:Coord Template loop detected: Template:Coord where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": {
"1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false }
}}</templatedata>, ==Purpose== Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
- To specify celestial coordinates, use {{Sky}} instead.
- Tag articles which lack coordinates (but need them) with {{Coord missing}}.
- If the subject's location is truly unknown or disputed, note this with {{coord unknown}}.
See also Wikipedia:WikiProject Geographical coordinates.
Features
Latitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the format=
parameter can be used to force display in a particular format.
The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services.
For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript).
By default, coordinates appear "in line" with the adjacent text. However, the display=
parameter can be used to move the coordinates up near the page title—or display them in both places at once.
The template outputs coordinates in three formats:
- Degree/minutes/seconds ("DMS", precision is degrees, or degrees/minutes, or degrees/minutes/seconds, based on input precision).
- Decimal degrees (varying the number of decimal places based on input precision)
- A machine readable Geo microformat.
Logged-in users can customize how coordinates appear in their browsers.
Caveats
The template must not be modified without prior discussion.
Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible.
Superseded templates
This single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage.
Examples:
{{coord|10.2|N|-20.3|E|type:city}} | Replaces {{coor d|10.2|N|-20.3|E|city}} |
{{coord|44.4|-111.1|type:city_region:US|display=inline,title}} | Replaces {{Geolinks-US-cityscale|44.4|-111.1}} |
{{coord|51.01234|-1.56789|type:landmark_region:GB|display=inline,title}} | Replaces {{Geolinks-UK-buildingscale|51.01234|-1.56789}} |
{{coord|-35.5|150.1|type:landmark_region:AU|display=inline,title}} | Replaces {{Mapit-AUS-suburbscale|lat=-35.5|long=150.1}} |
{{coord|12|34|12|N|45|33|45|W|display=title}} | Replaces {{CoorHeader|12|34|12|N|45|33|45|W}} |
Usage
{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}}
The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe "|
" characters, and cannot be preceded or succeeded by spaces.
There are two kinds of parameters, all optional:
- Coordinate parameters are parameters that {{Coord}} passes to the map server. These have the format parameter:value and are separated from each other by the underscore character ( _ ). The supported coordinate parameters are dim:, globe:, region:, scale:, source:, and type:. See coordinate parameters for details and examples.
- Template parameters are parameters used by the {{Coord}} template. These have format parameter=value and are separated from each other by the pipe character ( | ). The supported template parameters are display=, format=, name=, and notes=.
- display= can be one of the following:
display=inline
– Display the coordinate inline (default)display=title
– Display the coordinate at the top of the article, beside the article's title (replaces {{coor title dms}} family)- shortcut:
display=t
- shortcut:
display=inline,title
– Display the coordinate both inline and beside the article's title (replaces {{coor at dms}} family)- shortcut:
display=it
- shortcut:
display=title,inline
has the same effect asdisplay=inline,title
- Note: the
title
attribute indicates that the coordinates apply to the entire article, and not just one of (perhaps many) places mentioned in it — so it should only be omitted in the latter case.
- format= can be used to force dec or dms coordinate display.
format=dec
reformats the coordinates to decimal degrees format.format=dms
reformats the coordinates to degrees | minutes | seconds format.
- name= can be used to annotate inline coordinates for display in map services such as the WikiMiniAtlas. If omitted, the article's title (PAGENAME) is assumed.
- Note: a name= parameter causes {{Coord}} to emit an hCard microformat using that name, even if used within an existing hCard. Do not use when the name is that of a person (e.g for a gravesite), as the generated hCard would be invalid. Also, do not use square brackets in names.
- notes= specifies text to be displayed immediately following the coordinates. This is primarily intended for adding footnotes to coordinates displayed beside the title.
Displaying all coordinate links on one map
The template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats.
Examples
{{coord|43.651234|-79.383333}}
|
Template loop detected: Template:Coord | Toronto – Fully decimal – western hemisphere implied by negation |
{{coord|43.65|-79.38}}
|
Template loop detected: Template:Coord | Toronto – low precision decimal |
{{coord|43.6500|-79.3800}}
|
Template loop detected: Template:Coord | Toronto – medium precision decimal with trailing zeroes |
{{coord|43.651234|N|79.383333|W}}
|
Template loop detected: Template:Coord | Toronto – high precision decimal with explicit hemisphere notation |
{{coord|43|29|N|79|23|W}}
|
Template loop detected: Template:Coord | Toronto – degrees & minutes |
{{coord|43|29|4|N|79|23|0|W}}
|
Template loop detected: Template:Coord | Toronto – degrees, minutes & seconds |
{{coord|43|29|4.5|N|79|23|0.5|W}}
|
Template loop detected: Template:Coord | Toronto – degrees, minutes, seconds & fractions of seconds |
{{coord|55.752222|N|37.615556|E}}
|
Template loop detected: Template:Coord | Moscow – N & E |
{{coord|55.752222|N|37.615556|E|format=dms}}
|
Template loop detected: Template:Coord | Convert to dms format |
{{coord|39.098095|-94.587307|format=dms}}
|
Template loop detected: Template:Coord | Decimal conversion without N/S/E/W |
{{coord|55.752222|N|37.615556|E|format=dec|name=Moscow}}
|
Template loop detected: Template:Coord | Convert to decimal and label on some maps |
{{coord|33|55|S|18|25|E}}
|
Template loop detected: Template:Coord | Cape Town – S & E |
{{coord|35|00|N|105|00|E}}
|
Template loop detected: Template:Coord | People's Republic of China |
{{coord|22|54|30|S|43|14|37|W}}
|
Template loop detected: Template:Coord | Rio – S & W |
{{coord|22|S|43|W}}
|
Template loop detected: Template:Coord | A degree confluence. |
{{coord|52|28|N|1|55|W|region:GB_type:city|notes=<ref>{{cite web|url=http://www.fallingrain.com/world/UK/0/Birmingham.html|title=Birmingham}}</ref>|display=inline,title}}
|
Template loop detected: Template:Coord | Birmingham – with display, notes, and parameter settings; note that these coordinates are also displayed at the top of this page. |
References
Coordinate parameters
The first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional.
type:T
{{Wikipedia:WikiProject Geographical coordinates/type:}}
scale:N
{{Wikipedia:WikiProject Geographical coordinates/scale:}}
dim:D
region:R
{{Wikipedia:WikiProject Geographical coordinates/region:}}
globe:G
{{Wikipedia:WikiProject Geographical coordinates/globe:}}
source:S
{{Wikipedia:WikiProject Geographical coordinates/source:}}
Per-user display customization
Incorrect uses and maintenance category
The template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions.
A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log.
See also: WT:GEO#To do
Internals
See Template:Coord/doc/internals and Category:Coord template.
Subtemplates
Coordinates in PDF
For generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
- Template:Coord/display/title/Print for {{Coord/display/title}}
- Template:Coord/link/Print for {{Coord/link}}
- Template:Coord/display/inline,title/Print for {{Coord/display/inline,title}}
Samples are available at:
Class names
The class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed.
Template Data
This template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given.
Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: Template loop detected: Template:Coord, Template loop detected: Template:Coord, Template loop detected: Template:Coord Template loop detected: Template:Coord where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": {
"1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false }
}}</templatedata>, ==Purpose== Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
- To specify celestial coordinates, use {{Sky}} instead.
- Tag articles which lack coordinates (but need them) with {{Coord missing}}.
- If the subject's location is truly unknown or disputed, note this with {{coord unknown}}.
See also Wikipedia:WikiProject Geographical coordinates.
Features
Latitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the format=
parameter can be used to force display in a particular format.
The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services.
For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript).
By default, coordinates appear "in line" with the adjacent text. However, the display=
parameter can be used to move the coordinates up near the page title—or display them in both places at once.
The template outputs coordinates in three formats:
- Degree/minutes/seconds ("DMS", precision is degrees, or degrees/minutes, or degrees/minutes/seconds, based on input precision).
- Decimal degrees (varying the number of decimal places based on input precision)
- A machine readable Geo microformat.
Logged-in users can customize how coordinates appear in their browsers.
Caveats
The template must not be modified without prior discussion.
Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible.
Superseded templates
This single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage.
Examples:
{{coord|10.2|N|-20.3|E|type:city}} | Replaces {{coor d|10.2|N|-20.3|E|city}} |
{{coord|44.4|-111.1|type:city_region:US|display=inline,title}} | Replaces {{Geolinks-US-cityscale|44.4|-111.1}} |
{{coord|51.01234|-1.56789|type:landmark_region:GB|display=inline,title}} | Replaces {{Geolinks-UK-buildingscale|51.01234|-1.56789}} |
{{coord|-35.5|150.1|type:landmark_region:AU|display=inline,title}} | Replaces {{Mapit-AUS-suburbscale|lat=-35.5|long=150.1}} |
{{coord|12|34|12|N|45|33|45|W|display=title}} | Replaces {{CoorHeader|12|34|12|N|45|33|45|W}} |
Usage
{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}}
The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe "|
" characters, and cannot be preceded or succeeded by spaces.
There are two kinds of parameters, all optional:
- Coordinate parameters are parameters that {{Coord}} passes to the map server. These have the format parameter:value and are separated from each other by the underscore character ( _ ). The supported coordinate parameters are dim:, globe:, region:, scale:, source:, and type:. See coordinate parameters for details and examples.
- Template parameters are parameters used by the {{Coord}} template. These have format parameter=value and are separated from each other by the pipe character ( | ). The supported template parameters are display=, format=, name=, and notes=.
- display= can be one of the following:
display=inline
– Display the coordinate inline (default)display=title
– Display the coordinate at the top of the article, beside the article's title (replaces {{coor title dms}} family)- shortcut:
display=t
- shortcut:
display=inline,title
– Display the coordinate both inline and beside the article's title (replaces {{coor at dms}} family)- shortcut:
display=it
- shortcut:
display=title,inline
has the same effect asdisplay=inline,title
- Note: the
title
attribute indicates that the coordinates apply to the entire article, and not just one of (perhaps many) places mentioned in it — so it should only be omitted in the latter case.
- format= can be used to force dec or dms coordinate display.
format=dec
reformats the coordinates to decimal degrees format.format=dms
reformats the coordinates to degrees | minutes | seconds format.
- name= can be used to annotate inline coordinates for display in map services such as the WikiMiniAtlas. If omitted, the article's title (PAGENAME) is assumed.
- Note: a name= parameter causes {{Coord}} to emit an hCard microformat using that name, even if used within an existing hCard. Do not use when the name is that of a person (e.g for a gravesite), as the generated hCard would be invalid. Also, do not use square brackets in names.
- notes= specifies text to be displayed immediately following the coordinates. This is primarily intended for adding footnotes to coordinates displayed beside the title.
Displaying all coordinate links on one map
The template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats.
Examples
{{coord|43.651234|-79.383333}}
|
Template loop detected: Template:Coord | Toronto – Fully decimal – western hemisphere implied by negation |
{{coord|43.65|-79.38}}
|
Template loop detected: Template:Coord | Toronto – low precision decimal |
{{coord|43.6500|-79.3800}}
|
Template loop detected: Template:Coord | Toronto – medium precision decimal with trailing zeroes |
{{coord|43.651234|N|79.383333|W}}
|
Template loop detected: Template:Coord | Toronto – high precision decimal with explicit hemisphere notation |
{{coord|43|29|N|79|23|W}}
|
Template loop detected: Template:Coord | Toronto – degrees & minutes |
{{coord|43|29|4|N|79|23|0|W}}
|
Template loop detected: Template:Coord | Toronto – degrees, minutes & seconds |
{{coord|43|29|4.5|N|79|23|0.5|W}}
|
Template loop detected: Template:Coord | Toronto – degrees, minutes, seconds & fractions of seconds |
{{coord|55.752222|N|37.615556|E}}
|
Template loop detected: Template:Coord | Moscow – N & E |
{{coord|55.752222|N|37.615556|E|format=dms}}
|
Template loop detected: Template:Coord | Convert to dms format |
{{coord|39.098095|-94.587307|format=dms}}
|
Template loop detected: Template:Coord | Decimal conversion without N/S/E/W |
{{coord|55.752222|N|37.615556|E|format=dec|name=Moscow}}
|
Template loop detected: Template:Coord | Convert to decimal and label on some maps |
{{coord|33|55|S|18|25|E}}
|
Template loop detected: Template:Coord | Cape Town – S & E |
{{coord|35|00|N|105|00|E}}
|
Template loop detected: Template:Coord | People's Republic of China |
{{coord|22|54|30|S|43|14|37|W}}
|
Template loop detected: Template:Coord | Rio – S & W |
{{coord|22|S|43|W}}
|
Template loop detected: Template:Coord | A degree confluence. |
{{coord|52|28|N|1|55|W|region:GB_type:city|notes=<ref>{{cite web|url=http://www.fallingrain.com/world/UK/0/Birmingham.html|title=Birmingham}}</ref>|display=inline,title}}
|
Template loop detected: Template:Coord | Birmingham – with display, notes, and parameter settings; note that these coordinates are also displayed at the top of this page. |
References
Coordinate parameters
The first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional.
type:T
{{Wikipedia:WikiProject Geographical coordinates/type:}}
scale:N
{{Wikipedia:WikiProject Geographical coordinates/scale:}}
dim:D
region:R
{{Wikipedia:WikiProject Geographical coordinates/region:}}
globe:G
{{Wikipedia:WikiProject Geographical coordinates/globe:}}
source:S
{{Wikipedia:WikiProject Geographical coordinates/source:}}
Per-user display customization
Incorrect uses and maintenance category
The template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions.
A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log.
See also: WT:GEO#To do
Internals
See Template:Coord/doc/internals and Category:Coord template.
Subtemplates
Coordinates in PDF
For generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
- Template:Coord/display/title/Print for {{Coord/display/title}}
- Template:Coord/link/Print for {{Coord/link}}
- Template:Coord/display/inline,title/Print for {{Coord/display/inline,title}}
Samples are available at:
Class names
The class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed.
Template Data
This template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given.
Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: Template loop detected: Template:Coord, Template loop detected: Template:Coord, Template loop detected: Template:Coord Template loop detected: Template:Coord where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": {
"1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false }
}}</templatedata> ==Purpose== Template:Tld provides a standard notation for encoding locations by their latitude and longitude coordinates. It is primarily for specifying the WGS84 geographic coordinates of locations on Earth, at the same time emitting a machine-readable Geo microformat. However, it can also encode locations on natural satellites, dwarf planets, and planets other than Earth.
- To specify celestial coordinates, use {{Sky}} instead.
- Tag articles which lack coordinates (but need them) with {{Coord missing}}.
- If the subject's location is truly unknown or disputed, note this with {{coord unknown}}.
See also Wikipedia:WikiProject Geographical coordinates.
Features
Latitude and longitude may be specified (with appropriate precision) either in decimal notation or as degrees/minutes/seconds. By default, coordinates appear in the format used to specify them. However, the format=
parameter can be used to force display in a particular format.
The template displays the formatted coordinates with a hyperlink to GeoHack. GeoHack displays information customized to the location, including links to external mapping services.
For terrestrial locations, a blue globe (File:Erioll world.svg) appears to the left of the hyperlink. Clicking on the globe activates the WikiMiniAtlas (requires JavaScript).
By default, coordinates appear "in line" with the adjacent text. However, the display=
parameter can be used to move the coordinates up near the page title—or display them in both places at once.
The template outputs coordinates in three formats:
- Degree/minutes/seconds ("DMS", precision is degrees, or degrees/minutes, or degrees/minutes/seconds, based on input precision).
- Decimal degrees (varying the number of decimal places based on input precision)
- A machine readable Geo microformat.
Logged-in users can customize how coordinates appear in their browsers.
Caveats
The template must not be modified without prior discussion.
Tools which read Wikipedia database dumps (such as Google Earth) often ignore inline coordinates. To ensure that coordinates are seen by these tools, one set should be displayed beside the title. See How do I get my Wikipedia article to show up in the Google Earth Geographic Web layer?. However, if multiple title coordinates appear on a single page, they will overlap, making them illegible.
Superseded templates
This single template supersedes {{coor d}}, (and others in that family which have since been redirected to it), plus the Geolinks and Mapit templates. Most parameters can be used as before – see Usage.
Examples:
{{coord|10.2|N|-20.3|E|type:city}} | Replaces {{coor d|10.2|N|-20.3|E|city}} |
{{coord|44.4|-111.1|type:city_region:US|display=inline,title}} | Replaces {{Geolinks-US-cityscale|44.4|-111.1}} |
{{coord|51.01234|-1.56789|type:landmark_region:GB|display=inline,title}} | Replaces {{Geolinks-UK-buildingscale|51.01234|-1.56789}} |
{{coord|-35.5|150.1|type:landmark_region:AU|display=inline,title}} | Replaces {{Mapit-AUS-suburbscale|lat=-35.5|long=150.1}} |
{{coord|12|34|12|N|45|33|45|W|display=title}} | Replaces {{CoorHeader|12|34|12|N|45|33|45|W}} |
Usage
{{coord|latitude|longitude|coordinate parameters|template parameters}} {{coord|dd|N/S|dd|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|N/S|dd|mm|E/W|coordinate parameters|template parameters}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|coordinate parameters|template parameters}}
The hemisphere identifiers (N/S) and (E/W), if used, must be adjacent to the enclosing pipe "|
" characters, and cannot be preceded or succeeded by spaces.
There are two kinds of parameters, all optional:
- Coordinate parameters are parameters that {{Coord}} passes to the map server. These have the format parameter:value and are separated from each other by the underscore character ( _ ). The supported coordinate parameters are dim:, globe:, region:, scale:, source:, and type:. See coordinate parameters for details and examples.
- Template parameters are parameters used by the {{Coord}} template. These have format parameter=value and are separated from each other by the pipe character ( | ). The supported template parameters are display=, format=, name=, and notes=.
- display= can be one of the following:
display=inline
– Display the coordinate inline (default)display=title
– Display the coordinate at the top of the article, beside the article's title (replaces {{coor title dms}} family)- shortcut:
display=t
- shortcut:
display=inline,title
– Display the coordinate both inline and beside the article's title (replaces {{coor at dms}} family)- shortcut:
display=it
- shortcut:
display=title,inline
has the same effect asdisplay=inline,title
- Note: the
title
attribute indicates that the coordinates apply to the entire article, and not just one of (perhaps many) places mentioned in it — so it should only be omitted in the latter case.
- format= can be used to force dec or dms coordinate display.
format=dec
reformats the coordinates to decimal degrees format.format=dms
reformats the coordinates to degrees | minutes | seconds format.
- name= can be used to annotate inline coordinates for display in map services such as the WikiMiniAtlas. If omitted, the article's title (PAGENAME) is assumed.
- Note: a name= parameter causes {{Coord}} to emit an hCard microformat using that name, even if used within an existing hCard. Do not use when the name is that of a person (e.g for a gravesite), as the generated hCard would be invalid. Also, do not use square brackets in names.
- notes= specifies text to be displayed immediately following the coordinates. This is primarily intended for adding footnotes to coordinates displayed beside the title.
Displaying all coordinate links on one map
The template {{GeoGroup}} can be used in an article with coordinates. This template creates links to mapping services which display all the coordinates on a single map, and links to other services which allow the coordinates to be used or downloaded in a variety of formats.
Examples
{{coord|43.651234|-79.383333}}
|
Template loop detected: Template:Coord | Toronto – Fully decimal – western hemisphere implied by negation |
{{coord|43.65|-79.38}}
|
Template loop detected: Template:Coord | Toronto – low precision decimal |
{{coord|43.6500|-79.3800}}
|
Template loop detected: Template:Coord | Toronto – medium precision decimal with trailing zeroes |
{{coord|43.651234|N|79.383333|W}}
|
Template loop detected: Template:Coord | Toronto – high precision decimal with explicit hemisphere notation |
{{coord|43|29|N|79|23|W}}
|
Template loop detected: Template:Coord | Toronto – degrees & minutes |
{{coord|43|29|4|N|79|23|0|W}}
|
Template loop detected: Template:Coord | Toronto – degrees, minutes & seconds |
{{coord|43|29|4.5|N|79|23|0.5|W}}
|
Template loop detected: Template:Coord | Toronto – degrees, minutes, seconds & fractions of seconds |
{{coord|55.752222|N|37.615556|E}}
|
Template loop detected: Template:Coord | Moscow – N & E |
{{coord|55.752222|N|37.615556|E|format=dms}}
|
Template loop detected: Template:Coord | Convert to dms format |
{{coord|39.098095|-94.587307|format=dms}}
|
Template loop detected: Template:Coord | Decimal conversion without N/S/E/W |
{{coord|55.752222|N|37.615556|E|format=dec|name=Moscow}}
|
Template loop detected: Template:Coord | Convert to decimal and label on some maps |
{{coord|33|55|S|18|25|E}}
|
Template loop detected: Template:Coord | Cape Town – S & E |
{{coord|35|00|N|105|00|E}}
|
Template loop detected: Template:Coord | People's Republic of China |
{{coord|22|54|30|S|43|14|37|W}}
|
Template loop detected: Template:Coord | Rio – S & W |
{{coord|22|S|43|W}}
|
Template loop detected: Template:Coord | A degree confluence. |
{{coord|52|28|N|1|55|W|region:GB_type:city|notes=<ref>{{cite web|url=http://www.fallingrain.com/world/UK/0/Birmingham.html|title=Birmingham}}</ref>|display=inline,title}}
|
Template loop detected: Template:Coord | Birmingham – with display, notes, and parameter settings; note that these coordinates are also displayed at the top of this page. |
References
Coordinate parameters
The first unnamed parameter following the longitude is an optional string of coordinate parameters, separated by underscores. These parameters help GeoHack select suitable map resources, and they will become more important when Wikimaps becomes fully functional.
type:T
{{Wikipedia:WikiProject Geographical coordinates/type:}}
scale:N
{{Wikipedia:WikiProject Geographical coordinates/scale:}}
dim:D
region:R
{{Wikipedia:WikiProject Geographical coordinates/region:}}
globe:G
{{Wikipedia:WikiProject Geographical coordinates/globe:}}
source:S
{{Wikipedia:WikiProject Geographical coordinates/source:}}
Per-user display customization
Incorrect uses and maintenance category
The template has some input checks built in. Most errors display a bold, red message inline and categorize the article in the hidden maintenance category Pages with malformed coordinate tags. There are currently 0 pages in that category. See the category description for further instructions.
A more thorough daily report of coordinates needing repair is at tools:~dispenser/view/File viewer#log:coord-enwiki.log.
See also: WT:GEO#To do
Internals
See Template:Coord/doc/internals and Category:Coord template.
Subtemplates
Coordinates in PDF
For generating PDF, printed books, and Open Office export format, two templates are substituted for the regular templates:
- Template:Coord/display/title/Print for {{Coord/display/title}}
- Template:Coord/link/Print for {{Coord/link}}
- Template:Coord/display/inline,title/Print for {{Coord/display/inline,title}}
Samples are available at:
Class names
The class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed.
Template Data
This template uses overloading which does not work well with the VisualEditor/TemplateData. Consider using "Edit source" instead of the visual editor until this defect is corrected. To facilitate visual editing in the mean time, consider using {{coordDec}} for signed decimal degrees, {{coordDMS}} when degrees minutes and seconds are specified, and {{coordDM}} when just degrees and minutes are given.
Template:TemplateDataHeader <templatedata>{ "description": "Encodes the latitude and longitude coordinates of a location, provides a link to map of the location. This template does not work well with the Visual Editor, consider using Template:CoordDec for signed decimal degrees, Template:CoordDMS when degrees minutes and seconds are specified Template:CoordDM when only degrees and minutes are specified. To use this template you will need to use positional parameter following one of these schemes: Template loop detected: Template:Coord, Template loop detected: Template:Coord, Template loop detected: Template:Coord Template loop detected: Template:Coord where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": {
"1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false }
}}</templatedata> where D is degrees, M is minutes, S seconds, sD signed decimal degrees, NS is N or S, EW is E or W, opts are named parameter and geo are the coordinate parameters described on the main doc page.", "params": {
"1": { "label": "1", "description": "Either degrees latitude or a signed decimal degrees latitude", "type": "number", "required": true }, "2": { "label": "2", "description": "Either: minutes latitude, signed decimal degrees longitude or 'N' or 'S'.", "type": "string", "required": true }, "3": { "label": "3", "description": "Either: second latitude, degrees longitude, 'N' or 'S' or GeoHack parameters", "type": "string", "required": false }, "4": { "label": "4", "description": "Either: degrees longitude, 'N', 'S', 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "5": { "label": "5", "description": "Either: degrees longitude, minutes longitude or GeoHack parameters", "type": "string", "required": false }, "6": { "label": "6", "description": "Either: minutes longitude, 'E' or 'W' or GeoHack parameters", "type": "string", "required": false }, "7": { "label": "7", "description": "Either second longitude, or GeoHack parameters", "type": "string", "required": false }, "8": { "label": "8", "description": "'E' or 'W'.", "type": "string", "required": false }, "9": { "label": "9", "description": "GeoHack parameters. Example: dim:30_region:US-WI_type:event", "type": "string", "required": false }, "display": { "label": "Display", "description": "Where it is displayed. Can be one of: 'inline' in the body of the article, 'title' at the top of the article or 'inline,title' both", "type": "string", "default": "inline", "required": false }, "name": { "label": "Name", "description": "a label to place on maps (default is PAGENAME)", "type": "string", "required": false }, "notes": { "label": "Notes", "description": "text displayed immediately following the coordinates", "type": "string", "required": false }, "format": { "label": "Format", "description": "How the coordinates are displayed, either 'dec' or 'dms'", "type": "string", "required": false }
}}</templatedata>