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 args = getArgs(frame)
local sourceName, start, text, nowiki = args[1], args[2], args.text, args.nowiki
Line 140:
if start and link then
if start == link then
start = nil
Line 148 ⟶ 147:
end
end
return
end
|