<?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%3ACounter%2Fdoc</id>
	<title>Template:Counter/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%3ACounter%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Template:Counter/doc&amp;action=history"/>
	<updated>2026-06-15T15:35:32Z</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:Counter/doc&amp;diff=35692&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;{{Documentation}}  This template serves one function, which is to keep track of a counter on the page. Keep in mind that using ordered lists (starting a line of text with a &lt;code&gt;#&lt;/code&gt;) is likely preferable over using this template in many situations.  The template takes an optional first parameter that specifies the (&#039;&#039;case-sensitive&#039;&#039;) counter name. This allows multiple parallel counters to be used on a single page. The default counter name is &lt;code&gt;0&lt;/code&gt;.  The t...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Template:Counter/doc&amp;diff=35692&amp;oldid=prev"/>
		<updated>2024-10-16T23:22:33Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Documentation}}  This template serves one function, which is to keep track of a counter on the page. Keep in mind that using ordered lists (starting a line of text with a &amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt;) is likely preferable over using this template in many situations.  The template takes an optional first parameter that specifies the (&amp;#039;&amp;#039;case-sensitive&amp;#039;&amp;#039;) counter name. This allows multiple parallel counters to be used on a single page. The default counter name is &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;.  The t...&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;
This template serves one function, which is to keep track of a counter on the page. Keep in mind that using ordered lists (starting a line of text with a &amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt;) is likely preferable over using this template in many situations.&lt;br /&gt;
&lt;br /&gt;
The template takes an optional first parameter that specifies the (&amp;#039;&amp;#039;case-sensitive&amp;#039;&amp;#039;) counter name. This allows multiple parallel counters to be used on a single page. The default counter name is &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The template also takes a &amp;lt;code&amp;gt;reset&amp;lt;/code&amp;gt; parameter which, when set to anything but &amp;lt;code&amp;gt;no&amp;lt;/code&amp;gt;, will reset the counter. If this parameter is omitted this does not happen.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;poem&amp;gt;&lt;br /&gt;
{{Counter}} {{Counter}} {{Counter}},&lt;br /&gt;
it&amp;#039;s easy as {{Counter|reset=yes}} {{Counter}} {{Counter}},&lt;br /&gt;
as simple as {{Counter|foo}} {{Counter|foo}} {{Counter|foo}}.&lt;br /&gt;
That&amp;#039;s how easy counters can be.&lt;br /&gt;
Limitless (even more than {{Counter}}{{Counter|foo}}{{Counter|Foo}}) possibilities!&lt;br /&gt;
&amp;lt;/poem&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;poem&amp;gt;&lt;br /&gt;
{{Counter}} {{Counter}} {{Counter}},&lt;br /&gt;
it&amp;#039;s easy as {{Counter|reset=yes}} {{Counter}} {{Counter}},&lt;br /&gt;
as simple as {{Counter|foo}} {{Counter|foo}} {{Counter|foo}}.&lt;br /&gt;
That&amp;#039;s how easy counters can be.&lt;br /&gt;
Limitless (even more than {{Counter|reset=yes}}{{Counter|foo}}{{Counter|Foo}}) possibilities!&lt;br /&gt;
&amp;lt;/poem&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Transclusion templates]]&lt;br /&gt;
&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;label&amp;quot;: &amp;quot;Counter name&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The specific counter to use. &amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;bosses&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;0&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;reset&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Reset&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Reset the specified counter and start counting back at 1.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;yes&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;boolean&amp;quot;,&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;no&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Simple counter template. Simply increments the value it had the previous time it got inserted onto the page. Takes an optional parameter specifying the counter name.&amp;quot;,&lt;br /&gt;
	&amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
		&amp;quot;1&amp;quot;,&lt;br /&gt;
		&amp;quot;reset&amp;quot;&lt;br /&gt;
	]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>