<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.boxofrocks.net/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.boxofrocks.net/index.php?action=history&amp;feed=atom&amp;title=Module%3AAnimate"/>
	<link rel="alternate" type="text/html" href="https://wiki.boxofrocks.net/index.php?title=Module:Animate&amp;action=history"/>
	<updated>2026-05-31T02:05:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.boxofrocks.net/index.php?title=Module:Animate&amp;diff=573&amp;oldid=prev</id>
		<title>BoxWiki: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.boxofrocks.net/index.php?title=Module:Animate&amp;diff=573&amp;oldid=prev"/>
		<updated>2021-05-13T18:14:04Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 18:14, 13 May 2021&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&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;/table&gt;</summary>
		<author><name>BoxWiki</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.boxofrocks.net/index.php?title=Module:Animate&amp;diff=572&amp;oldid=prev</id>
		<title>Planks&gt;Unavailablehoax: Add link as a parameter</title>
		<link rel="alternate" type="text/html" href="https://wiki.boxofrocks.net/index.php?title=Module:Animate&amp;diff=572&amp;oldid=prev"/>
		<updated>2021-01-11T13:57:41Z</updated>

		<summary type="html">&lt;p&gt;Add link as a parameter&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;
	local link = args['link'] or args[3] 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;
	if link ~= '' then&lt;br /&gt;
		link = '|link=' .. link&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;
			table.insert( images, '&amp;lt;span&amp;gt;[[File:' .. image .. size .. link .. ']]&amp;lt;/span&amp;gt;' )&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;animated-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>Planks&gt;Unavailablehoax</name></author>
		
	</entry>
</feed>