Template:Coord how-to: Difference between revisions
meta>TheDJ mNo edit summary |
m 117 revisions imported |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<div class="{{{class|}}}" style="background:#f5fffa; color: #222; margin: 1em 0; border: 1px solid #a2a9b1;{{{style|}}}"> | <div class="{{{class|}}}" style="display:table; background:#f5fffa; color: #222; margin: 1em 0; border: 1px solid #a2a9b1;{{{style|}}}"> | ||
<div style="background:#cef2e0; font-weight:bold; border-bottom: 1px solid #a2a9b1; padding: 0.2em 0.4em;"> | <div style="background:#cef2e0; font-weight:bold; border-bottom: 1px solid #a2a9b1; padding: 0.2em 0.4em;"> | ||
{{{{{navbar|navbar-header}}}|1= {{{title|Quick how to}}} |2=Coord_how-to}} | {{{{{navbar|navbar-header}}}|1= {{{title|Quick how to}}} |2=Coord_how-to}} | ||
Line 11: | Line 11: | ||
</div><!-- end of section 1 --> | </div><!-- end of section 1 --> | ||
<div style="border-bottom: 1px solid #a2a9b1; padding: 0.2em 0.4em;"> | <div style="border-bottom: 1px solid #a2a9b1; padding: 0.2em 0.4em;"> | ||
To add {{Coord|44. | To add {{Coord|44.1124|N|87.9130|W}} to the top of an article, use either | ||
:'''<code><nowiki>{{Coord|44. | :'''<code><nowiki>{{Coord|44.1124|N|87.9130|W|display=title}}</nowiki></code>''' | ||
(which does not require minutes or seconds but does require the user to specify north/ south and east/west) ''or'' | (which does not require minutes or seconds but does require the user to specify north/ south and east/west) ''or'' | ||
:'''<code><nowiki>{{Coord|44. | :'''<code><nowiki>{{Coord|44.1124|-87.9130|display=title}}</nowiki></code>''' | ||
(in which the north and east are presumed by positive values while the south and west are negative ones) | (in which the north and east are presumed by positive values while the south and west are negative ones) | ||
These coordinates are in [[Decimal fraction|decimal]] degrees. | These coordinates are in [[Decimal fraction|decimal]] degrees. | ||
Line 38: | Line 38: | ||
*[[Template:Coord#Name|name]] | *[[Template:Coord#Name|name]] | ||
*: <code>name=</code>'''''X''''' to label the place on maps (default is [[mw:Help:Magic words#Page names|PAGENAME]]) | *: <code>name=</code>'''''X''''' to label the place on maps (default is [[mw:Help:Magic words#Page names|PAGENAME]]) | ||
Thus: '''<code><nowiki>{{Coord|44. | Thus: '''<code><nowiki>{{Coord|44.1172|-87.9135|dim:30_region:US-WI_type:event</nowiki></code>''' | ||
::'''<code><nowiki>|display=inline,title|name=accident site}}</nowiki></code>''' | ::'''<code><nowiki>|display=inline,title|name=accident site}}</nowiki></code>''' | ||
Latest revision as of 01:08, 3 September 2020
To add Lua error: callParserFunction: function "#coordinates" was not found. to the top of an article, use {{Coord}}, thus:
{{Coord|57|18|22|N|4|27|32|W|display=title}}
These coordinates are in degrees, minutes, and seconds of arc.
"title" means that the coordinates will be displayed next to the article's title at the top of the page and before any other text or images.
To add Lua error: callParserFunction: function "#coordinates" was not found. to the top of an article, use either
{{Coord|44.1124|N|87.9130|W|display=title}}
(which does not require minutes or seconds but does require the user to specify north/ south and east/west) or
{{Coord|44.1124|-87.9130|display=title}}
(in which the north and east are presumed by positive values while the south and west are negative ones) These coordinates are in decimal degrees.
- Degrees, minutes and seconds, when used, must each be separated by a pipe ("|").
- Map datum must be WGS84 (except for off-Earth bodies).
- Avoid excessive precision (0.0001° is <11 m, 1″ is <31 m).
- Maintain consistency of decimal places or minutes/seconds between latitude and longitude.
- Latitude (N/S) must appear before longitude (E/W).
Optional coordinate parameters follow the longitude and are separated by an underscore ("_"):
- dim:
dim:
N (viewing diameter in metres) - region:
region:
R (ISO 3166-1 alpha-2 or ISO 3166-2 code) - type:
type:
T (landmark
orcity(30,000)
, for example)
Other optional parameters are separated by a pipe ("|"):
- display
|display=inline
(the default) to display in the body of the article only,|display=title
to display at the top of the article only, or|display=inline,title
to display in both places.
- name
name=
X to label the place on maps (default is PAGENAME)
Thus: {{Coord|44.1172|-87.9135|dim:30_region:US-WI_type:event
|display=inline,title|name=accident site}}
Use |display=title
(or |display=inline,title
) once per article, for the subject of the article, where appropriate.
- Per WP:ORDER, the template is placed in articles after any navigation templates, but before all Categories, including the {{DEFAULTSORT}} template.
- For full details, refer to {{Coord/doc}}.
- Additional guidance is available: obtaining coordinates, converting coordinates