<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Template%3A%2B%3D%2Fdoc</id>
	<title>Template:+=/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Template%3A%2B%3D%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Template:%2B%3D/doc&amp;action=history"/>
	<updated>2026-04-30T12:55:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.runerealm.org/index.php?title=Template:%2B%3D/doc&amp;diff=536&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;{{Documentation}}  The &#039;&#039;&#039;+=&#039;&#039;&#039; template is used to calculate running totals.  ==Usage== &lt;pre&gt; {{+= |1 = The variable to add to |2 = A variable name or number |echo = Echo the 1 or 2 param }} &lt;/pre&gt;  ==1== (Required) The name of the variable you wish to add something to. ==2== (Optional) The name of a variable to add to the first, or a number. Defaults to 1. ==echo== (Optional) Echoes the &lt;nowiki&gt;{{{1}}}&lt;/nowiki&gt; (&lt;code&gt;echo=1&lt;/code&gt;) or &lt;nowiki&gt;{{{2}}}&lt;/nowiki&gt; (&lt;code&gt;e...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Template:%2B%3D/doc&amp;diff=536&amp;oldid=prev"/>
		<updated>2024-10-12T00:39:53Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Documentation}}  The &amp;#039;&amp;#039;&amp;#039;+=&amp;#039;&amp;#039;&amp;#039; template is used to calculate running totals.  ==Usage== &amp;lt;pre&amp;gt; {{+= |1 = The variable to add to |2 = A variable name or number |echo = Echo the 1 or 2 param }} &amp;lt;/pre&amp;gt;  ==1== (Required) The name of the variable you wish to add something to. ==2== (Optional) The name of a variable to add to the first, or a number. Defaults to 1. ==echo== (Optional) Echoes the &amp;lt;nowiki&amp;gt;{{{1}}}&amp;lt;/nowiki&amp;gt; (&amp;lt;code&amp;gt;echo=1&amp;lt;/code&amp;gt;) or &amp;lt;nowiki&amp;gt;{{{2}}}&amp;lt;/nowiki&amp;gt; (&amp;lt;code&amp;gt;e...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation}}&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;+=&amp;#039;&amp;#039;&amp;#039; template is used to calculate running totals.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{+=&lt;br /&gt;
|1 = The variable to add to&lt;br /&gt;
|2 = A variable name or number&lt;br /&gt;
|echo = Echo the 1 or 2 param&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==1==&lt;br /&gt;
(Required) The name of the variable you wish to add something to.&lt;br /&gt;
==2==&lt;br /&gt;
(Optional) The name of a variable to add to the first, or a number. Defaults to 1.&lt;br /&gt;
==echo==&lt;br /&gt;
(Optional) Echoes the &amp;lt;nowiki&amp;gt;{{{1}}}&amp;lt;/nowiki&amp;gt; (&amp;lt;code&amp;gt;echo=1&amp;lt;/code&amp;gt;) or &amp;lt;nowiki&amp;gt;{{{2}}}&amp;lt;/nowiki&amp;gt; (&amp;lt;code&amp;gt;echo=2&amp;lt;/code&amp;gt;) params. &lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Mathematical templates|{{PAGENAME}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{TemplateData|&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;1&amp;quot;: {&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Variable name&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;The name of the variable to add to&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;2&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Addition&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The name of a variable to add, or a number. Defaults to 1.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
        &amp;quot;echo&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Echo&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Echoes the first or second parameter. Example: echo=1&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;The += template is used to calculate running totals.&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>