Parameter: | Description: | Default:<-- --> |
memberformat="" | Format of one member, may include tokens: • $wikiusername - Web.TopicName of user • $wikiname - TopicName of user | "[[$wikiusername][$wikiname]]" |
header="" | Table header. Standard format tokens are expanded. To omit the header, specify an empty value or "none" . | "| *Group* | *Members* |" |
format="" | Format of one row, may include tokens: • $group - topic name of group • $grouplink - link to group • $members - list of members, up to limit • standard format tokens | "| $grouplink | $members |" |
separator="" | Line separator. Standard format tokens are expanded. | "$n" (newline) |
memberseparator="" | Separator for members. Standard format tokens are expanded. | ", " |
memberlimit="" | Truncate member list. Specify "all" for full list. | "32" |
sort="on" | By default, the members of a group are listed in the same order as in the definition in the group topic. With this parameter, members are listed in the alphabetical order of their wiki names. | "off" |