<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://www.1ok.de/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Modul%3ANo_globals%2Fdoc</id>
	<title>Modul:No globals/doc - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://www.1ok.de/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Modul%3ANo_globals%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://www.1ok.de/mediawiki/index.php?title=Modul:No_globals/doc&amp;action=history"/>
	<updated>2026-04-23T09:55:00Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Our Time Travel Wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://www.1ok.de/mediawiki/index.php?title=Modul:No_globals/doc&amp;diff=180&amp;oldid=prev</id>
		<title>Timetrave: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.1ok.de/mediawiki/index.php?title=Modul:No_globals/doc&amp;diff=180&amp;oldid=prev"/>
		<updated>2021-08-09T22:56:04Z</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;de&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version vom 9. August 2021, 23:56 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&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;/table&gt;</summary>
		<author><name>Timetrave</name></author>
	</entry>
	<entry>
		<id>https://www.1ok.de/mediawiki/index.php?title=Modul:No_globals/doc&amp;diff=47&amp;oldid=prev</id>
		<title>Timetrave: Created page with &quot;{{used in system}} {{module rating|protected}} &lt;!-- Template categories go at the bottom of this page. --&gt;  This module causes an error if any nil global i...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.1ok.de/mediawiki/index.php?title=Modul:No_globals/doc&amp;diff=47&amp;oldid=prev"/>
		<updated>2021-08-09T20:19:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{used in system}} {{module rating|protected}} &amp;lt;!-- Template categories go at the bottom of this page. --&amp;gt;  This module causes an error if any nil &lt;a href=&quot;/mediawiki/index.php?title=Global_variable&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Global variable (Seite nicht vorhanden)&quot;&gt;global&lt;/a&gt; i...&amp;quot;&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;de&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version vom 9. August 2021, 21:19 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&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;/table&gt;</summary>
		<author><name>Timetrave</name></author>
	</entry>
	<entry>
		<id>https://www.1ok.de/mediawiki/index.php?title=Modul:No_globals/doc&amp;diff=179&amp;oldid=prev</id>
		<title>en&gt;GKFX: Remove {{high-use}}, which is now redundant to {{used in system}} (via WP:JWB)</title>
		<link rel="alternate" type="text/html" href="https://www.1ok.de/mediawiki/index.php?title=Modul:No_globals/doc&amp;diff=179&amp;oldid=prev"/>
		<updated>2021-05-07T20:57:14Z</updated>

		<summary type="html">&lt;p&gt;Remove {{high-use}}, which is now redundant to {{used in system}} (via &lt;a href=&quot;/mediawiki/index.php?title=WP:JWB&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:JWB (Seite nicht vorhanden)&quot;&gt;WP:JWB&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{used in system}}&lt;br /&gt;
{{module rating|protected}}&lt;br /&gt;
&amp;lt;!-- Template categories go at the bottom of this page. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This module causes an error if any nil [[global variable|global]] is read or if any global is written to, with the exception of &amp;lt;var&amp;gt;arg&amp;lt;/var&amp;gt;. To use, add &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot; inline&amp;gt;require(&amp;#039;Module:No globals&amp;#039;)&amp;lt;/syntaxhighlight&amp;gt; to the top of the module using it. The &amp;lt;var&amp;gt;arg&amp;lt;/var&amp;gt; variable is excluded because it is necessary for Scribunto&amp;#039;s [[mw:Extension:Scribunto/Lua reference manual#require|require]] function to work properly. (See the Scribunto source code [[phab:diffusion/ELUA/browse/master/includes/engines/LuaCommon/lualib/package.lua;1fad4da13706f4dbdd0477a834675b9d09757bf6|here]].)&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Module:Log globals]] – adds all nil global reads/writes to the lua log&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Template categories go here. --&amp;gt;&lt;br /&gt;
[[Category:Lua metamodules]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>en&gt;GKFX</name></author>
	</entry>
</feed>