<?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%2FAidan9382%2FDocInteraction</id>
	<title>Module:Sandbox/Aidan9382/DocInteraction - 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%2FAidan9382%2FDocInteraction"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/Aidan9382/DocInteraction&amp;action=history"/>
	<updated>2026-05-06T01:25:59Z</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/Aidan9382/DocInteraction&amp;diff=145085&amp;oldid=prev</id>
		<title>imported&gt;Aidan9382: better naming</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/Aidan9382/DocInteraction&amp;diff=145085&amp;oldid=prev"/>
		<updated>2022-11-26T22:12:46Z</updated>

		<summary type="html">&lt;p&gt;better naming&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local doc = require(&amp;quot;Module:Documentation&amp;quot;)&lt;br /&gt;
local docsandbox = require(&amp;quot;Module:Documentation/sandbox&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
local function generateNotice(page,module)&lt;br /&gt;
	return module.sandboxNotice( --args, env&lt;br /&gt;
		{},&lt;br /&gt;
		module.getEnvironment({page=page})&lt;br /&gt;
	)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.testCurrentSNotice(frame)&lt;br /&gt;
	return generateNotice(frame.args.page,doc)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.testSandboxSNotice(frame)&lt;br /&gt;
	return generateNotice(frame.args.page,docsandbox)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;Aidan9382</name></author>
	</entry>
</feed>