Content deleted Content added
move |
ignore nil category |
||
Line 110:
local rows, collapsed, nested_ratings, task_forces, notes, categories = {}, {}, {}, {}, {}, {}
local add_category = function(category, key)
if category and not demo then
local cat_link = wikilink('Category:' .. category, key)
table.insert(categories, cat_link)
|