Module:Delink: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Reorder whitespace testing
(deal with multiple-line external links)
(Reorder whitespace testing)
Line 161:
end
if not (args.whitespace == "no") then
text = mw.ustring.gsub(text, "[ \t]+", " ") -- Remove extra tabs and spaces.
text = mw.ustring.gsub(text, "([^\n])(\n)([^\n])", "%1 %3") -- Remove single new lines (but not double new lines).
text = mw.ustring.gsub(text, "[ \t]+", " ") -- Remove extra tabs and spaces.
end
return text
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu