<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="cs">
	<id>http://wiki.nightscout.cz/index.php?action=history&amp;feed=atom&amp;title=Modul%3ANo_globals%2Fsandbox</id>
	<title>Modul:No globals/sandbox - Historie editací</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.nightscout.cz/index.php?action=history&amp;feed=atom&amp;title=Modul%3ANo_globals%2Fsandbox"/>
	<link rel="alternate" type="text/html" href="http://wiki.nightscout.cz/index.php?title=Modul:No_globals/sandbox&amp;action=history"/>
	<updated>2026-05-01T07:11:58Z</updated>
	<subtitle>Historie editací této stránky</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>http://wiki.nightscout.cz/index.php?title=Modul:No_globals/sandbox&amp;diff=379&amp;oldid=prev</id>
		<title>Maska: naimportována 1 revize</title>
		<link rel="alternate" type="text/html" href="http://wiki.nightscout.cz/index.php?title=Modul:No_globals/sandbox&amp;diff=379&amp;oldid=prev"/>
		<updated>2021-03-23T11:52:16Z</updated>

		<summary type="html">&lt;p&gt;naimportována 1 revize&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;cs&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Starší verze&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Verze z 23. 3. 2021, 13:52&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;cs&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Žádný rozdíl)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Maska</name></author>
	</entry>
	<entry>
		<id>http://wiki.nightscout.cz/index.php?title=Modul:No_globals/sandbox&amp;diff=378&amp;oldid=prev</id>
		<title>Module&gt;Yurik: added a comment to explain why require is done inline</title>
		<link rel="alternate" type="text/html" href="http://wiki.nightscout.cz/index.php?title=Modul:No_globals/sandbox&amp;diff=378&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;Nová stránka&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;
		-- perf optimization here and below: do not load Module:TNT unless there is an error&lt;br /&gt;
		error(require('Module:TNT').format('I18n/No globals', 'err-read', 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(require('Module:TNT').format('I18n/No globals', 'err-write', 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>Module&gt;Yurik</name></author>
	</entry>
</feed>