<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.moltenaether.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ARedirect-multi</id>
	<title>Module:Redirect-multi - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.moltenaether.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ARedirect-multi"/>
	<link rel="alternate" type="text/html" href="https://wiki.moltenaether.com/w/index.php?title=Module:Redirect-multi&amp;action=history"/>
	<updated>2026-04-21T07:24:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://wiki.moltenaether.com/w/index.php?title=Module:Redirect-multi&amp;diff=18543&amp;oldid=prev</id>
		<title>Cyclops: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.moltenaether.com/w/index.php?title=Module:Redirect-multi&amp;diff=18543&amp;oldid=prev"/>
		<updated>2023-05-22T19:59:13Z</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 19:59, 22 May 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key buwiki:diff::1.12:old-18542:rev-18543 --&gt;
&lt;/table&gt;</summary>
		<author><name>Cyclops</name></author>
	</entry>
	<entry>
		<id>https://wiki.moltenaether.com/w/index.php?title=Module:Redirect-multi&amp;diff=18542&amp;oldid=prev</id>
		<title>wikipedia&gt;AlexiusHoratius: Protected &quot;Module:Redirect-multi&quot;: Highly visible template ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://wiki.moltenaether.com/w/index.php?title=Module:Redirect-multi&amp;diff=18542&amp;oldid=prev"/>
		<updated>2017-12-15T22:32:18Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/db/Module:Redirect-multi&quot; title=&quot;Module:Redirect-multi&quot;&gt;Module:Redirect-multi&lt;/a&gt;&amp;quot;: &lt;a href=&quot;/w/index.php?title=WP:High-risk_templates&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:High-risk templates (page does not exist)&quot;&gt;Highly visible template&lt;/a&gt; ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local mRedirectHatnote = require('Module:Redirect hatnote')&lt;br /&gt;
local mArguments = require('Module:Arguments')&lt;br /&gt;
local mHatnote = require('Module:Hatnote')&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.redirectMulti (frame)&lt;br /&gt;
	local args = mArguments.getArgs(frame)&lt;br /&gt;
	--Get maxArg manually because getArgs and table.maxn aren't friends&lt;br /&gt;
	local maxArg = 0&lt;br /&gt;
	for k, v in pairs(args) do&lt;br /&gt;
		if type(k) == 'number' and k &amp;gt; maxArg then maxArg = k end&lt;br /&gt;
	end&lt;br /&gt;
	--Get number of redirects then remove it from the args table&lt;br /&gt;
	local numRedirects = tonumber(args[1]) or 1&lt;br /&gt;
	--Manual downshift of arguments; not using table.remove because getArgs is&lt;br /&gt;
	--gnarly and it's not a sequence anyway&lt;br /&gt;
	for i = 2, maxArg + 1 do args[i - 1] = args[i] end&lt;br /&gt;
	--if no arguments past redirects exist, add in a default set&lt;br /&gt;
	if maxArg - 2 &amp;lt;= numRedirects then&lt;br /&gt;
		for i = 1, numRedirects do&lt;br /&gt;
			args[numRedirects + (2 * i)] = args[i] and mHatnote.disambiguate(args[i])&lt;br /&gt;
			--this does add in an &amp;quot;and&amp;quot; after the last item, but it's ignored&lt;br /&gt;
			args[numRedirects + (2 * i) + 1] = 'and'&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	local options = {selfref = args.selfref}&lt;br /&gt;
	return mRedirectHatnote._redirect(args, numRedirects, options)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;AlexiusHoratius</name></author>
	</entry>
</feed>