<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AOccDur</id>
	<title>Module:OccDur - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AOccDur"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Module:OccDur&amp;action=history"/>
	<updated>2026-05-14T19:39:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.runerealm.org/index.php?title=Module:OccDur&amp;diff=35070&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;local p = {}  function p.invoke_main(frame) 	local args = frame:getParent().args 	return p.main(args) end  function p.main(args) 	if args[1] == nil then 		return &#039;&lt;div class=&quot;noprint seealso&quot;&gt;No argument has been specified for Template:OccDur.&lt;/div&gt;&#039; 	end 	local MAX_PARAMS = 7 	local text = &#039;&lt;div class=&quot;noprint seealso&quot;&gt;The following takes place during &#039; 	for i,v in ipairs(args) do 		if ( i &gt; MAX_PARAMS ) then 			break 		end 		local link = &#039;&#039; .. v .. &#039;&#039; 		-- if t...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Module:OccDur&amp;diff=35070&amp;oldid=prev"/>
		<updated>2024-10-16T23:12:48Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  function p.invoke_main(frame) 	local args = frame:getParent().args 	return p.main(args) end  function p.main(args) 	if args[1] == nil then 		return &amp;#039;&amp;lt;div class=&amp;quot;noprint seealso&amp;quot;&amp;gt;No argument has been specified for &lt;a href=&quot;/w/Template:OccDur&quot; title=&quot;Template:OccDur&quot;&gt;Template:OccDur&lt;/a&gt;.&amp;lt;/div&amp;gt;&amp;#039; 	end 	local MAX_PARAMS = 7 	local text = &amp;#039;&amp;lt;div class=&amp;quot;noprint seealso&amp;quot;&amp;gt;The following takes place during &amp;#039; 	for i,v in ipairs(args) do 		if ( i &amp;gt; MAX_PARAMS ) then 			break 		end 		local link = &amp;#039;&lt;a href=&quot;/index.php?title=%27_.._v_.._%27&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;&amp;#039; .. v .. &amp;#039; (page does not exist)&quot;&gt;&amp;#039; .. v .. &amp;#039;&lt;/a&gt;&amp;#039; 		-- if t...&amp;quot;&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.invoke_main(frame)&lt;br /&gt;
	local args = frame:getParent().args&lt;br /&gt;
	return p.main(args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.main(args)&lt;br /&gt;
	if args[1] == nil then&lt;br /&gt;
		return &amp;#039;&amp;lt;div class=&amp;quot;noprint seealso&amp;quot;&amp;gt;No argument has been specified for [[Template:OccDur]].&amp;lt;/div&amp;gt;&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
	local MAX_PARAMS = 7&lt;br /&gt;
	local text = &amp;#039;&amp;lt;div class=&amp;quot;noprint seealso&amp;quot;&amp;gt;The following takes place during &amp;#039;&lt;br /&gt;
	for i,v in ipairs(args) do&lt;br /&gt;
		if ( i &amp;gt; MAX_PARAMS ) then&lt;br /&gt;
			break&lt;br /&gt;
		end&lt;br /&gt;
		local link = &amp;#039;[[&amp;#039; .. v .. &amp;#039;]]&amp;#039;&lt;br /&gt;
		-- if the next two parameters exist, use a comma as separator&lt;br /&gt;
		-- if only one more paramater exists, use &amp;quot;and&amp;quot;&lt;br /&gt;
		if args[i+2] then&lt;br /&gt;
			link = link .. &amp;#039;, &amp;#039;&lt;br /&gt;
		elseif args[i+1] then&lt;br /&gt;
			link = link .. &amp;#039; and &amp;#039;&lt;br /&gt;
		end&lt;br /&gt;
		text = text .. link&lt;br /&gt;
	end&lt;br /&gt;
	text = text .. &amp;#039;.\&amp;#039;\&amp;#039;&amp;#039;&lt;br /&gt;
	if args[MAX_PARAMS+1] then&lt;br /&gt;
		text = text .. &amp;#039;&amp;amp;#32; (too many parameters in [[Template:OccDur]].)&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
	text = text .. &amp;#039;&amp;lt;/div&amp;gt;&amp;#039;&lt;br /&gt;
	&lt;br /&gt;
	return text&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>