<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wicri-demo.istex.fr/Wicri/Base131/fr/index.php?action=history&amp;feed=atom&amp;title=Module%3ACat%C3%A9gorie_par_date</id>
	<title>Module:Catégorie par date - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wicri-demo.istex.fr/Wicri/Base131/fr/index.php?action=history&amp;feed=atom&amp;title=Module%3ACat%C3%A9gorie_par_date"/>
	<link rel="alternate" type="text/html" href="https://wicri-demo.istex.fr/Wicri/Base131/fr/index.php?title=Module:Cat%C3%A9gorie_par_date&amp;action=history"/>
	<updated>2026-04-19T06:32:31Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.31.10</generator>
	<entry>
		<id>https://wicri-demo.istex.fr/Wicri/Base131/fr/index.php?title=Module:Cat%C3%A9gorie_par_date&amp;diff=3854&amp;oldid=prev</id>
		<title>Jacques Ducloy : Page créée avec « local p = {}  function p.categorize(frame) 	local args1 = frame:getParent().args 	local args2 = frame.args 	 	local dateparam = args1[1] 	if (not dateparam) or dateparam =... »</title>
		<link rel="alternate" type="text/html" href="https://wicri-demo.istex.fr/Wicri/Base131/fr/index.php?title=Module:Cat%C3%A9gorie_par_date&amp;diff=3854&amp;oldid=prev"/>
		<updated>2025-03-26T21:21:11Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « local p = {}  function p.categorize(frame) 	local args1 = frame:getParent().args 	local args2 = frame.args 	 	local dateparam = args1[1] 	if (not dateparam) or dateparam =... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.categorize(frame)&lt;br /&gt;
	local args1 = frame:getParent().args&lt;br /&gt;
	local args2 = frame.args&lt;br /&gt;
	&lt;br /&gt;
	local dateparam = args1[1]&lt;br /&gt;
	if (not dateparam) or dateparam == '' then return nil end&lt;br /&gt;
	&lt;br /&gt;
	local prefix = args2.prefix&lt;br /&gt;
	local suffix = args2.suffix&lt;br /&gt;
	if prefix then prefix = prefix .. ' ' else prefix = '' end&lt;br /&gt;
	if suffix then suffix = ' ' .. suffix else suffix = '' end&lt;br /&gt;
	local default = args2.default or 'Échec de Module:Catégorie par date'&lt;br /&gt;
	local datemin = tonumber(args2.datemin) or 2024&lt;br /&gt;
	local datemax = tonumber(args2.datemax) or 2024&lt;br /&gt;
	&lt;br /&gt;
	local catstring&lt;br /&gt;
	for datenum = datemin,datemax do&lt;br /&gt;
		local datestring = tostring(datenum)&lt;br /&gt;
		if mw.ustring.find(dateparam,datestring) then&lt;br /&gt;
			catstring = '[[Category:' .. prefix .. datestring .. suffix .. ']]'&lt;br /&gt;
			return catstring&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	catstring = '[[Category:' .. default .. ']]'&lt;br /&gt;
	return catstring&lt;br /&gt;
end&lt;br /&gt;
 &lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Jacques Ducloy</name></author>
		
	</entry>
</feed>