<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ASandbox%2FArccosecant%2FBouncyTest</id>
	<title>Module:Sandbox/Arccosecant/BouncyTest - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ASandbox%2FArccosecant%2FBouncyTest"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/Arccosecant/BouncyTest&amp;action=history"/>
	<updated>2026-05-24T11:57:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:Sandbox/Arccosecant/BouncyTest&amp;diff=145142&amp;oldid=prev</id>
		<title>imported&gt;Chrs: do this with the template now</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/Arccosecant/BouncyTest&amp;diff=145142&amp;oldid=prev"/>
		<updated>2021-03-31T23:35:02Z</updated>

		<summary type="html">&lt;p&gt;do this with the template now&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local cfg = require(&amp;#039;Module:Sandbox/Arccosecant/BouncyTest/cfg&amp;#039;)&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p._from_entry(entry)&lt;br /&gt;
	return &amp;quot;&amp;lt;div style=\&amp;quot;position: fixed; left: 240px; top: 240px; z-index: 500; animation: x-ubox &amp;quot; .. math.random(5,7) .. &amp;quot;.&amp;quot; .. math.random(0,9) .. &amp;quot;s linear infinite alternate, y-ubox &amp;quot; .. math.random(4,6) .. &amp;quot;.&amp;quot; .. math.random(0,9) .. &amp;quot;s linear infinite alternate\&amp;quot;&amp;gt;{{&amp;quot; .. entry .. &amp;quot;}}&amp;lt;/div&amp;gt;&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.select_all(frame)&lt;br /&gt;
	ret = &amp;quot;&amp;quot;&lt;br /&gt;
	for _,ent in ipairs(cfg) do&lt;br /&gt;
		ret = ret .. p._from_entry(ent)&lt;br /&gt;
	end&lt;br /&gt;
	return frame:preprocess(ret)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.select_rand(frame)&lt;br /&gt;
	ret = &amp;quot;&amp;quot;&lt;br /&gt;
	for i=1,frame.args[1] do&lt;br /&gt;
		ret = ret .. p._from_entry(cfg[math.random(#cfg)])&lt;br /&gt;
	end&lt;br /&gt;
	return frame:preprocess(ret)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;Chrs</name></author>
	</entry>
</feed>