<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.brucebeach.ca/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ANo_globals%2Fsandbox</id>
	<title>Module:No globals/sandbox - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.brucebeach.ca/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ANo_globals%2Fsandbox"/>
	<link rel="alternate" type="text/html" href="https://wiki.brucebeach.ca/w/index.php?title=Module:No_globals/sandbox&amp;action=history"/>
	<updated>2026-04-04T00:03:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.brucebeach.ca/w/index.php?title=Module:No_globals/sandbox&amp;diff=1229&amp;oldid=prev</id>
		<title>BruceBeachWikiSysop: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.brucebeach.ca/w/index.php?title=Module:No_globals/sandbox&amp;diff=1229&amp;oldid=prev"/>
		<updated>2022-02-11T02:36:32Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&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;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 19:36, 10 February 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>BruceBeachWikiSysop</name></author>
	</entry>
	<entry>
		<id>https://wiki.brucebeach.ca/w/index.php?title=Module:No_globals/sandbox&amp;diff=1228&amp;oldid=prev</id>
		<title>[[mw:]]&gt;Yurik: added a comment to explain why require is done inline</title>
		<link rel="alternate" type="text/html" href="https://wiki.brucebeach.ca/w/index.php?title=Module:No_globals/sandbox&amp;diff=1228&amp;oldid=prev"/>
		<updated>2019-05-10T17:10:13Z</updated>

		<summary type="html">&lt;p&gt;added a comment to explain why require is done inline&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;
		-- perf optimization here and below: do not load Module:TNT unless there is an error&lt;br /&gt;
		error(require(&amp;#039;Module:TNT&amp;#039;).format(&amp;#039;I18n/No globals&amp;#039;, &amp;#039;err-read&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(require(&amp;#039;Module:TNT&amp;#039;).format(&amp;#039;I18n/No globals&amp;#039;, &amp;#039;err-write&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>[[mw:]]&gt;Yurik</name></author>
	</entry>
</feed>