<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wikifield.fr/index.php?action=history&amp;feed=atom&amp;title=Module%3AAnimate</id>
	<title>Module:Animate - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wikifield.fr/index.php?action=history&amp;feed=atom&amp;title=Module%3AAnimate"/>
	<link rel="alternate" type="text/html" href="https://wikifield.fr/index.php?title=Module:Animate&amp;action=history"/>
	<updated>2026-05-07T00:08:34Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wikifield.fr/index.php?title=Module:Animate&amp;diff=2296&amp;oldid=prev</id>
		<title>Admin : 1 révision importée</title>
		<link rel="alternate" type="text/html" href="https://wikifield.fr/index.php?title=Module:Animate&amp;diff=2296&amp;oldid=prev"/>
		<updated>2019-10-17T16:36:46Z</updated>

		<summary type="html">&lt;p&gt;1 révision 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 17 octobre 2019 à 16:36&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>Admin</name></author>
	</entry>
	<entry>
		<id>https://wikifield.fr/index.php?title=Module:Animate&amp;diff=2295&amp;oldid=prev</id>
		<title>mcen&gt;User-10384423 : possibility to disable image links</title>
		<link rel="alternate" type="text/html" href="https://wikifield.fr/index.php?title=Module:Animate&amp;diff=2295&amp;oldid=prev"/>
		<updated>2018-02-03T10:06:52Z</updated>

		<summary type="html">&lt;p&gt;possibility to disable image links&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;
function p.animate( f )&lt;br /&gt;
	local args = f&lt;br /&gt;
	if f == mw.getCurrentFrame() then&lt;br /&gt;
		args = f:getParent().args&lt;br /&gt;
	end&lt;br /&gt;
	local files = args[1] or &amp;#039;&amp;#039;&lt;br /&gt;
	local size = args[2] or &amp;#039;&amp;#039;&lt;br /&gt;
	local link = args[3] or &amp;#039;&amp;#039;&lt;br /&gt;
	&lt;br /&gt;
	if size ~= &amp;#039;&amp;#039; then&lt;br /&gt;
		size = &amp;#039;|&amp;#039; .. size&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	if link ~= &amp;#039;&amp;#039; then&lt;br /&gt;
		link = &amp;#039;|link=&amp;#039; .. link&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	local images = {}&lt;br /&gt;
	for image in mw.text.gsplit( files, &amp;#039;%s*;%s*&amp;#039; ) do&lt;br /&gt;
		if image == &amp;#039;&amp;#039; then&lt;br /&gt;
			table.insert( images, &amp;#039;&amp;lt;span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/span&amp;gt;&amp;#039; )&lt;br /&gt;
		else&lt;br /&gt;
			table.insert( images, &amp;#039;&amp;lt;span&amp;gt;[[File:&amp;#039; .. image .. size .. &amp;#039;]]&amp;lt;/span&amp;gt;&amp;#039; )&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	images[1] = images[1]:gsub( &amp;#039;^&amp;lt;span&amp;gt;&amp;#039;, &amp;#039;&amp;lt;span class=&amp;quot;animated-active&amp;quot;&amp;gt;&amp;#039; )&lt;br /&gt;
	&lt;br /&gt;
	return &amp;#039;&amp;lt;span class=&amp;quot;animated&amp;quot;&amp;gt;&amp;#039; .. table.concat( images ) .. &amp;#039;&amp;lt;/span&amp;gt;&amp;#039;&lt;br /&gt;
end&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>mcen&gt;User-10384423</name></author>
	</entry>
</feed>