Template:UF-coord-classes

From Linguistic Team International Wiki
Revision as of 18:27, 10 August 2015 by Ray (talk | contribs) (Created page with "By default coordinates are displayed in the format in which they are specified. To always display coordinates as DMS values, add this to Special:Mypage/monobook.css|your mo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

By default coordinates are displayed in the format in which they are specified.

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

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

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

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

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

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

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].)

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