<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://camp2jr.objectshow.community/index.php?action=history&amp;feed=atom&amp;title=Module%3ALuaError</id>
	<title>Module:LuaError - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://camp2jr.objectshow.community/index.php?action=history&amp;feed=atom&amp;title=Module%3ALuaError"/>
	<link rel="alternate" type="text/html" href="http://camp2jr.objectshow.community/index.php?title=Module:LuaError&amp;action=history"/>
	<updated>2026-05-21T22:00:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>http://camp2jr.objectshow.community/index.php?title=Module:LuaError&amp;diff=640&amp;oldid=prev</id>
		<title>Coppersalts: gonna try out that thing FallingPinapples did a while ago</title>
		<link rel="alternate" type="text/html" href="http://camp2jr.objectshow.community/index.php?title=Module:LuaError&amp;diff=640&amp;oldid=prev"/>
		<updated>2024-04-29T19:54:59Z</updated>

		<summary type="html">&lt;p&gt;gonna try out that thing FallingPinapples did a while ago&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.luaerror(message, depth)&lt;br /&gt;
	if (type(message) == &amp;quot;table&amp;quot;) then&lt;br /&gt;
		frame = message&lt;br /&gt;
		message = mw.text.unstripNoWiki(frame.args[1])&lt;br /&gt;
		depth = tonumber(frame.args[2])&lt;br /&gt;
	end&lt;br /&gt;
	if (depth == nil) then&lt;br /&gt;
		depth = 0&lt;br /&gt;
	end&lt;br /&gt;
	if (depth == 0) then&lt;br /&gt;
		error(message, 0)&lt;br /&gt;
	end&lt;br /&gt;
    p.luaerror(message, depth - 1)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Coppersalts</name></author>
	</entry>
</feed>