Content deleted Content added
update per Talk: centralize portal checking into p._checkPortals(), use Module:Arguments to trim whitespace, correctly handle default arguments |
add sandbox to tracking exclusion |
||
Line 73:
return not( mw.ustring.match(thisPageLC, "/archive")
or mw.ustring.match(thisPageLC, "/doc")
or mw.ustring.match(thisPageLC, "/sandbox")
or mw.ustring.match(thisPageLC, "/test"))
end
|