1,124
edits
| (One intermediate revision by the same user not shown) | |||
| Line 32: | Line 32: | ||
mw.log(title) | mw.log(title) | ||
local disambig = string.find(title, '%(') | local disambig = string.find(title, '%(') | ||
if | if disambig then | ||
title = title:gsub('(.*)%s%(.-%)', '%1') | |||
end | end | ||
return title | return title | ||
end | end | ||