کينډۍ:Coord/link

د ويکيپېډيا، وړیا پوهنغونډ له خوا

{{{dms-long}}} {{{dms-lat}}} / اصطلاحي تېروتنه: د ناپېژندلې ليکنښې لوښه "{". اصطلاحي تېروتنه: د ناپېژندلې ليکنښې لوښه "{". / {{{dec-long}}};{{{dec-lat}}}

Documentation icon کينډۍ لاسوند[کتل] [سمول] [پېښليک] [حافظه سپينول]

This template, {{Coord/link}}, is used by {{Coord}}.

Examples[سمول]

{{coord|10|N|30|W}}۱۰° شمال ۳۰° لویدیځ / 10°شمال 30°لويديځ / 10; -30
{{coord|10|11|N|30|31|W}}۱۰°۱۱′ شمال ۳۰°۳۱′ لویدیځ / 10.183°شمال 30.517°لويديځ / 10.183; -30.517
{{coord|10|11|12|N|30|31|32|W}}۱۰°۱۱′۱۲″ شمال ۳۰°۳۱′۳۲″ لویدیځ / 10.18667°شمال 30.52556°لويديځ / 10.18667; -30.52556

Notes on classes[سمول]

Note: the span classes "geo-default", "geo-dec", and "geo-dms" are defined at http://en.wikipedia.org/wiki/MediaWiki:Common.css.

In addition, "geo" and the nested "latitude" and "longitude" have special meaning as a Geo microformat and so might also be used by other templates; see also http://microformats.org/wiki/geo.

Display[سمول]

To always display coordinates as DMS values, add this to your monobook.css:

.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: none }
.geo-dms { display: inline }

To always display coordinates as decimal values, add this to your monobook.css:

.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: none }

To display coordinates in both formats, add this to your monobook.css:

.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: inline }
.geo-multi-punct { display: inline }

If CSS is disabled, or you have an old copy of MediaWiki:Common.css cached, you will see both formats. (You can either clear your cache or manually refresh this URL: [۱].)

To disable display of the blue globe adjacent to coordinates, add this to your monobook.js

var wma_settings = {enabled:false}

Note that this will disable WikiMiniAtlas

See also en:Wikipedia:Manual of Style (dates and numbers)#Geographical coordinates.