Content deleted Content added
m self revert to previous state |
m testing tracking cats for subgroups/non-subgroups |
||
Line 311:
if hasBackgroundColors() then table.insert(cats, 'Navboxes using background colours') end
if isIllegible() then table.insert(cats, 'Potentially illegible navboxes') end
if border == 'subgroup' then table.insert(cats, 'Pages containing navbox subgroups') else table.insert(cats, 'Pages containing navboxes') end
return cats
end
|