Module:Redirect/sandbox: Difference between revisions

Content deleted Content added
m start, link trimming. Hopefully they meet...
mNo edit summary
Line 111:
local args = getArgs(frame)
local sourceName, start, text, nowiki = args[1], args[2], args.text, args.nowiki
if type(sourceName) == "string" then sourceName = mw.text.trim(sourceName) end
if type(start) == "string" then start = mw.text.trim(start) end
if type(text) ~= "string" then
Line 137:
 
link, display = nextLink()
if link then link = mw.text.trim(link) or link end
if start and link then