Module:Redirect/sandbox: Difference between revisions

Content deleted Content added
m debug...
No edit summary
Line 108:
-- that which is a redirect with the non-redirected canonical name, up until pcall throws an error
-- due to expense. Finally, it returns the substituted page.
 
local debuglog = ""
local args = getArgs(frame)
local sourceName, start, text, nowiki = args[1], args[2], args.text, args.nowiki
Line 140:
if start and link then
debuglog = debuglog .. tostring(start).. tostring(link).."|"
if start == link then
start = nil
Line 148 ⟶ 147:
end
end
return debuglog -- nowikize(frame, text, nowiki, true)
end