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 15:18, 27 December 2016 (Created page with 'local categories = {} function categories.list(parameters) return '[category:' .. parameters.args[1] .. ']' end return categories'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local categories = {}
function categories.list(parameters)
	return '[category:' .. parameters.args[1] .. ']'
end
return categories