local categories = {} function categories.list(...) for i, parm in ipairs(arg) do return '[[category:' .. parm .. ']]' end end return categories