Plugin User Count
This Wiki Plugin displays the number of users for a site or a group on the site.Table of contents
Usage and Parameters
To use this plugin in a wiki page, use the syntax:Syntax for the USERCOUNT plugin
{USERCOUNT()}user group{USERCOUNT}| Parameter | Accepted values | Default | Effect | Required? | Since |
|---|---|---|---|---|---|
| body (between the USERCOUNT tags) | blank or the name of a user group | If left blank, the total number of users for the site will be shown | Entering a user group name will cause the number of users in that group to be shown | n |
Examples
With No Group Specified
This code,Example with no group specified
{USERCOUNT()}{USERCOUNT}Would produce on this site:
10842
With a Group Specified
By specifying the groupAdmins, the number of users in the Admins group will be displayed.This code,
Example with a group specified
{USERCOUNT()}Admins{USERCOUNT}Would produce on this site:
35
