<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wiki.orthophore.fr/index.php?action=history&amp;feed=atom&amp;title=Module%3ANo_globals</id>
	<title>Module:No globals - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.orthophore.fr/index.php?action=history&amp;feed=atom&amp;title=Module%3ANo_globals"/>
	<link rel="alternate" type="text/html" href="https://wiki.orthophore.fr/index.php?title=Module:No_globals&amp;action=history"/>
	<updated>2026-05-01T20:48:36Z</updated>
	<subtitle>Historique des révisions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>https://wiki.orthophore.fr/index.php?title=Module:No_globals&amp;diff=364&amp;oldid=prev</id>
		<title>Sebastien : 1 version importée</title>
		<link rel="alternate" type="text/html" href="https://wiki.orthophore.fr/index.php?title=Module:No_globals&amp;diff=364&amp;oldid=prev"/>
		<updated>2021-03-19T22:44:40Z</updated>

		<summary type="html">&lt;p&gt;1 version importée&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&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;fr&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Version précédente&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version du 19 mars 2021 à 22:44&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key orthowiki:diff::1.12:old-363:rev-364 --&gt;
&lt;/table&gt;</summary>
		<author><name>Sebastien</name></author>
	</entry>
	<entry>
		<id>https://wiki.orthophore.fr/index.php?title=Module:No_globals&amp;diff=363&amp;oldid=prev</id>
		<title>Orthophore&gt;Minorax : 7 revisions imported from :meta:Module:No_globals</title>
		<link rel="alternate" type="text/html" href="https://wiki.orthophore.fr/index.php?title=Module:No_globals&amp;diff=363&amp;oldid=prev"/>
		<updated>2020-03-01T02:09:15Z</updated>

		<summary type="html">&lt;p&gt;7 revisions imported from &lt;a href=&quot;/index.php?title=Meta:Module:No_globals&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Meta:Module:No globals (page inexistante)&quot;&gt;meta:Module:No_globals&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle 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 ~= '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>Orthophore&gt;Minorax</name></author>
	</entry>
</feed>