<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hant-TW">
	<id>https://wiki.tfcis.org/index.php?action=history&amp;feed=atom&amp;title=Module%3ANo_globals</id>
	<title>Module:No globals - 修訂歷史</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tfcis.org/index.php?action=history&amp;feed=atom&amp;title=Module%3ANo_globals"/>
	<link rel="alternate" type="text/html" href="https://wiki.tfcis.org/index.php?title=Module:No_globals&amp;action=history"/>
	<updated>2026-05-10T14:05:28Z</updated>
	<subtitle>本 Wiki 上此頁面的修訂歷史</subtitle>
	<generator>MediaWiki 1.39.2</generator>
	<entry>
		<id>https://wiki.tfcis.org/index.php?title=Module:No_globals&amp;diff=312&amp;oldid=prev</id>
		<title>Xiplus：​已從:zhwiki:Module:No_globals匯入1筆修訂</title>
		<link rel="alternate" type="text/html" href="https://wiki.tfcis.org/index.php?title=Module:No_globals&amp;diff=312&amp;oldid=prev"/>
		<updated>2022-08-16T06:05:50Z</updated>

		<summary type="html">&lt;p&gt;已從&lt;a href=&quot;https://zh.wikipedia.org/wiki/Module:No_globals&quot; class=&quot;extiw&quot; title=&quot;zhwiki:Module:No globals&quot;&gt;zhwiki:Module:No_globals&lt;/a&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-Hant-TW&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年8月16日 (二) 14:05 的修訂&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;zh-Hant-TW&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>Xiplus</name></author>
	</entry>
	<entry>
		<id>https://wiki.tfcis.org/index.php?title=Module:No_globals&amp;diff=311&amp;oldid=prev</id>
		<title>zhwiki&gt;Antigng：​ep：修正错误翻译</title>
		<link rel="alternate" type="text/html" href="https://wiki.tfcis.org/index.php?title=Module:No_globals&amp;diff=311&amp;oldid=prev"/>
		<updated>2019-05-26T02:06:31Z</updated>

		<summary type="html">&lt;p&gt;ep：修正错误翻译&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新頁面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local mt = getmetatable(_G) or {}&lt;br /&gt;
function mt.__index (t, k)&lt;br /&gt;
	if k ~= &amp;#039;arg&amp;#039; then&lt;br /&gt;
		error(&amp;#039;尝试读取空全局变量：&amp;#039; .. tostring(k), 2)&lt;br /&gt;
	end&lt;br /&gt;
	return nil&lt;br /&gt;
end&lt;br /&gt;
function mt.__newindex(t, k, v)&lt;br /&gt;
	if k ~= &amp;#039;arg&amp;#039; then&lt;br /&gt;
		error(&amp;#039;尝试写入全局变量：&amp;#039; .. tostring(k), 2)&lt;br /&gt;
	end&lt;br /&gt;
	rawset(t, k, v)&lt;br /&gt;
end&lt;br /&gt;
setmetatable(_G, mt)&lt;/div&gt;</summary>
		<author><name>zhwiki&gt;Antigng</name></author>
	</entry>
</feed>