This page (revision-12) was last changed on 23-Apr-2022 17:05 by Harry Metske

This page was created on 23-Apr-2022 17:06 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
12 23-Apr-2022 17:05 1 KB Harry Metske to previous
11 23-Apr-2022 17:06 1 KB anoniempje to previous | to last
10 23-Apr-2022 17:06 1 KB Harry Metske to previous | to last
9 23-Apr-2022 17:06 1 KB Harry Metske to previous | to last
8 23-Apr-2022 17:06 1 KB Harry Metske to previous | to last
7 23-Apr-2022 17:06 1 KB Harry Metske to previous | to last
6 23-Apr-2022 17:06 1 KB Harry Metske to previous | to last
5 23-Apr-2022 17:06 1 KB Harry Metske to previous | to last
4 23-Apr-2022 17:06 1 KB Harry Metske to previous | to last
3 23-Apr-2022 17:06 1 KB Harry Metske to previous | to last
2 23-Apr-2022 17:06 1 KB Harry Metske to previous | to last
1 23-Apr-2022 17:06 907 bytes UnknownAuthor to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
A simple counter that starts counting at 1 at the top of the page, and each time it is invoked, will increase its value by one. These counters are transient, and relative to the current page view only - i.e. two persons viewing the same page at the same time get their own counters.
A simple counter that starts counting at 1 at the top of the page, and each time it is invoked, will increase its value by one.
These counters are transient, and relative to the current page view only - i.e. two persons viewing the same page at the same time get their own counters.
At line 7 changed one line
* __name__ = ''counter name''. You may define as many counters per page as you want; you just need to separate them with the ''counter name''
* __name__ = ''counter name''. You may define as many counters per page as you want; you just need to separate them with the ''counter name''. This parameter is optional.
* __increment__ = ''value''. (Since 2.8) The amount to increment the counter with, it may be both a positive and a negative value, the default is 1. The parameter is optional.
* __start__ = ''value'' (Since 2.8) The starting value of the count, the default value = 0. This parameter is optional.
* __showResult__ = ''true/false'' (Since 2.8) Can have the value true or false, and determines if the counter value should be visible on the page, the default is true. This parameter is optional.
At line 11 changed one line
[[{Counter}], [[{Counter}], [[{Counter}], [[{Counter name='aa'}] produces
[[{Counter}], [[{Counter}], [[{Counter}], [[{Counter}], [[{Counter name='aa'}]
At line 13 changed one line
[{Counter}], [{Counter}], [{Counter}], [{Counter name='aa'}].
produces
At line 19 added 2 lines
[{Counter}], [{Counter}], [{Counter}], [{Counter}], [{Counter name='aa'}]
At line 17 changed one line
----
__This__
{{{
[{$counter}], [{$counter-aa}]
}}}
At line 19 changed one line
Back to [JSPWikiPlugins].
__produces this__\\
[{$counter}], [{$counter-aa}]
----
JSPWikiCorePlugins