Content deleted Content added
turn off tracking in more namespaces |
add Talk namespace to list of untracked namespaces |
||
Line 46:
local function checkNamespace()
local thisPage = mw.title.getCurrentTitle()
if (thisPage.namespace ==
or (thisPage.namespace == 2) -- User
or (thisPage.namespace == 3) -- User talk
or (thisPage.namespace == 5) -- Wikipedia talk
|