الگو:UF-coord-classes: تفاوت میان نسخه‌ها

از ویکی حج
(manual refresh URL: rm http protocol prefix, let user stay with protocol they are using; rm external link icon for internal link)
 
بدون خلاصۀ ویرایش
خط ۱: خط ۱:
To always display coordinates as DMS values, add this to [[Special:Mypage/common.css|your common.css]]:
To always display coordinates as DMS values, add this to [[Special:Mypage/monobook.css|your monobook.css]]:
<pre style="display:table; padding:0.5em; margin-left:1em; border-radius:2px">
:<code>.geo-default { display: inline }<br />.geo-nondefault { display: inline }<br />.geo-dec { display: none }<br />.geo-dms { display: inline }</code>
.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: none }
.geo-dms { display: inline }
</pre>


To always display coordinates as decimal values, add this to [[Special:Mypage/common.css|your common.css]]:
To always display coordinates as decimal values, add this to [[Special:Mypage/monobook.css|your monobook.css]]:
<pre style="display:table; padding:0.5em; margin-left:1em; border-radius:2px">
:<code>.geo-default { display: inline }<br />.geo-nondefault { display: inline }<br />.geo-dec { display: inline }<br />.geo-dms { display: none }</code>
.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: none }
</pre>


To display coordinates in both formats, add this to [[Special:Mypage/common.css|your common.css]]:
To display coordinates in both formats, add this to [[Special:Mypage/monobook.css|your monobook.css]]:
<pre style="display:table; padding:0.5em; margin-left:1em; border-radius:2px">
:<code>.geo-default { display: inline }<br />.geo-nondefault { display: inline }<br />.geo-dec { display: inline }<br />.geo-dms { display: inline }<br />.geo-multi-punct { display: inline }</code>
.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: inline }
.geo-multi-punct { display: inline }
</pre>


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: {{Plain link|url=//en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=2678400}}.)
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: [http://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=2678400].)


To disable display of the blue globe adjacent to coordinates, add this to [[Special:Mypage/common.js|your common.js]]:
To disable display of the blue globe adjacent to coordinates, add this to [[Special:Mypage/monobook.js|your monobook.js]]
<pre style="display:table; padding:0.5em; margin-left:1em; border-radius:2px">
:<code>var wma_settings = {enabled:false}</code>
var wma_settings = {enabled:false}
Note that this will disable [[meta:WikiMiniAtlas|WikiMiniAtlas]]
</pre>
Note that this will disable [[meta:WikiMiniAtlas|WikiMiniAtlas]].


See also [[Wikipedia:Manual of Style (dates and numbers)#Geographical coordinates]].<noinclude>
See also [[:en:Wikipedia:Manual of Style (dates and numbers)#Geographical coordinates]].
<noinclude>


{{توضیحات|content={{الگوهای پیامی میکروفرمت}}}}


[[Category:Coord template]]
[[رده:الگو:پیامی میکروفرمت]]
[[Category:Microformat (uF) message templates]]
[[رده:ویکی‌پروژه مختصات‌دهی]]
[[Category:WikiProject Geographical coordinates|τ]]
</noinclude>
</noinclude>

نسخهٔ ‏۲۹ اکتبر ۲۰۱۵، ساعت ۱۹:۳۸

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.