<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://rishon.rcorp.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://rishon.rcorp.fr/index.php?action=history&amp;feed=atom&amp;title=Module%3ACat%C3%A9gorie_par_date"/>
	<link rel="alternate" type="text/html" href="https://rishon.rcorp.fr/index.php?title=Module:Cat%C3%A9gorie_par_date&amp;action=history"/>
	<updated>2026-09-05T15:05:21Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://rishon.rcorp.fr/index.php?title=Module:Cat%C3%A9gorie_par_date&amp;diff=1136&amp;oldid=prev</id>
		<title>RubnK : 1 version importée</title>
		<link rel="alternate" type="text/html" href="https://rishon.rcorp.fr/index.php?title=Module:Cat%C3%A9gorie_par_date&amp;diff=1136&amp;oldid=prev"/>
		<updated>2025-06-28T23:56:40Z</updated>

		<summary type="html">&lt;p&gt;1 version importée&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;fr&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Version précédente&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version du 29 juin 2025 à 01:56&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;fr&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Aucune différence)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>RubnK</name></author>
	</entry>
	<entry>
		<id>https://rishon.rcorp.fr/index.php?title=Module:Cat%C3%A9gorie_par_date&amp;diff=1135&amp;oldid=prev</id>
		<title>wp&gt;GrandEscogriffe : plus fiable (mais plus coûteux) : recherche dans la chaîne de caractères</title>
		<link rel="alternate" type="text/html" href="https://rishon.rcorp.fr/index.php?title=Module:Cat%C3%A9gorie_par_date&amp;diff=1135&amp;oldid=prev"/>
		<updated>2024-12-07T23:32:33Z</updated>

		<summary type="html">&lt;p&gt;plus fiable (mais plus coûteux) : recherche dans la chaîne de caractères&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 == &amp;#039;&amp;#039; 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 .. &amp;#039; &amp;#039; else prefix = &amp;#039;&amp;#039; end&lt;br /&gt;
	if suffix then suffix = &amp;#039; &amp;#039; .. suffix else suffix = &amp;#039;&amp;#039; end&lt;br /&gt;
	local default = args2.default or &amp;#039;Échec de Module:Catégorie par date&amp;#039;&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 = &amp;#039;[[Category:&amp;#039; .. prefix .. datestring .. suffix .. &amp;#039;]]&amp;#039;&lt;br /&gt;
			return catstring&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	catstring = &amp;#039;[[Category:&amp;#039; .. default .. &amp;#039;]]&amp;#039;&lt;br /&gt;
	return catstring&lt;br /&gt;
end&lt;br /&gt;
 &lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>wp&gt;GrandEscogriffe</name></author>
	</entry>
</feed>