<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.you107657.duckdns.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AAnimate</id>
	<title>Module:Animate - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.you107657.duckdns.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AAnimate"/>
	<link rel="alternate" type="text/html" href="https://wiki.you107657.duckdns.org/index.php?title=Module:Animate&amp;action=history"/>
	<updated>2026-09-27T23:45:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.you107657.duckdns.org/index.php?title=Module:Animate&amp;diff=13127&amp;oldid=prev</id>
		<title>imported&gt;Merge: merge.py</title>
		<link rel="alternate" type="text/html" href="https://wiki.you107657.duckdns.org/index.php?title=Module:Animate&amp;diff=13127&amp;oldid=prev"/>
		<updated>2026-09-25T10:55:52Z</updated>

		<summary type="html">&lt;p&gt;merge.py&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;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 10:55, 25 September 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key tensura:diff:1.41:old-5310:rev-13127 --&gt;
&lt;/table&gt;</summary>
		<author><name>imported&gt;Merge</name></author>
	</entry>
	<entry>
		<id>https://wiki.you107657.duckdns.org/index.php?title=Module:Animate&amp;diff=5310&amp;oldid=prev</id>
		<title>imported&gt;Merge: merge.py</title>
		<link rel="alternate" type="text/html" href="https://wiki.you107657.duckdns.org/index.php?title=Module:Animate&amp;diff=5310&amp;oldid=prev"/>
		<updated>2026-09-25T10:55:52Z</updated>

		<summary type="html">&lt;p&gt;merge.py&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New 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[&amp;#039;link&amp;#039;] or args[3] or &amp;#039;&amp;#039;&lt;br /&gt;
	local class = args[&amp;#039;class&amp;#039;] or args[4] 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;
	if class ~= &amp;#039;&amp;#039; then&lt;br /&gt;
		class = &amp;#039;|class=&amp;#039; .. class&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 .. link .. class .. &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>imported&gt;Merge</name></author>
	</entry>
</feed>