Module:WikiProject banner/sandbox: Difference between revisions

Content deleted Content added
No edit summary
simp
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
Line 650:
end
categories_formatted = tostring(category_list:allDone())
elseif not demo then
else
local categories_linked = {}
for _, cat in ipairs(categories) do