Content deleted Content added
simplify for testing |
"%%%1" |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2:
local p = {}
function p.main(args)
s = "South Dublin (county)"
pn = "Category:Sportspeople from South Dublin (county)"
-- s = mw.ustring.gsub( s, "([^%w_])", "%%1")
s = mw.ustring.gsub( s, "([%W])", "%%%1")
pn = mw.ustring.gsub(pn, s, "")
return "
|