<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://horawiki.org/index.php?action=history&amp;feed=atom&amp;title=Module%3ANo_globals</id>
	<title>Module:No globals - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://horawiki.org/index.php?action=history&amp;feed=atom&amp;title=Module%3ANo_globals"/>
	<link rel="alternate" type="text/html" href="http://horawiki.org/index.php?title=Module:No_globals&amp;action=history"/>
	<updated>2026-06-19T08:11:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://horawiki.org/index.php?title=Module:No_globals&amp;diff=1300&amp;oldid=prev</id>
		<title>imported&gt;Mattflaschen-WMF: Reverted edits by 108.173.191.133 (talk) to last revision by Hashar</title>
		<link rel="alternate" type="text/html" href="http://horawiki.org/index.php?title=Module:No_globals&amp;diff=1300&amp;oldid=prev"/>
		<updated>2017-03-01T04:00:49Z</updated>

		<summary type="html">&lt;p&gt;Reverted edits by &lt;a href=&quot;/page/Special:Contributions/108.173.191.133&quot; title=&quot;Special:Contributions/108.173.191.133&quot;&gt;108.173.191.133&lt;/a&gt; (&lt;a href=&quot;/index.php?title=User_talk:108.173.191.133&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:108.173.191.133 (page does not exist)&quot;&gt;talk&lt;/a&gt;) to last revision by &lt;a href=&quot;/index.php?title=User:Hashar&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User:Hashar (page does not exist)&quot;&gt;Hashar&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&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;Tried to read nil global &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;Tried to write global &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>imported&gt;Mattflaschen-WMF</name></author>
	</entry>
</feed>