Difference: VarGROUPS (1 vs. 4)

Revision 42013-10-10 - TWikiContributor

 
META TOPICPARENT name="TWikiVariables"

GROUPS -- a formatted list of groups

Changed:
<
<
  • Expands to a formatted list of user groups in your TWiki.
  • Syntax: %GROUPS%
  • The variable is intended to be used in TWikiGroups, to allow a group listing for various user mapping managers.
>
>
  • Expands to a formatted list of user groups in your TWiki. The variable is intended to be used in TWikiGroups, to allow a group listing for various user mapping managers.
  • Syntax: %GROUPS{"format" ...}%
  • Supported parameters:
    Parameter: Description: Default:
Added:
>
>
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)
memberlimit="" Truncate member list. Specify "all" for full list. "32"
memberformat="" Format of one member, may include tokens:
$wikiusername - Web.TopicName of user
$wikiname - TopicName of user
"[[$wikiusername][$wikiname]]"
memberseparator="" Separator for members. Standard format tokens are expanded. ", "
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"
 
Deleted:
<
<
 

Revision 32005-03-27 - TWikiContributor

 
META TOPICPARENT name="TWikiVariables"
Deleted:
<
<
 

GROUPS -- a formatted list of groups

  • Expands to a formatted list of user groups in your TWiki.
  • Syntax: %GROUPS%
Changed:
<
<
  • The variable is intended to be used in TWikiGroups, to allow a
>
>
  • The variable is intended to be used in TWikiGroups, to allow a
  group listing for various user mapping managers.
Changed:
<
<
>
>
 

Revision 22005-03-27 - TWikiContributor

 
META TOPICPARENT name="TWikiVariables"

GROUPS -- a formatted list of groups

Deleted:
<
<
 

Revision 12005-03-27 - TWikiContributor

 
META TOPICPARENT name="TWikiVariables"

GROUPS -- a formatted list of groups

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.VarGROUPS.