Content deleted Content added
Jackmcbarn (talk | contribs) better way to fix it |
Jackmcbarn (talk | contribs) don't need htmldecode now |
||
Line 36:
if type(rname) ~= "string" or not mw.ustring.match(rname, "%S") then return end
bracket = bracket and "[[%s]]" or "%s"
rname = mw.ustring.match(rname, "%[%[(.+)%]%]") or rname
|