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. The current counter value is accessible also as a WikiVariable. The name of the variable is "counter", or "counter-<name>", if you have defined a counter name. Parameters
[{Counter}], [{Counter}], [{Counter}], [
Unknown macro: {Counter name='aa'}
-(Counter), -(Counter), -(Counter), [ |(Countername='aa')]. The value of "counter" at the end is (_counter) and the value of "counter-aa" is (_counter-aa). Back to JSPWikiPlugins. |