Կաղապար:Coord/link/doc

Վիքիպեդիայից՝ ազատ հանրագիտարանից

Այս կաղապարը օգտագործվում է {{Coord}} կաղապրում:

Օրինակներ[խմբագրել կոդը]

{{coord|10|N|30|W}}10° հս․. լ. 30° ամ. ե.HGЯO
{{coord|10|11|N|30|31|W}}10°11′ հս․ լ. 30°31′ ամ. ե.HGЯO
{{coord|10|11|12|N|30|31|32|W}}10°11′12″ հս․ լ. 30°31′32″ ամ. ե.HGЯO

Դիսպլեյ[խմբագրել կոդը]

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: [1].)

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 Wikipedia:Manual of Style (dates and numbers)#Geographical coordinates.