Module:WikiProject banner/sandbox: Difference between revisions

Content deleted Content added
fixes
No edit summary
Line 110:
local rows, nested_ratings, task_forces, notes, categories, taskforce_categories = {}, {}, {}, {}, {}, {}
local add_category = function(category, key)
if (not demo or args.demo_page) and category and category~='none' then
table.insert(categories, {category = category, key = key})
end