Content deleted Content added
m there are times when I'd like to track down the inventor of the regex and thank him in person... |
mNo edit summary |
||
Line 104:
local originalText = text -- I don't want to even think about conflicts...
local nextLink = mw.ustring.gmatch(originalText, "%[%[([^%]|])*") -- k. o. w.
local link = " " -- true
local display = "" -- false
|