Content deleted Content added
mNo edit summary |
m debug... |
||
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 147 ⟶ 148:
end
end
return debuglog -- nowikize(frame, text, nowiki, true)
end
|