<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://cyclopedia.btz.alsace/index.php?action=history&amp;feed=atom&amp;title=Module%3ACitation%2FCS2</id>
	<title>Module:Citation/CS2 - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://cyclopedia.btz.alsace/index.php?action=history&amp;feed=atom&amp;title=Module%3ACitation%2FCS2"/>
	<link rel="alternate" type="text/html" href="https://cyclopedia.btz.alsace/index.php?title=Module:Citation/CS2&amp;action=history"/>
	<updated>2026-04-12T02:16:26Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://cyclopedia.btz.alsace/index.php?title=Module:Citation/CS2&amp;diff=215&amp;oldid=prev</id>
		<title>Admin : 1 version importée</title>
		<link rel="alternate" type="text/html" href="https://cyclopedia.btz.alsace/index.php?title=Module:Citation/CS2&amp;diff=215&amp;oldid=prev"/>
		<updated>2024-07-31T17:35:04Z</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;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;fr&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Version précédente&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version du 31 juillet 2024 à 17:35&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&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;!-- diff cache key my_wiki:diff:1.41:old-214:rev-215 --&gt;
&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://cyclopedia.btz.alsace/index.php?title=Module:Citation/CS2&amp;diff=214&amp;oldid=prev</id>
		<title>wikipedia&gt;PK2 : ←Created page with &#039;local p = {} local CS1 = require(&#039;Module:Citation/CS1&#039;)  p[&#039;&#039;] = function(frame) 	local newFrame = { 	    getParent = function(self) 	    	return frame 	    end, 	    getTitle = function(self) 	    	return &#039;Template:Citation&#039; 	    end, 	    args = {CitationClass=&#039;citation&#039;} 	} 	setmetatable(newFrame, { 		__index = function(t, k) 			if type(frame[k]) == &#039;function&#039; then 				return function(...) 					return frame[k](frame, select(2, ...)) 				end 			else 				r...&#039;</title>
		<link rel="alternate" type="text/html" href="https://cyclopedia.btz.alsace/index.php?title=Module:Citation/CS2&amp;diff=214&amp;oldid=prev"/>
		<updated>2023-07-29T09:43:11Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/index.php?title=WP:AES&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:AES (page inexistante)&quot;&gt;←&lt;/a&gt;Created page with &amp;#039;local p = {} local CS1 = require(&amp;#039;Module:Citation/CS1&amp;#039;)  p[&amp;#039;&amp;#039;] = function(frame) 	local newFrame = { 	    getParent = function(self) 	    	return frame 	    end, 	    getTitle = function(self) 	    	return &amp;#039;Template:Citation&amp;#039; 	    end, 	    args = {CitationClass=&amp;#039;citation&amp;#039;} 	} 	setmetatable(newFrame, { 		__index = function(t, k) 			if type(frame[k]) == &amp;#039;function&amp;#039; then 				return function(...) 					return frame[k](frame, select(2, ...)) 				end 			else 				r...&amp;#039;&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;
local CS1 = require(&amp;#039;Module:Citation/CS1&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
p[&amp;#039;&amp;#039;] = function(frame)&lt;br /&gt;
	local newFrame = {&lt;br /&gt;
	    getParent = function(self)&lt;br /&gt;
	    	return frame&lt;br /&gt;
	    end,&lt;br /&gt;
	    getTitle = function(self)&lt;br /&gt;
	    	return &amp;#039;Template:Citation&amp;#039;&lt;br /&gt;
	    end,&lt;br /&gt;
	    args = {CitationClass=&amp;#039;citation&amp;#039;}&lt;br /&gt;
	}&lt;br /&gt;
	setmetatable(newFrame, {&lt;br /&gt;
		__index = function(t, k)&lt;br /&gt;
			if type(frame[k]) == &amp;#039;function&amp;#039; then&lt;br /&gt;
				return function(...)&lt;br /&gt;
					return frame[k](frame, select(2, ...))&lt;br /&gt;
				end&lt;br /&gt;
			else&lt;br /&gt;
				return frame[k]&lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
	})&lt;br /&gt;
	return CS1.citation(newFrame)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;PK2</name></author>
	</entry>
</feed>