<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.wiidatabase.de/index.php?action=history&amp;feed=atom&amp;title=Modul%3ANo_globals</id>
	<title>Modul:No globals - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.wiidatabase.de/index.php?action=history&amp;feed=atom&amp;title=Modul%3ANo_globals"/>
	<link rel="alternate" type="text/html" href="https://wiki.wiidatabase.de/index.php?title=Modul:No_globals&amp;action=history"/>
	<updated>2026-05-04T01:47:41Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in WiiDatabase Wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.wiidatabase.de/index.php?title=Modul:No_globals&amp;diff=4864&amp;oldid=prev</id>
		<title>ICON: Schützte „Modul:No globals“: Häufig eingebundene Vorlage ([Bearbeiten=Nur Administratoren erlauben] (unbeschränkt) [Verschieben=Nur Administratoren erlauben] (unbeschränkt))</title>
		<link rel="alternate" type="text/html" href="https://wiki.wiidatabase.de/index.php?title=Modul:No_globals&amp;diff=4864&amp;oldid=prev"/>
		<updated>2018-03-27T12:45:08Z</updated>

		<summary type="html">&lt;p&gt;Schützte „&lt;a href=&quot;/wiki/Modul:No_globals&quot; title=&quot;Modul:No globals&quot;&gt;Modul:No globals&lt;/a&gt;“: Häufig eingebundene Vorlage ([Bearbeiten=Nur Administratoren erlauben] (unbeschränkt) [Verschieben=Nur Administratoren erlauben] (unbeschränkt))&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version vom 27. März 2018, 14:45 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;de&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(kein Unterschied)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key wiidb_wiki-w358238_:diff:1.41:old-4747:rev-4864 --&gt;
&lt;/table&gt;</summary>
		<author><name>ICON</name></author>
	</entry>
	<entry>
		<id>https://wiki.wiidatabase.de/index.php?title=Modul:No_globals&amp;diff=4747&amp;oldid=prev</id>
		<title>ICON: Die Seite wurde neu angelegt: „local mt = getmetatable(_G) or {} function mt.__index (t, k) 	if k ~= &#039;arg&#039; then 		error(&#039;Tried to read nil global &#039; .. tostring(k), 2) 	end 	return nil end fu…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.wiidatabase.de/index.php?title=Modul:No_globals&amp;diff=4747&amp;oldid=prev"/>
		<updated>2018-03-27T11:31:29Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „local mt = getmetatable(_G) or {} function mt.__index (t, k) 	if k ~= &amp;#039;arg&amp;#039; then 		error(&amp;#039;Tried to read nil global &amp;#039; .. tostring(k), 2) 	end 	return nil end fu…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&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>ICON</name></author>
	</entry>
</feed>