Module:Lang: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 578:
end
if (0 < #maint_cats) and (0 == namespace) and not is_set (args.nocat) then
for _, cat in ipairs (maint_cats) do
table.insert (out, table.concat ({'[[Category:', cat, ']]'}));