Content deleted Content added
simplify tracking logic |
allow separate redlink and empty portal tracking |
||
Line 160:
-- if nothing left after purge, set tracking cat
if #portals == 0 then
trackingCat = trackingCat..(trackingEnabled and "[[Category:Pages with empty portal template]]" or "")
end
end
|