Jump to content

Module:Multicat

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Kazvorpal (talk | contribs) at 03:33, 28 December 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local categories = {}
holder = ""
function categories.list(parameters)
	for count = 1, 3 do 
		holder = holder .. '[[category:' .. parameters.args[count] .. ']]'
	end
	return holder
end
return categories