<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wonkpedia.org/mediawiki/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://wonkpedia.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AUF-coord-classes"/>
	<link rel="alternate" type="text/html" href="https://wonkpedia.org/mediawiki/index.php?title=Template:UF-coord-classes&amp;action=history"/>
	<updated>2026-04-15T01:39:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://wonkpedia.org/mediawiki/index.php?title=Template:UF-coord-classes&amp;diff=483&amp;oldid=prev</id>
		<title>Bmueller: 1 revision imported: Coordinates</title>
		<link rel="alternate" type="text/html" href="https://wonkpedia.org/mediawiki/index.php?title=Template:UF-coord-classes&amp;diff=483&amp;oldid=prev"/>
		<updated>2021-11-09T18:31:46Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: Coordinates&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 18:31, 9 November 2021&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key lets_get_wonky-mediawiki-:diff:wikidiff2:1.12:old-482:rev-483:1.11.0 --&gt;
&lt;/table&gt;</summary>
		<author><name>Bmueller</name></author>
	</entry>
	<entry>
		<id>https://wonkpedia.org/mediawiki/index.php?title=Template:UF-coord-classes&amp;diff=482&amp;oldid=prev</id>
		<title>wikipedia&gt;Funandtrvl: update links, copy edit</title>
		<link rel="alternate" type="text/html" href="https://wonkpedia.org/mediawiki/index.php?title=Template:UF-coord-classes&amp;diff=482&amp;oldid=prev"/>
		<updated>2021-01-07T23:48:36Z</updated>

		<summary type="html">&lt;p&gt;update links, copy edit&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:Coord template]]&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;Funandtrvl</name></author>
	</entry>
</feed>