Content deleted Content added
m testing tracking cats for subgroups/non-subgroups |
mNo edit summary |
||
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, '
return cats
end
|