Content deleted Content added
show categories for testing |
no link |
||
Line 111:
local add_category = function(category, key)
if category and category~='none' then
local cat_link = wikilink('Category:' .. category, key)▼
if args.demo_page then
table.insert(rows,
elseif not demo then
▲ local cat_link = wikilink('Category:' .. category, key)
table.insert(categories, cat_link)
end
|