Difference between revisions of "Template:Counter"

From Geohashing
imported>Jevanyn
imported>Jevanyn
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>This is a test template, to make something that can count the number of times it can be included on a page. Ultimately I'll be using it on this wiki as well as Wikipedia.</noinclude>
 
<noinclude>This is a test template, to make something that can count the number of times it can be included on a page. Ultimately I'll be using it on this wiki as well as Wikipedia.</noinclude>
<br>
+
<includeonly>{{#vardefine:countername|counterx{{{1|}}}}}{{#if:{{#var:{{#var:countername}}}}|{{#vardefine:{{#var:countername}}|{{#expr:{{#var:{{#var:countername}}}}+1}}}}|{{#vardefine:{{#var:countername}}|1}}}}{{#var:{{#var:countername}}}}{{#vardefine:countername|}}</includeonly>
{{#vardefine:helloworld|hello world}}{{#var:helloworld}}
 
<br>
 
{{#vardefine:moon|moon}}
 
{{#vardefine:hello{{#var:moon}}|hello moon}}
 
{{#var:hellomoon}}
 
{{#var:hello{{#var:moon}}}}
 
<br>
 
{{#if:{{#var:hellomoon|}}|yes moon|no moon}}
 
{{#if:{{#var:hellostar|}}|yes star|no star}}
 
 
 
{{#vardefine:countername|{{#if:{{{1|}}}|counterx{{{1}}}|counter}}}}
 
{{#var:countername}}
 
<br>
 
a{{#var:hellospace}}b
 
{{#vardefine:hellospace|1}}
 
a{{#var:hellospace}}b
 
{{#vardefine:hellospace|{{#expr:{{#var:hellospace}}+1}}}}
 
a{{#var:hellospace}}b
 
<br>
 
{{#vardefine:countername|counterx{{{1}}}}}
 
{{#if:{{#var:{{#var:countername}}}}
 
|{{#vardefine:{{#var:countername}}|{{#expr:{{#var:{{#var:countername}}}}+1}}}}
 
|{{#vardefine:{{#var:countername}}|1}}
 
}}
 
{{#var:{{#var:countername}}}}
 

Latest revision as of 20:48, 17 March 2015

This is a test template, to make something that can count the number of times it can be included on a page. Ultimately I'll be using it on this wiki as well as Wikipedia.