Content deleted Content added
No edit summary |
No edit summary |
||
Line 27:
local function unlink(s)
if s then
s = s:match("^.-%[%[(.-)|.-%]%].*$") or s
s = s:match("^.-%[%[(.-)%]%].*$") or s
end
return s
|
No edit summary |
No edit summary |
||
Line 27:
local function unlink(s)
if s then
s = s:match("^.-%[%[(.-)|.-%]%].*$") or s
s = s:match("^.-%[%[(.-)%]%].*$") or s
end
return s
|