<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ko">
	<id>https://evewiki.kr/w/index.php?action=history&amp;feed=atom&amp;title=%EB%AA%A8%EB%93%88%3ANo_globals</id>
	<title>모듈:No globals - 편집 역사</title>
	<link rel="self" type="application/atom+xml" href="https://evewiki.kr/w/index.php?action=history&amp;feed=atom&amp;title=%EB%AA%A8%EB%93%88%3ANo_globals"/>
	<link rel="alternate" type="text/html" href="https://evewiki.kr/w/index.php?title=%EB%AA%A8%EB%93%88:No_globals&amp;action=history"/>
	<updated>2026-05-01T04:44:54Z</updated>
	<subtitle>이 문서의 편집 역사</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://evewiki.kr/w/index.php?title=%EB%AA%A8%EB%93%88:No_globals&amp;diff=35&amp;oldid=prev</id>
		<title>혼종인: &quot;모듈:No globals&quot; 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한))</title>
		<link rel="alternate" type="text/html" href="https://evewiki.kr/w/index.php?title=%EB%AA%A8%EB%93%88:No_globals&amp;diff=35&amp;oldid=prev"/>
		<updated>2022-06-10T14:35:19Z</updated>

		<summary type="html">&lt;p&gt;&amp;quot;&lt;a href=&quot;/w/index.php?title=%EB%AA%A8%EB%93%88:No_globals&quot; title=&quot;모듈:No globals&quot;&gt;모듈:No globals&lt;/a&gt;&amp;quot; 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한))&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;ko&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← 이전 판&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;2022년 6월 10일 (금) 23:35 판&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;ko&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(차이 없음)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key my_wiki:diff:1.41:old-34:rev-35 --&gt;
&lt;/table&gt;</summary>
		<author><name>혼종인</name></author>
	</entry>
	<entry>
		<id>https://evewiki.kr/w/index.php?title=%EB%AA%A8%EB%93%88:No_globals&amp;diff=34&amp;oldid=prev</id>
		<title>혼종인: 새 문서: 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 function mt.__newindex(t, k, v) 	if k ~= &#039;arg&#039; then 		error(&#039;Tried to write global &#039; .. tostring(k), 2) 	end 	rawset(t, k, v) end setmetatable(_G, mt)</title>
		<link rel="alternate" type="text/html" href="https://evewiki.kr/w/index.php?title=%EB%AA%A8%EB%93%88:No_globals&amp;diff=34&amp;oldid=prev"/>
		<updated>2022-06-10T14:35:13Z</updated>

		<summary type="html">&lt;p&gt;새 문서: 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 function mt.__newindex(t, k, v) 	if k ~= &amp;#039;arg&amp;#039; then 		error(&amp;#039;Tried to write global &amp;#039; .. tostring(k), 2) 	end 	rawset(t, k, v) end setmetatable(_G, mt)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;새 문서&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>혼종인</name></author>
	</entry>
</feed>