<?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%3ABased_on%2Fsandbox</id>
	<title>Module:Based on/sandbox - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ABased_on%2Fsandbox"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Based_on/sandbox&amp;action=history"/>
	<updated>2026-05-28T19:45: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:Based_on/sandbox&amp;diff=135368&amp;oldid=prev</id>
		<title>imported&gt;Nardog at 08:29, 23 January 2020</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Based_on/sandbox&amp;diff=135368&amp;oldid=prev"/>
		<updated>2020-01-23T08:29:42Z</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 = {}&lt;br /&gt;
&lt;br /&gt;
function p._main(args)&lt;br /&gt;
	local s = args[1]&lt;br /&gt;
	if args[2] then&lt;br /&gt;
		s = mw.html.create()&lt;br /&gt;
			:wikitext(s .. &amp;#039; &amp;#039;)&lt;br /&gt;
			:tag(&amp;#039;br&amp;#039;)&lt;br /&gt;
				:done()&lt;br /&gt;
			:tag(args[3] and &amp;#039;div&amp;#039; or &amp;#039;span&amp;#039;)&lt;br /&gt;
				:addClass(&amp;#039;nowrap&amp;#039;)&lt;br /&gt;
				:tag(&amp;#039;span&amp;#039;)&lt;br /&gt;
					:css(&amp;#039;vertical-align&amp;#039;, &amp;#039;top&amp;#039;)&lt;br /&gt;
					:wikitext(&amp;#039;by &amp;#039;)&lt;br /&gt;
					:done()&lt;br /&gt;
				:tag(args[3] and &amp;#039;div&amp;#039; or &amp;#039;span&amp;#039;)&lt;br /&gt;
					:addClass(&amp;#039;wrap&amp;#039;)&lt;br /&gt;
					:addClass(args[3] and &amp;#039;plainlist&amp;#039;)&lt;br /&gt;
					:css(&amp;#039;display&amp;#039;, &amp;#039;inline-block&amp;#039;)&lt;br /&gt;
					-- Prevents the text from spilling out&lt;br /&gt;
					:css(&amp;#039;padding-right&amp;#039;, &amp;#039;1.25em&amp;#039;)&lt;br /&gt;
					:wikitext(args[3] and&lt;br /&gt;
						&amp;#039;\n* &amp;#039; .. table.concat(args, &amp;#039;\n* &amp;#039;, 2) .. &amp;#039;\n&amp;#039;&lt;br /&gt;
						or args[2])&lt;br /&gt;
					:done()&lt;br /&gt;
				:done()&lt;br /&gt;
	end&lt;br /&gt;
	return s&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	-- mw.clone makes table.concat possible&lt;br /&gt;
	return p._main(mw.clone(frame:getParent().args))&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;Nardog</name></author>
	</entry>
</feed>