<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ASandbox%2Fxiaphias%2Fmaritime_row</id>
	<title>Module:Sandbox/xiaphias/maritime row - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ASandbox%2Fxiaphias%2Fmaritime_row"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/xiaphias/maritime_row&amp;action=history"/>
	<updated>2026-07-28T05:44:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:Sandbox/xiaphias/maritime_row&amp;diff=146649&amp;oldid=prev</id>
		<title>imported&gt;Xiaphias: sand</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/xiaphias/maritime_row&amp;diff=146649&amp;oldid=prev"/>
		<updated>2013-05-08T04:42:43Z</updated>

		<summary type="html">&lt;p&gt;sand&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;my_object = {};     --All lua modules on Wikipedia must begin by defining a variable &lt;br /&gt;
                    --that will hold their externally accessible functions.&lt;br /&gt;
                    --Such variables can have whatever name you want and may &lt;br /&gt;
                    --also contain various data as well as functions.&lt;br /&gt;
 &lt;br /&gt;
my_object.hello = function( frame )     --Add a function to &amp;quot;my_object&amp;quot;.  &lt;br /&gt;
                                        --Such functions are callable in Wikipedia&lt;br /&gt;
                                        --via the #invoke command.&lt;br /&gt;
                                        --&amp;quot;frame&amp;quot; will contain the data that Wikipedia&lt;br /&gt;
                                        --sends this function when it runs. &lt;br /&gt;
 &lt;br /&gt;
    local str = frame.args[1] or &amp;quot;dat&amp;quot;  --Declare a local variable and set it equal to&lt;br /&gt;
                                --&amp;quot;Hello World!&amp;quot;.  &lt;br /&gt;
 &lt;br /&gt;
    return str  --This tells us to quit this function and send the information in&lt;br /&gt;
                  --&amp;quot;str&amp;quot; back to Wikipedia.&lt;br /&gt;
 &lt;br /&gt;
end  -- end of the function &amp;quot;hello&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
return my_object&lt;/div&gt;</summary>
		<author><name>imported&gt;Xiaphias</name></author>
	</entry>
</feed>