<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ARedirect_and_target</id>
	<title>Module:Redirect and target - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ARedirect_and_target"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Redirect_and_target&amp;action=history"/>
	<updated>2026-05-26T06:06:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:Redirect_and_target&amp;diff=144614&amp;oldid=prev</id>
		<title>imported&gt;Rich Farmbrough at 17:30, 29 January 2016</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Redirect_and_target&amp;diff=144614&amp;oldid=prev"/>
		<updated>2016-01-29T17:30:37Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local getTarget = require(&amp;#039;Module:Redirect&amp;#039;).getTarget&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.line(frame)&lt;br /&gt;
	local pageTitle = frame.args[1]&lt;br /&gt;
	local target = getTarget(pageTitle)&lt;br /&gt;
	if target then&lt;br /&gt;
   	        return string.format(&amp;#039;[[%s]] → [[%s]]&amp;#039;, pageTitle, target)&lt;br /&gt;
	end&lt;br /&gt;
	return string.format(&amp;#039;[[%s]] is not a redirect&amp;#039;, pageTitle)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;Rich Farmbrough</name></author>
	</entry>
</feed>