<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>https://wiki.czzzz.work/index.php?action=history&amp;feed=atom&amp;title=%E6%A8%A1%E6%9D%BF%3AUF-coord-classes</id>
	<title>模板:UF-coord-classes - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.czzzz.work/index.php?action=history&amp;feed=atom&amp;title=%E6%A8%A1%E6%9D%BF%3AUF-coord-classes"/>
	<link rel="alternate" type="text/html" href="https://wiki.czzzz.work/index.php?title=%E6%A8%A1%E6%9D%BF:UF-coord-classes&amp;action=history"/>
	<updated>2026-05-04T09:37:48Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.czzzz.work/index.php?title=%E6%A8%A1%E6%9D%BF:UF-coord-classes&amp;diff=1349&amp;oldid=prev</id>
		<title>Santorsia：​导入1个版本</title>
		<link rel="alternate" type="text/html" href="https://wiki.czzzz.work/index.php?title=%E6%A8%A1%E6%9D%BF:UF-coord-classes&amp;diff=1349&amp;oldid=prev"/>
		<updated>2022-09-18T13:50:59Z</updated>

		<summary type="html">&lt;p&gt;导入1个版本&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;zh-Hans-CN&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;←上一版本&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;2022年9月18日 (日) 21:50的版本&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;zh-Hans-CN&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;（没有差异）&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Santorsia</name></author>
	</entry>
	<entry>
		<id>https://wiki.czzzz.work/index.php?title=%E6%A8%A1%E6%9D%BF:UF-coord-classes&amp;diff=1348&amp;oldid=prev</id>
		<title>2022年5月30日 (一) 12:04 wikipedia&gt;Gonnym</title>
		<link rel="alternate" type="text/html" href="https://wiki.czzzz.work/index.php?title=%E6%A8%A1%E6%9D%BF:UF-coord-classes&amp;diff=1348&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;新页面&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>wikipedia&gt;Gonnym</name></author>
	</entry>
</feed>