local p =
function p.test(frame) if (not isRedirect) then return "" end local tospace = "" __, tospace = mw.string.find (mw.string.lower(getContent), "#redirect:?\s*\[\[(talk|(portal|template....)([_ ]+talk))?:")
if (tospace
local fromspace = "" fromspace = mw.string.find (PageTitle, "#redirect:?\s*\[\[(talk|(portal|template....)([_ ]+talk)?:")
if (fromspace
if (fromspace
-- Maybe-- rv = -- and check cat exists - if not add a tracking cat.-- Or rv = ""-- Or both return rvend
return p