Module:WikiProjectBanner/categories

MyWikiBiz, Author Your Legacy — Monday May 20, 2024
< Module:WikiProjectBanner
Revision as of 07:58, 16 July 2021 by Zoran (talk | contribs) (Pywikibot 6.4.0)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:WikiProjectBanner/categories/doc

local categ = {}

function categ.for_unused_args(categories, banner_config, banner_hooks, banner_name)
	categories[#categories + 1] = banner_name .. ' with unused parameters'
end

return categ