Module:Redirect: Difference between revisions

m
hardcoding test
No edit summary
m (hardcoding test)
Line 9:
local rname=args[1] or pargs[1] or ""
if redirect=="" then return "" end
local rpage=mw.title.new(rname"Wikipedia:AFC")
local err=""
if rpage then -- avoid possibly expensive FileExists if we don't have anything
Line 24:
else err="File not found (mw.title.new failed)"
end
return [=[<span style="text-color:red;">[[Module:redirect]] error: ]=] .. err .. [=[ - [[]=] .. rname .. [=[]]</span>]=]
end
 
Anonymous user