Module:RfD: Difference between revisions

Content deleted Content added
Jackmcbarn (talk | contribs)
handle bad content
Jackmcbarn (talk | contribs)
m not a function
Line 39:
target = mw.title.new(target)
end
if target and not target:.isRedirect() and target ~= mw.title.getCurrentTitle() then
return frame:getParent():preprocess(mw.title.new():getContent())
else