Module:Redirect: Difference between revisions

Temporarily breaking it -- it returned "2"!
(Problem is, the manual doesn't say whether () is after : or . Should remember ...)
(Temporarily breaking it -- it returned "2"!)
Line 15:
-- if rpage.fileExists then
if rpage.isRedirect then
return rpage.getContent(rpage)
return (tostring(mw.ustring.find(tostring(rpage.getContent(rpage)),"REDIRECT(.-)%[%[(.-)%]%]")) or [=[<span style="text-color:red;">[[Module:redirect]] error: failed to understand - [[]=] .. rname .. [=[]]</span]=])
else return rname -- not a redirect so leave the original text (for some general-purpose template use)
end
Anonymous user