<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.hgworld.org/ubw/index.php?action=history&amp;feed=atom&amp;title=Template%3AUF-coord-classes</id>
	<title>Template:UF-coord-classes - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.hgworld.org/ubw/index.php?action=history&amp;feed=atom&amp;title=Template%3AUF-coord-classes"/>
	<link rel="alternate" type="text/html" href="http://www.hgworld.org/ubw/index.php?title=Template:UF-coord-classes&amp;action=history"/>
	<updated>2026-05-05T22:36:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>http://www.hgworld.org/ubw/index.php?title=Template:UF-coord-classes&amp;diff=677&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://www.hgworld.org/ubw/index.php?title=Template:UF-coord-classes&amp;diff=677&amp;oldid=prev"/>
		<updated>2023-01-30T05:33:00Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:33, 29 January 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://www.hgworld.org/ubw/index.php?title=Template:UF-coord-classes&amp;diff=676&amp;oldid=prev</id>
		<title>asdf&gt;Gonnym at 12:04, 30 May 2022</title>
		<link rel="alternate" type="text/html" href="http://www.hgworld.org/ubw/index.php?title=Template:UF-coord-classes&amp;diff=676&amp;oldid=prev"/>
		<updated>2022-05-30T12:04:55Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To always display coordinates as DMS values, add this to [[Special:Mypage/common.css|your common.css]]:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot; style=&amp;quot;display:table; padding:0.5em; margin-left:1em; border-radius:2px&amp;quot;&amp;gt;&lt;br /&gt;
.geo-default { display: inline }&lt;br /&gt;
.geo-nondefault { display: inline }&lt;br /&gt;
.geo-dec { display: none }&lt;br /&gt;
.geo-dms { display: inline }&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To always display coordinates as decimal values, add this to [[Special:Mypage/common.css|your common.css]]:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot; style=&amp;quot;display:table; padding:0.5em; margin-left:1em; border-radius:2px&amp;quot;&amp;gt;&lt;br /&gt;
.geo-default { display: inline }&lt;br /&gt;
.geo-nondefault { display: inline }&lt;br /&gt;
.geo-dec { display: inline }&lt;br /&gt;
.geo-dms { display: none }&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To display coordinates in both formats, add this to [[Special:Mypage/common.css|your common.css]]:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot; style=&amp;quot;display:table; padding:0.5em; margin-left:1em; border-radius:2px&amp;quot;&amp;gt;&lt;br /&gt;
.geo-default { display: inline }&lt;br /&gt;
.geo-nondefault { display: inline }&lt;br /&gt;
.geo-dec { display: inline }&lt;br /&gt;
.geo-dms { display: inline }&lt;br /&gt;
.geo-multi-punct { display: inline }&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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&amp;amp;usemsgcache=yes&amp;amp;action=raw&amp;amp;ctype=text/css&amp;amp;smaxage=2678400}}.)&lt;br /&gt;
&lt;br /&gt;
To disable display of the blue globe adjacent to coordinates, add this to [[Special:Mypage/common.js|your common.js]]:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot; style=&amp;quot;display:table; padding:0.5em; margin-left:1em; border-radius:2px&amp;quot;&amp;gt;&lt;br /&gt;
var wma_settings = {enabled:false}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Note that this will disable [[meta:WikiMiniAtlas|WikiMiniAtlas]].&lt;br /&gt;
&lt;br /&gt;
See also: {{section link|Wikipedia:Manual of Style/Dates and numbers|Geographical coordinates}}.&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Coordinates templates]]&lt;br /&gt;
[[Category:Microformat (uF) message templates]]&lt;br /&gt;
[[Category:WikiProject Geographical coordinates|τ]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>asdf&gt;Gonnym</name></author>
	</entry>
</feed>