<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.frcarchive.com/frcwiki/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://www.frcarchive.com/frcwiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ANo_globals%2Fsandbox"/>
	<link rel="alternate" type="text/html" href="https://www.frcarchive.com/frcwiki/index.php?title=Module:No_globals/sandbox&amp;action=history"/>
	<updated>2026-04-18T09:01:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://www.frcarchive.com/frcwiki/index.php?title=Module:No_globals/sandbox&amp;diff=1086&amp;oldid=prev</id>
		<title>Fallinsideahole: 2 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://www.frcarchive.com/frcwiki/index.php?title=Module:No_globals/sandbox&amp;diff=1086&amp;oldid=prev"/>
		<updated>2026-01-01T16:24:24Z</updated>

		<summary type="html">&lt;p&gt;2 revisions 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 16:24, 1 January 2026&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>Fallinsideahole</name></author>
	</entry>
	<entry>
		<id>https://www.frcarchive.com/frcwiki/index.php?title=Module:No_globals/sandbox&amp;diff=1085&amp;oldid=prev</id>
		<title>Fallinsideahole: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.frcarchive.com/frcwiki/index.php?title=Module:No_globals/sandbox&amp;diff=1085&amp;oldid=prev"/>
		<updated>2023-05-17T20:43:56Z</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 20:43, 17 May 2023&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>Fallinsideahole</name></author>
	</entry>
	<entry>
		<id>https://www.frcarchive.com/frcwiki/index.php?title=Module:No_globals/sandbox&amp;diff=1084&amp;oldid=prev</id>
		<title>mediawiki&gt;Yurik: added a comment to explain why require is done inline</title>
		<link rel="alternate" type="text/html" href="https://www.frcarchive.com/frcwiki/index.php?title=Module:No_globals/sandbox&amp;diff=1084&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>mediawiki&gt;Yurik</name></author>
	</entry>
</feed>