Content deleted Content added
m finally see it. * outside ) in capture. Arrgh. |
m cleanup debug stuff |
||
Line 104:
local originalText = text -- I don't want to even think about conflicts...
local nextLink = mw.ustring.gmatch(originalText, "%[%[([^%]|]*)|?([^%]]-)%]%]")
local link = " " -- true
local display = "" -- false
while link do
if not(start) and link ~= " " then
-- handle redirecting this link
end
link, display = nextLink()
if start then
Line 126 ⟶ 122:
end
end
return
end
|