<?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%2Fstwalkerster%2Fcols</id>
	<title>Module:Sandbox/stwalkerster/cols - 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%2Fstwalkerster%2Fcols"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/stwalkerster/cols&amp;action=history"/>
	<updated>2026-04-21T23:12:22Z</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/stwalkerster/cols&amp;diff=146591&amp;oldid=prev</id>
		<title>imported&gt;Stwalkerster: fix</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/stwalkerster/cols&amp;diff=146591&amp;oldid=prev"/>
		<updated>2013-03-18T19:15:25Z</updated>

		<summary type="html">&lt;p&gt;fix&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- User:Stwalkerster&amp;#039;s testing page.&lt;br /&gt;
&lt;br /&gt;
local o = {}&lt;br /&gt;
&lt;br /&gt;
function o.randomColour()&lt;br /&gt;
    math.randomseed( os.time() )&lt;br /&gt;
  --  mw.log(&amp;quot;start&amp;quot;)&lt;br /&gt;
    &lt;br /&gt;
    local r = string.format(&amp;quot;%X&amp;quot;,math.random(16,255))&lt;br /&gt;
    local g = string.format(&amp;quot;%X&amp;quot;,math.random(16,255))&lt;br /&gt;
    local b = string.format(&amp;quot;%X&amp;quot;,math.random(16,255))&lt;br /&gt;
    &lt;br /&gt;
    return r .. g .. b;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function o.bgcol()&lt;br /&gt;
    return &amp;quot;background-color:#&amp;quot; .. o.randomColour() .. &amp;quot;;&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return o&lt;/div&gt;</summary>
		<author><name>imported&gt;Stwalkerster</name></author>
	</entry>
</feed>