Content deleted Content added
mNo edit summary |
m Not sure why the pipe logic fails |
||
Line 143:
link, display = nextLink()
if display then
display = mw.ustring.match(display, "(%S+)") -- nil if no non-space
end
if link then link = mw.text.trim(link) or link end
|