Module:WikiProjectBanner/categories: Difference between revisions

imported>Kephir
(Created page with 'local categ = {} function categ.for_unused_args(categories, banner_config, banner_hooks, banner_name) categories[#categories + 1] = banner_name .. ' with unuse...')
 
(No difference)

Latest revision as of 18:14, 13 August 2014

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