Module:Navbox: Difference between revisions
Not needed; we deleted this tracking category because it wasn't being used
m>Dragons flight (Manually force in order parsing of key fields) |
m>Nyttend (Not needed; we deleted this tracking category because it wasn't being used) |
||
Line 273: | Line 273: | ||
local cats = {} | local cats = {} | ||
if needsHorizontalLists() then table.insert(cats, 'Navigational boxes without horizontal lists') end | if needsHorizontalLists() then table.insert(cats, 'Navigational boxes without horizontal lists') end | ||
if hasBackgroundColors() then table.insert(cats, 'Navboxes using background colours') end | if hasBackgroundColors() then table.insert(cats, 'Navboxes using background colours') end | ||
return cats | return cats | ||
Line 289: | Line 288: | ||
return true | return true | ||
end | end | ||