<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://159.13.49.45/index.php?action=history&amp;feed=atom&amp;title=Module%3ABased_on</id>
	<title>Module:Based on - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://159.13.49.45/index.php?action=history&amp;feed=atom&amp;title=Module%3ABased_on"/>
	<link rel="alternate" type="text/html" href="http://159.13.49.45/index.php?title=Module:Based_on&amp;action=history"/>
	<updated>2026-04-04T02:46:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>http://159.13.49.45/index.php?title=Module:Based_on&amp;diff=637&amp;oldid=prev</id>
		<title>Nat: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://159.13.49.45/index.php?title=Module:Based_on&amp;diff=637&amp;oldid=prev"/>
		<updated>2025-04-07T11:04:44Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 11:04, 7 April 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key mediawiki:diff:1.41:old-636:rev-637 --&gt;
&lt;/table&gt;</summary>
		<author><name>Nat</name></author>
	</entry>
	<entry>
		<id>http://159.13.49.45/index.php?title=Module:Based_on&amp;diff=636&amp;oldid=prev</id>
		<title>wikipedia&gt;Alex 21: Include space</title>
		<link rel="alternate" type="text/html" href="http://159.13.49.45/index.php?title=Module:Based_on&amp;diff=636&amp;oldid=prev"/>
		<updated>2018-07-08T02:54:33Z</updated>

		<summary type="html">&lt;p&gt;Include space&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.lua_main(frame)&lt;br /&gt;
	local s = frame.args[1]&lt;br /&gt;
	&lt;br /&gt;
	if frame.args[3] then&lt;br /&gt;
		local args = {}&lt;br /&gt;
		&lt;br /&gt;
		for i, v in ipairs(frame.args) do&lt;br /&gt;
			if i &amp;gt;= 2 then&lt;br /&gt;
				args[#args+1] = v&lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
		&lt;br /&gt;
		args[&amp;#039;style&amp;#039;] = &amp;#039;display: inline&amp;#039;&lt;br /&gt;
		args[&amp;#039;list_style&amp;#039;] = &amp;#039;display: inline&amp;#039;&lt;br /&gt;
		args[&amp;#039;item1_style&amp;#039;] = &amp;#039;display: inline&amp;#039;&lt;br /&gt;
		&lt;br /&gt;
		h = mw.html.create(&amp;#039;div&amp;#039;)&lt;br /&gt;
		h:wikitext(s)&lt;br /&gt;
		h:tag(&amp;#039;br&amp;#039;)  -- h:newline() is not working for some reason&lt;br /&gt;
		h:wikitext(&amp;#039;by &amp;#039;)&lt;br /&gt;
		h:wikitext(frame:expandTemplate{ title = &amp;#039;Unbulleted list&amp;#039;, args = args })&lt;br /&gt;
		&lt;br /&gt;
		return h&lt;br /&gt;
	elseif frame.args[2] then&lt;br /&gt;
		s = s .. &amp;#039;&amp;lt;br /&amp;gt;by &amp;#039; .. frame.args[2]&lt;br /&gt;
		return s&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return s&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	return p.lua_main(frame:getParent())&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;Alex 21</name></author>
	</entry>
</feed>