<?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%3ADs%2Falert%2Fsandbox</id>
	<title>Module:Ds/alert/sandbox - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ADs%2Falert%2Fsandbox"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Ds/alert/sandbox&amp;action=history"/>
	<updated>2026-04-16T01:45:11Z</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:Ds/alert/sandbox&amp;diff=136012&amp;oldid=prev</id>
		<title>imported&gt;Newslinger: Create module, with functions taken from Module:Ds/aware</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Ds/alert/sandbox&amp;diff=136012&amp;oldid=prev"/>
		<updated>2022-03-24T06:23:02Z</updated>

		<summary type="html">&lt;p&gt;Create module, with functions taken from &lt;a href=&quot;/research/Module:Ds/aware&quot; title=&quot;Module:Ds/aware&quot;&gt;Module:Ds/aware&lt;/a&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;
local getArgs = require(&amp;#039;Module:Arguments&amp;#039;).getArgs&lt;br /&gt;
&lt;br /&gt;
function p.listToText(frame)&lt;br /&gt;
	return p._listToText(frame, getArgs(frame))&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._listToText(frame, t)&lt;br /&gt;
	local new = {}&lt;br /&gt;
	local t = require(&amp;#039;Module:TableTools&amp;#039;).compressSparseArray(t)&lt;br /&gt;
	for i,v in ipairs(t) do&lt;br /&gt;
		table.insert(new, frame:expandTemplate{title = &amp;#039;Ds/topics&amp;#039;, args = {[&amp;quot;sanctions scope&amp;quot;] = v}})&lt;br /&gt;
	end&lt;br /&gt;
	return &amp;#039;\n*&amp;#039;..table.concat(new, &amp;#039;\n*&amp;#039;)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;Newslinger</name></author>
	</entry>
</feed>