Content deleted Content added
Reverted to revision 833470168 by BrownHairedGirl (talk): Rv updates meant to be on another page. (TW) |
"%%%1" |
||
(One intermediate revision 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 "
|