PluginUserlist
This plugin allows you to display a list of users
| Params | Value | Description |
| layout | table | if 'table', the list will be displayed in a table, otherwise in a list |
| sep | string | the string separator if list displayed as a list |
| max | number | maximum of returned users - default: returns all |
| sort | asc or desc | order the usernames are sorted |
| link | userpage or userinfo or userpref | will put a link on the username to the user page, or the user information, or the user preferences ( preferences and perms will be set appropriately) |
| realname | String | Displays the user realname instead of login name if the param exists |
The body contains a filter on the usernames
Examples
{USERLIST(sep=",") /}
{USERLIST(layout=table)}Peter{USERLIST}
{USERLIST(layout=table,link=userinfo) /}
{USERLIST(layout=table,link=userpref) /}
{USERLIST(layout=table,link=userpage) /}