<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.celestek.xyz/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.celestek.xyz/index.php?action=history&amp;feed=atom&amp;title=Module%3AAnimate"/>
		<link rel="alternate" type="text/html" href="https://wiki.celestek.xyz/index.php?title=Module:Animate&amp;action=history"/>
		<updated>2026-04-29T12:19:03Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>//wiki.celestek.xyz/index.php?title=Module:Animate&amp;diff=809&amp;oldid=prev</id>
		<title>Celestek at 19:40, 19 May 2015</title>
		<link rel="alternate" type="text/html" href="https://wiki.celestek.xyz/index.php?title=Module:Animate&amp;diff=809&amp;oldid=prev"/>
				<updated>2015-05-19T19:40:50Z</updated>
		
		<summary type="html">&lt;p&gt;&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 ''&lt;br /&gt;
	local size = args[2] or ''&lt;br /&gt;
	&lt;br /&gt;
	if size ~= '' then&lt;br /&gt;
		size = '|' .. size&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	local images = {}&lt;br /&gt;
	for image in mw.text.gsplit( files, '%s*;%s*' ) do&lt;br /&gt;
		if image == '' then&lt;br /&gt;
			table.insert( images, '&amp;lt;span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/span&amp;gt;' )&lt;br /&gt;
		else&lt;br /&gt;
                        if image:match( '.png' ) then&lt;br /&gt;
			       table.insert( images, '&amp;lt;span&amp;gt;[[File:' .. image .. size .. ']]&amp;lt;/span&amp;gt;' )&lt;br /&gt;
                        else&lt;br /&gt;
			       table.insert( images, '&amp;lt;span&amp;gt;[[File:' .. image .. '.png' .. size .. ']]&amp;lt;/span&amp;gt;' )&lt;br /&gt;
                        end&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	images[1] = images[1]:gsub( '^&amp;lt;span&amp;gt;', '&amp;lt;span class=&amp;quot;active&amp;quot;&amp;gt;' )&lt;br /&gt;
	&lt;br /&gt;
	return '&amp;lt;span class=&amp;quot;animated&amp;quot;&amp;gt;' .. table.concat( images ) .. '&amp;lt;/span&amp;gt;'&lt;br /&gt;
end&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Celestek</name></author>	</entry>

	</feed>