Template:Coord how-to: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Stepheng3
rm non-geographical coordinate guidance -- this is a detail that needs more careful coverage than can be provided here
Ookami (talk | contribs)
m 117 revisions imported
 
(67 intermediate revisions by 31 users not shown)
Line 1: Line 1:
{| class="wikitable {{{class|}}}" style="background:#f5fffa; {{{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;">
! style="background:#cef2e0;"| {{tnavbar-header|1= {{{title|Quick "how to"}}} |2=Coord_how-to}}
{{{{{navbar|navbar-header}}}|1= {{{title|Quick how to}}} |2=Coord_how-to}}
|-
</div><!--end header -->
| To add '''57°18′22"N 4°27′32"W''' to the top of an article, use
<div style="border-bottom: 1px solid #a2a9b1; padding: 0.2em 0.4em;">
:'''<nowiki>{{coord|57|18|22|N|4|27|32|W|display=title}}</nowiki>'''
To add {{Coord|57|18|22|N|4|27|32|W}} to the top of an article, use {{Tl|Coord}}, thus:
These coordinates are in <span style="text-decoration:underline;">degrees</span> | <span style="text-decoration:underline;">minutes</span> | <span style="text-decoration:underline;">seconds</span> (dms) format.
:'''<code><nowiki>{{Coord|57|18|22|N|4|27|32|W|display=title}}</nowiki></code>'''
|-
These [[Geographic coordinate system|coordinates]] are in [[Degree (angle)|degrees]], [[Minute of arc|minutes]], and seconds of arc.
| To add '''44.112°N 86.913°W''' to the top of an article, use either  
 
:'''<nowiki>{{coord|44.112|N|87.913|W|display=title}}</nowiki>'''
"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.
''or''
</div><!-- end of section 1 -->
:'''<nowiki>{{coord|44.112|-87.913|display=title}}</nowiki>'''
<div style="border-bottom: 1px solid #a2a9b1; padding: 0.2em 0.4em;">
These coordinates are in <span style="text-decoration:underline;">decimal degrees</span>.
To add {{Coord|44.1124|N|87.9130|W}} to the top of an article, use either  
|-
:'''<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''
* Degrees, minutes and seconds are separated by [[Vertical bar|a pipe ("|")]].
:'''<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)
These coordinates are in [[Decimal fraction|decimal]] degrees.
</div><!-- end of section 2 -->
<div style="border-bottom: 1px solid #a2a9b1; padding: 0.2em 0.4em;">
* Degrees, minutes and seconds, when used, must each be separated by a [[Vertical bar|pipe ("|")]].
* [[Geodetic datum|Map datum]] must be [[WGS84]] (except for off-Earth bodies).
* Avoid [[Wikipedia:WikiProject Geographical coordinates#Precision guidelines|excessive precision]] (0.0001° is <11 m, 1″ is <31 m).
* Maintain [[MOS:UNCERTAINTY|consistency]] of decimal places or minutes/seconds between latitude and longitude.
* Latitude (N/S) must appear before longitude (E/W).
* Latitude (N/S) must appear before longitude (E/W).
* [[Geodetic system|Map datum]] should be WGS84.
</div><!-- end of section 3 -->
* To display the coordinates in the article as well, use <code>display=inline,title</code> instead of <code>display=title</code>.
<div style="border-bottom: 1px solid #a2a9b1; padding: 0.2em 0.4em;">
* Avoid [[Wikipedia:WikiProject Geographical coordinates#Precision|excessive precision]] (0.0001° is <11 m, 1′′ is <31 m).
Optional coordinate parameters follow the longitude and are separated by [[Underscore|an underscore ("_")]]:<br />
|-
*[[Template:Coord#dim:D|dim]]: <code>dim:</code>'''''N''''' (viewing <u>d</u>iameter <u>i</u>n <u>m</u>etres)
|Optional coordinate parameters are separated by [[Underscore|an underscore ("_")]]:<br />
*[[Template:Coord#region:R|region]]: <code>region:</code>'''''R''''' ([[ISO 3166-1 alpha-2]] or [[ISO 3166-2]] code)
*[[Template:Coord#dim:D|dim]]: <code>dim:N</code> (diameter in meters)
*[[Template:Coord#type:T|type]]: <code>type:</code>'''''T''''' (<code>landmark</code> or <code>city(30,000)</code>, for example)
*[[Template:Coord#region:R|region]]: <code>region:XX</code> ([[ISO 3166-1 alpha-2]] or [[ISO 3166-2]] code)
 
*[[Template:Coord#type:T|type]]: <code>type:XXX</code> (<code>landmark</code> or <code>city</code>, for example)
Other optional parameters are separated by [[Vertical bar|a pipe ("|")]]:<br />
|-
*[[Template:Coord#Display|display]]
|Other optional parameters are separated by [[Vertical bar|a pipe ("|")]]:<br />
*: {{Para|display|inline}} (the default) to display in the body of the article only,
*[[Template:Coord#Display|display]]: <code>display=inline,title</code> or variant
*: {{Para|display|title}} to display at the top of the article only, or
*[[Template:Coord#Name|name]]: <code>name=Xxxx</code>
*: {{Para|display|inline,title}} to display in both places.
Full example: '''<nowiki>{{coord|44.117|-87.913|dim:30_region:US-WI_type:landmark|display=inline,title|name=Klann Road}}</nowiki>'''
*[[Template:Coord#Name|name]]
|-
*: <code>name=</code>'''''X''''' to label the place on maps (default is [[mw:Help:Magic words#Page names|PAGENAME]])
|
Thus: '''<code><nowiki>{{Coord|44.1172|-87.9135|dim:30_region:US-WI_type:event</nowiki></code>'''
* For full detail, refer to {{tl|Coord/doc}}.
::'''<code><nowiki>|display=inline,title|name=accident site}}</nowiki></code>'''
* Further guidance: [[Wikipedia:Obtaining geographic coordinates|obtaining coordinates]], [[Geographic coordinate conversion|converting coordinates]]
 
|}<noinclude>
Use {{Para|display|title}} (or {{Para|display|inline,title}}) once per article, for the subject of the article, where appropriate.
[[Category:WikiProject Geographical coordinates]]</noinclude>
</div><!-- end of section 4 -->
<div style="padding: 0.2em 0.4em;">
* Per [[WP:ORDER]], the template is placed in articles after any [[Wikipedia:Navigation template|navigation templates]], but before all [[Wikipedia:Categorization|Categories]], including the {{tl|DEFAULTSORT}} template.
* For full details, refer to {{tl|Coord/doc}}.
* Additional guidance is available: [[Wikipedia:Obtaining geographic coordinates|obtaining coordinates]], [[Geographic coordinate conversion|converting coordinates]]
</div><!-- end of section 5 -->
</div>
<noinclude>
{{documentation}}
[[Category:WikiProject Geographical coordinates]]
 
 
</noinclude>

Latest revision as of 01:08, 3 September 2020

Quick how to

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 ("_"):

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.