<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.hoodedhorse.com/Super_Fantasy_Kingdom/index.php?action=history&amp;feed=atom&amp;title=Module%3AArgsUtil%2Fdoc</id>
	<title>Module:ArgsUtil/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hoodedhorse.com/Super_Fantasy_Kingdom/index.php?action=history&amp;feed=atom&amp;title=Module%3AArgsUtil%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/Super_Fantasy_Kingdom/index.php?title=Module:ArgsUtil/doc&amp;action=history"/>
	<updated>2026-09-24T16:41:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.5</generator>
	<entry>
		<id>https://wiki.hoodedhorse.com/Super_Fantasy_Kingdom/index.php?title=Module:ArgsUtil/doc&amp;diff=26536&amp;oldid=prev</id>
		<title>76561198021843184: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/Super_Fantasy_Kingdom/index.php?title=Module:ArgsUtil/doc&amp;diff=26536&amp;oldid=prev"/>
		<updated>2025-10-25T17:24:43Z</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 17:24, 25 October 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 SFKI_:diff:1.41:old-26535:rev-26536 --&gt;
&lt;/table&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/Super_Fantasy_Kingdom/index.php?title=Module:ArgsUtil/doc&amp;diff=26535&amp;oldid=prev</id>
		<title>wgg&gt;Cadaei: from https://defaultloadout.wiki.gg/wiki/Module:ArgsUtil/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/Super_Fantasy_Kingdom/index.php?title=Module:ArgsUtil/doc&amp;diff=26535&amp;oldid=prev"/>
		<updated>2024-12-09T20:53:12Z</updated>

		<summary type="html">&lt;p&gt;from https://defaultloadout.wiki.gg/wiki/Module:ArgsUtil/doc&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is a basic module for processing args. Usage:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local util_args = require(&amp;#039;Module:ArgsUtil&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
  local args = util_args.merge() -- it is not necessary to pass a `frame` object; `merge` will generate its own&lt;br /&gt;
  mw.logObject(args)&lt;br /&gt;
  -- `args` now contains args passed via the template merged with defaults provided directly via the invoke.&lt;br /&gt;
  -- anything the user sent via the template will be given priority.&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Extending this module ==&lt;br /&gt;
&lt;br /&gt;
By design, {{ml|ArgsUtil}} is shipped with only a single function and no customization available; this simplifies documentation and covers nearly all use cases. An extended version of this module is available at [[support:Module:ArgsUtil|Module:ArgsUtil on the support wiki]] if you want additional functionality; and you can of course feel free to modify this module on your own wiki as needed.&lt;/div&gt;</summary>
		<author><name>wgg&gt;Cadaei</name></author>
	</entry>
</feed>