<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AFairycode</id>
	<title>Module:Fairycode - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AFairycode"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Module:Fairycode&amp;action=history"/>
	<updated>2026-04-30T13:43:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.runerealm.org/index.php?title=Module:Fairycode&amp;diff=32824&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;local p = {}  -- {{Fairycode}} entrance function p.code(frame) 	local args = frame:getParent().args 	 	mw.logObject(args) 	local code = args[1] 	 	return p._code(code) end  -- Module entrance function p._code(code) 	assert(code, &#039;No fairycode provided&#039;) 	 	local first = string.upper( string.sub(code, 1, 1) ) 	local second = string.upper( string.sub(code, 2, 2) ) 	local third = string.upper( string.sub(code, 3, 3) ) 	 	if first == &#039;&#039; or second == &#039;&#039; or third == &#039;&#039; then er...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Module:Fairycode&amp;diff=32824&amp;oldid=prev"/>
		<updated>2024-10-15T11:30:26Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  -- {{Fairycode}} entrance function p.code(frame) 	local args = frame:getParent().args 	 	mw.logObject(args) 	local code = args[1] 	 	return p._code(code) end  -- Module entrance function p._code(code) 	assert(code, &amp;#039;No fairycode provided&amp;#039;) 	 	local first = string.upper( string.sub(code, 1, 1) ) 	local second = string.upper( string.sub(code, 2, 2) ) 	local third = string.upper( string.sub(code, 3, 3) ) 	 	if first == &amp;#039;&amp;#039; or second == &amp;#039;&amp;#039; or third == &amp;#039;&amp;#039; then er...&amp;quot;&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;
-- {{Fairycode}} entrance&lt;br /&gt;
function p.code(frame)&lt;br /&gt;
	local args = frame:getParent().args&lt;br /&gt;
	&lt;br /&gt;
	mw.logObject(args)&lt;br /&gt;
	local code = args[1]&lt;br /&gt;
	&lt;br /&gt;
	return p._code(code)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
-- Module entrance&lt;br /&gt;
function p._code(code)&lt;br /&gt;
	assert(code, &amp;#039;No fairycode provided&amp;#039;)&lt;br /&gt;
	&lt;br /&gt;
	local first = string.upper( string.sub(code, 1, 1) )&lt;br /&gt;
	local second = string.upper( string.sub(code, 2, 2) )&lt;br /&gt;
	local third = string.upper( string.sub(code, 3, 3) )&lt;br /&gt;
	&lt;br /&gt;
	if first == &amp;#039;&amp;#039; or second == &amp;#039;&amp;#039; or third == &amp;#039;&amp;#039; then error(&amp;#039;Missing one or more code letters&amp;#039;) end&lt;br /&gt;
	&lt;br /&gt;
	local formattedCode = string.format(&amp;#039;&amp;lt;span class=&amp;quot;fairycode&amp;quot;&amp;gt;&amp;lt;b&amp;gt;%s&amp;lt;/b&amp;gt;&amp;lt;b&amp;gt;%s&amp;lt;/b&amp;gt;&amp;lt;b&amp;gt;%s&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;&amp;#039;, first, second, third)&lt;br /&gt;
	&lt;br /&gt;
	return formattedCode&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>