<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://projectunsc.org/wiki/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="https://projectunsc.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ANo_globals"/>
	<link rel="alternate" type="text/html" href="https://projectunsc.org/wiki/index.php?title=Module:No_globals&amp;action=history"/>
	<updated>2026-04-08T08:07:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.5</generator>
	<entry>
		<id>https://projectunsc.org/wiki/index.php?title=Module:No_globals&amp;diff=212&amp;oldid=prev</id>
		<title>Bloxgate: 1 revision imported: Wikipedia Message Boxes</title>
		<link rel="alternate" type="text/html" href="https://projectunsc.org/wiki/index.php?title=Module:No_globals&amp;diff=212&amp;oldid=prev"/>
		<updated>2018-08-10T04:16:41Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: Wikipedia Message Boxes&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 ~= 'arg' then&lt;br /&gt;
		error('Tried to read nil global ' .. 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 ~= 'arg' then&lt;br /&gt;
		error('Tried to write global ' .. 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>Bloxgate</name></author>
	</entry>
</feed>