Module:RfD: Difference between revisions

Content deleted Content added
Jackmcbarn (talk | contribs)
Undid revision 623259423 by Jackmcbarn (talk): never mind, something funny happened with the new package
Jackmcbarn (talk | contribs)
fix error e.g. on Template:Smiley caused by Template:P
Line 43:
target = mw.title.new(target)
end
if target and not target.isRedirect and target ~= mw.title.getCurrentTitleframe:getParent():getTitle() then
local pframe = frame:getParent()
-- We should actually be calling expandTemplate on the grandparent rather than on the parent, but we can't do that yet