<?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%2FTheTruthCreater%2FTemplateMath</id>
	<title>Module:Sandbox/TheTruthCreater/TemplateMath - 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%2FTheTruthCreater%2FTemplateMath"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/TheTruthCreater/TemplateMath&amp;action=history"/>
	<updated>2026-04-21T17:53:10Z</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/TheTruthCreater/TemplateMath&amp;diff=146300&amp;oldid=prev</id>
		<title>imported&gt;TheTruthCreator: ←Created page with &#039;local p = {}  function p.doOp(frame) 	local n 	local op1 = frame.args[1] 	local op = frame.args[2] 	local op2 = frame.args[3] 	 	if op == &quot;+&quot; then 		n = op1 + op...&#039;</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/TheTruthCreater/TemplateMath&amp;diff=146300&amp;oldid=prev"/>
		<updated>2016-08-04T00:23:21Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/index.php?title=WP:AES&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:AES (page does not exist)&quot;&gt;←&lt;/a&gt;Created page with &amp;#039;local p = {}  function p.doOp(frame) 	local n 	local op1 = frame.args[1] 	local op = frame.args[2] 	local op2 = frame.args[3] 	 	if op == &amp;quot;+&amp;quot; then 		n = op1 + op...&amp;#039;&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;
&lt;br /&gt;
function p.doOp(frame)&lt;br /&gt;
	local n&lt;br /&gt;
	local op1 = frame.args[1]&lt;br /&gt;
	local op = frame.args[2]&lt;br /&gt;
	local op2 = frame.args[3]&lt;br /&gt;
	&lt;br /&gt;
	if op == &amp;quot;+&amp;quot; then&lt;br /&gt;
		n = op1 + op2&lt;br /&gt;
	elseif op == &amp;quot;-&amp;quot; then&lt;br /&gt;
		n = op1 - op2&lt;br /&gt;
	elseif op == &amp;quot;*&amp;quot; then&lt;br /&gt;
		n = op1 * op2&lt;br /&gt;
	elseif op == &amp;quot;/&amp;quot; then&lt;br /&gt;
		n = op1 / op2&lt;br /&gt;
	elseif op == &amp;quot;^&amp;quot; then&lt;br /&gt;
		for i = 1, op2, 1 do&lt;br /&gt;
			n = n * op1&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return n&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;TheTruthCreator</name></author>
	</entry>
</feed>