Template:UF-coord-classes

From Linguistic Team International Wiki

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