<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="hu">
	<id>https://wiki.trashforum.org/index.php?action=history&amp;feed=atom&amp;title=Modul%3ARedirect-multi</id>
	<title>Modul:Redirect-multi - Laptörténet</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.trashforum.org/index.php?action=history&amp;feed=atom&amp;title=Modul%3ARedirect-multi"/>
	<link rel="alternate" type="text/html" href="https://wiki.trashforum.org/index.php?title=Modul:Redirect-multi&amp;action=history"/>
	<updated>2026-05-07T13:45:17Z</updated>
	<subtitle>Az oldal laptörténete a wikiben</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.trashforum.org/index.php?title=Modul:Redirect-multi&amp;diff=4841&amp;oldid=prev</id>
		<title>BarathéGábor: 1 változat importálva</title>
		<link rel="alternate" type="text/html" href="https://wiki.trashforum.org/index.php?title=Modul:Redirect-multi&amp;diff=4841&amp;oldid=prev"/>
		<updated>2025-01-21T19:52:10Z</updated>

		<summary type="html">&lt;p&gt;1 változat importálva&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;hu&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Régebbi változat&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;A lap 2025. január 21., 21:52-kori változata&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;hu&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Nincs különbség)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>BarathéGábor</name></author>
	</entry>
	<entry>
		<id>https://wiki.trashforum.org/index.php?title=Modul:Redirect-multi&amp;diff=4840&amp;oldid=prev</id>
		<title>w&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.trashforum.org/index.php?title=Modul:Redirect-multi&amp;diff=4840&amp;oldid=prev"/>
		<updated>2017-12-15T22:32:18Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/Modul:Redirect-multi&quot; title=&quot;Modul:Redirect-multi&quot;&gt;Module:Redirect-multi&lt;/a&gt;&amp;quot;: &lt;a href=&quot;/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 (a lap nem létezik)&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;Új lap&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local mRedirectHatnote = require(&amp;#039;Module:Redirect hatnote&amp;#039;)&lt;br /&gt;
local mArguments = require(&amp;#039;Module:Arguments&amp;#039;)&lt;br /&gt;
local mHatnote = require(&amp;#039;Module:Hatnote&amp;#039;)&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&amp;#039;t friends&lt;br /&gt;
	local maxArg = 0&lt;br /&gt;
	for k, v in pairs(args) do&lt;br /&gt;
		if type(k) == &amp;#039;number&amp;#039; 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&amp;#039;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&amp;#039;s ignored&lt;br /&gt;
			args[numRedirects + (2 * i) + 1] = &amp;#039;and&amp;#039;&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>w&gt;AlexiusHoratius</name></author>
	</entry>
</feed>