<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://conductors.wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ARedirect-distinguish-for</id>
	<title>Module:Redirect-distinguish-for - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://conductors.wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ARedirect-distinguish-for"/>
	<link rel="alternate" type="text/html" href="https://conductors.wiki/index.php?title=Module:Redirect-distinguish-for&amp;action=history"/>
	<updated>2026-07-22T16:55:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://conductors.wiki/index.php?title=Module:Redirect-distinguish-for&amp;diff=684&amp;oldid=prev</id>
		<title>N.Sorokin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://conductors.wiki/index.php?title=Module:Redirect-distinguish-for&amp;diff=684&amp;oldid=prev"/>
		<updated>2026-06-25T20:55:18Z</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 20:55, 25 June 2026&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 wiki:diff:1.41:old-683:rev-684 --&gt;
&lt;/table&gt;</summary>
		<author><name>N.Sorokin</name></author>
	</entry>
	<entry>
		<id>https://conductors.wiki/index.php?title=Module:Redirect-distinguish-for&amp;diff=683&amp;oldid=prev</id>
		<title>en&gt;Nihiltres: Fix reordering error</title>
		<link rel="alternate" type="text/html" href="https://conductors.wiki/index.php?title=Module:Redirect-distinguish-for&amp;diff=683&amp;oldid=prev"/>
		<updated>2022-08-23T17:51:33Z</updated>

		<summary type="html">&lt;p&gt;Fix reordering error&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;mArguments = require(&amp;#039;Module:Arguments&amp;#039;)&lt;br /&gt;
mRedirectHatnote = require(&amp;quot;Module:Redirect hatnote&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.redirectDistinguishFor(frame)&lt;br /&gt;
	local args = mArguments.getArgs(frame, {parentOnly = true})&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;
	local parsedArgs = {}&lt;br /&gt;
	for i = 1, maxArg do&lt;br /&gt;
		if i ~= 2 then&lt;br /&gt;
			parsedArgs[i == 1 and 1 or i - 1] = args[i] end&lt;br /&gt;
	end&lt;br /&gt;
	return (string.gsub( --Note that the outer parentheses are necessary!&lt;br /&gt;
		mRedirectHatnote._redirect(parsedArgs, 1, {selfref = args.selfref}),&lt;br /&gt;
		&amp;quot;(redirects? here.)&amp;quot;,&lt;br /&gt;
		&amp;quot;%1 Not to be confused with [[:&amp;quot; .. (args[2]:match(&amp;#039;^:?(.*)&amp;#039;)) .. &amp;quot;]].&amp;quot;,&lt;br /&gt;
		1&lt;br /&gt;
	))&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>en&gt;Nihiltres</name></author>
	</entry>
</feed>