<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AMulticat</id>
	<title>Module:Multicat - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AMulticat"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Multicat&amp;action=history"/>
	<updated>2026-06-14T00:06:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://mywikibiz.com/index.php?title=Module:Multicat&amp;diff=478739&amp;oldid=prev</id>
		<title>Zoran: Pywikibot 6.4.0</title>
		<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Multicat&amp;diff=478739&amp;oldid=prev"/>
		<updated>2021-07-16T05:02:05Z</updated>

		<summary type="html">&lt;p&gt;Pywikibot 6.4.0&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This template lets you make a long list of categories in a single entry. Generally cuts the number of characters dramatically, especially if there are many cats, and makes adding more easier.&lt;br /&gt;
-- Syntax:&lt;br /&gt;
----{{#invoke: multicat| cats | [unlimited list of categories separated by pipes]}}&lt;br /&gt;
-- Example:&lt;br /&gt;
----{{#invoke: multicat | cats |1870 births|1945 deaths|writers|biographers|critics|libertarians|Georgists|thinkers|jugglers}}&lt;br /&gt;
--Output:&lt;br /&gt;
----[[category:1870 births]][[category:1945 Deaths]][[category:writers]][[category:biographers]][[category:critics]][[category:libertarians]][[category:Georgists]][[category: thinkers]][[category:jugglers]]&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
function p.cats(frame)&lt;br /&gt;
	local holder = &amp;quot;&amp;quot;&lt;br /&gt;
	for count, parms in pairs(frame.args) do &lt;br /&gt;
		holder = holder .. '[[category:' .. parms .. ']]'&lt;br /&gt;
	end&lt;br /&gt;
	return holder&lt;br /&gt;
end&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
</feed>