Module:Navbox/sandbox: Difference between revisions

Content deleted Content added
finish keyword conversion
'normal' tracking categories adjustment
Line 331:
local function getTrackingCategories(border)
local cats = {}
if needsHorizontalLists(border) then table.insert(cats, 'Navigational boxes without horizontal lists'cfg.category.horizontal_lists) end
if hasBackgroundColors() then table.insert(cats, 'Navboxes using background colours'cfg.category.background_colors) end
if isIllegible() then table.insert(cats, 'Potentially cfg.category.illegible navboxes') end
if hasBorders() then table.insert(cats, 'Navboxes using cfg.category.borders') end
return cats
end