<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://theblockheads.wiki/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://theblockheads.wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3AAnimate"/>
	<link rel="alternate" type="text/html" href="https://theblockheads.wiki/index.php?title=Module:Animate&amp;action=history"/>
	<updated>2026-04-15T07:58:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://theblockheads.wiki/index.php?title=Module:Animate&amp;diff=25137&amp;oldid=prev</id>
		<title>FloofyPlasma: Created page with &quot;local p = {} function p.animate( f ) 	local args = f 	if f == mw.getCurrentFrame() then 		args = f:getParent().args 	end 	local files = args[1] or &#039;&#039; 	local size = args[2] or &#039;&#039; 	local link = args[&#039;link&#039;] or args[3] or &#039;&#039; 	local class = args[&#039;class&#039;] or args[4] or &#039;&#039; 	 	if size ~= &#039;&#039; then 		size = &#039;|&#039; .. size 	end  	if link ~= &#039;&#039; then 		link = &#039;|link=&#039; .. link 	end 	 	if class ~= &#039;&#039; then 		class = &#039;|class=&#039; .. class 	end 	 	local images = {} 	for image in mw.text.gsplit(...&quot;</title>
		<link rel="alternate" type="text/html" href="https://theblockheads.wiki/index.php?title=Module:Animate&amp;diff=25137&amp;oldid=prev"/>
		<updated>2024-08-06T21:20:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {} function p.animate( f ) 	local args = f 	if f == mw.getCurrentFrame() then 		args = f:getParent().args 	end 	local files = args[1] or &amp;#039;&amp;#039; 	local size = args[2] or &amp;#039;&amp;#039; 	local link = args[&amp;#039;link&amp;#039;] or args[3] or &amp;#039;&amp;#039; 	local class = args[&amp;#039;class&amp;#039;] or args[4] or &amp;#039;&amp;#039; 	 	if size ~= &amp;#039;&amp;#039; then 		size = &amp;#039;|&amp;#039; .. size 	end  	if link ~= &amp;#039;&amp;#039; then 		link = &amp;#039;|link=&amp;#039; .. link 	end 	 	if class ~= &amp;#039;&amp;#039; then 		class = &amp;#039;|class=&amp;#039; .. class 	end 	 	local images = {} 	for image in mw.text.gsplit(...&amp;quot;&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>FloofyPlasma</name></author>
	</entry>
</feed>