<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.besa.de/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.besa.de/index.php?action=history&amp;feed=atom&amp;title=Module%3AProcessArgs</id>
		<title>Module:ProcessArgs - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.besa.de/index.php?action=history&amp;feed=atom&amp;title=Module%3AProcessArgs"/>
		<link rel="alternate" type="text/html" href="https://wiki.besa.de/index.php?title=Module:ProcessArgs&amp;action=history"/>
		<updated>2026-06-17T20:21:33Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.10</generator>

	<entry>
		<id>https://wiki.besa.de/index.php?title=Module:ProcessArgs&amp;diff=2531&amp;oldid=prev</id>
		<title>Abinash: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://wiki.besa.de/index.php?title=Module:ProcessArgs&amp;diff=2531&amp;oldid=prev"/>
				<updated>2016-04-08T12:57:59Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 12:57, 8 April 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Abinash</name></author>	</entry>

	<entry>
		<id>https://wiki.besa.de/index.php?title=Module:ProcessArgs&amp;diff=2530&amp;oldid=prev</id>
		<title>Majr: Protected &quot;Module:ProcessArgs&quot;: High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://wiki.besa.de/index.php?title=Module:ProcessArgs&amp;diff=2530&amp;oldid=prev"/>
				<updated>2014-02-12T04:56:40Z</updated>
		
		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/index.php?title=Module:ProcessArgs&quot; title=&quot;Module:ProcessArgs&quot;&gt;Module:ProcessArgs&lt;/a&gt;&amp;quot;: High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&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;
function p.norm( origArgs )&lt;br /&gt;
	if type( origArgs ) ~= 'table' then&lt;br /&gt;
		origArgs = mw.getCurrentFrame():getParent().args&lt;br /&gt;
	end&lt;br /&gt;
	local args = {}&lt;br /&gt;
	&lt;br /&gt;
	for k, v in pairs( origArgs ) do&lt;br /&gt;
		v = mw.text.trim( tostring( v ) )&lt;br /&gt;
		if v ~= '' then&lt;br /&gt;
			args[k] = v&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return args&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.merge( origArgs, parentArgs, norm )&lt;br /&gt;
	if type( origArgs ) ~= 'table' then&lt;br /&gt;
		norm = origArgs&lt;br /&gt;
		local f = mw.getCurrentFrame()&lt;br /&gt;
		origArgs = f.args&lt;br /&gt;
		parentArgs = f:getParent().args&lt;br /&gt;
	end&lt;br /&gt;
	local args = {}&lt;br /&gt;
	&lt;br /&gt;
	for k, v in pairs( origArgs ) do&lt;br /&gt;
		v = mw.text.trim( tostring( v ) )&lt;br /&gt;
		if not norm or norm and v ~= '' then&lt;br /&gt;
			args[k] = v&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	for k, v in pairs( parentArgs ) do&lt;br /&gt;
		v = mw.text.trim( v )&lt;br /&gt;
		if ( not norm or norm and v ~= '' ) and not args[k] then&lt;br /&gt;
			args[k] = v&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return args&lt;br /&gt;
end&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Majr</name></author>	</entry>

	</feed>