<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://atitd.wiki/tale10/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ALuaExample</id>
	<title>Module:LuaExample - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://atitd.wiki/tale10/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ALuaExample"/>
	<link rel="alternate" type="text/html" href="https://atitd.wiki/tale10/w/index.php?title=Module:LuaExample&amp;action=history"/>
	<updated>2026-04-20T22:26:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.6</generator>
	<entry>
		<id>https://atitd.wiki/tale10/w/index.php?title=Module:LuaExample&amp;diff=166828&amp;oldid=prev</id>
		<title>Omegaice at 23:36, 16 May 2021</title>
		<link rel="alternate" type="text/html" href="https://atitd.wiki/tale10/w/index.php?title=Module:LuaExample&amp;diff=166828&amp;oldid=prev"/>
		<updated>2021-05-16T23:36:11Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {} --p stands for package&lt;br /&gt;
&lt;br /&gt;
function p.hello( frame )&lt;br /&gt;
    return &amp;quot;Hello, world! &amp;quot;..frame.args[1]&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.hello_table(frame)&lt;br /&gt;
	local result = &amp;quot;&amp;quot;&lt;br /&gt;
	for k,v in pairs( frame.args ) do&lt;br /&gt;
		result = result .. ' ' .. k .. ' '.. v .. '\n'&lt;br /&gt;
	end&lt;br /&gt;
	return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Omegaice</name></author>
	</entry>
</feed>