<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://projects.ferdlg.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AArguments</id>
	<title>Module:Arguments - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://projects.ferdlg.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AArguments"/>
	<link rel="alternate" type="text/html" href="https://projects.ferdlg.com/index.php?title=Module:Arguments&amp;action=history"/>
	<updated>2026-08-30T12:38:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.4</generator>
	<entry>
		<id>https://projects.ferdlg.com/index.php?title=Module:Arguments&amp;diff=20&amp;oldid=prev</id>
		<title>AdminWiki at 23:43, 6 January 2026</title>
		<link rel="alternate" type="text/html" href="https://projects.ferdlg.com/index.php?title=Module:Arguments&amp;diff=20&amp;oldid=prev"/>
		<updated>2026-01-06T23:43:51Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;a href=&quot;https://projects.ferdlg.com/index.php?title=Module:Arguments&amp;amp;diff=20&amp;amp;oldid=19&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>AdminWiki</name></author>
	</entry>
	<entry>
		<id>https://projects.ferdlg.com/index.php?title=Module:Arguments&amp;diff=19&amp;oldid=prev</id>
		<title>AdminWiki: Created page with &quot;-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly.  local libraryUtil = require(&#039;libraryUtil&#039;) local checkType = libraryUtil.checkType  local arguments = {}  -- Generate four different tidyVal functions, so that we don&#039;t have to check the -- options every time we call it.  local function tidyValDefault(key, val) 	if type(val) == &#039;string&#039;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://projects.ferdlg.com/index.php?title=Module:Arguments&amp;diff=19&amp;oldid=prev"/>
		<updated>2026-01-06T23:21:43Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly.  local libraryUtil = require(&amp;#039;libraryUtil&amp;#039;) local checkType = libraryUtil.checkType  local arguments = {}  -- Generate four different tidyVal functions, so that we don&amp;#039;t have to check the -- options every time we call it.  local function tidyValDefault(key, val) 	if type(val) == &amp;#039;string&amp;#039;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This module provides easy processing of arguments passed to Scribunto from&lt;br /&gt;
-- #invoke. It is intended for use by other Lua modules, and should not be&lt;br /&gt;
-- called from #invoke directly.&lt;br /&gt;
&lt;br /&gt;
local libraryUtil = require(&amp;#039;libraryUtil&amp;#039;)&lt;br /&gt;
local checkType = libraryUtil.checkType&lt;br /&gt;
&lt;br /&gt;
local arguments = {}&lt;br /&gt;
&lt;br /&gt;
-- Generate four different tidyVal functions, so that we don&amp;#039;t have to check the&lt;br /&gt;
-- options every time we call it.&lt;br /&gt;
&lt;br /&gt;
local function tidyValDefault(key, val)&lt;br /&gt;
	if type(val) == &amp;#039;string&amp;#039; then&lt;br /&gt;
		val = val:match(&amp;#039;^%s*(.-)%s*$&amp;#039;)&lt;br /&gt;
		if val == &amp;#039;&amp;#039; then&lt;br /&gt;
			return nil&lt;br /&gt;
		else&lt;br /&gt;
			return val&lt;br /&gt;
		end&lt;br /&gt;
	else&lt;br /&gt;
		return val&lt;br /&gt;
	end&lt;br /&gt;
end&lt;/div&gt;</summary>
		<author><name>AdminWiki</name></author>
	</entry>
</feed>