<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.rootsunearthed.com/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="https://www.rootsunearthed.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AUF-coord-classes"/>
	<link rel="alternate" type="text/html" href="https://www.rootsunearthed.com/index.php?title=Template:UF-coord-classes&amp;action=history"/>
	<updated>2026-04-25T14:49:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://www.rootsunearthed.com/index.php?title=Template:UF-coord-classes&amp;diff=41179&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.rootsunearthed.com/index.php?title=Template:UF-coord-classes&amp;diff=41179&amp;oldid=prev"/>
		<updated>2024-04-05T13:55:15Z</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-GB&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 15:55, 5 April 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&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>https://www.rootsunearthed.com/index.php?title=Template:UF-coord-classes&amp;diff=41178&amp;oldid=prev</id>
		<title>wikipedia&gt;IznoRepeat: /* top */phab:T337149#8953569, replaced: |url=// → |url=https://</title>
		<link rel="alternate" type="text/html" href="https://www.rootsunearthed.com/index.php?title=Template:UF-coord-classes&amp;diff=41178&amp;oldid=prev"/>
		<updated>2023-07-25T22:28:21Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;top: &lt;/span&gt;&lt;a href=&quot;/index.php?title=Phab:T337149&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Phab:T337149 (page does not exist)&quot;&gt;phab:T337149#8953569&lt;/a&gt;, replaced: |url=// → |url=https://&lt;/span&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=https://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>wikipedia&gt;IznoRepeat</name></author>
	</entry>
</feed>