Difference: VarWEBLIST (1 vs. 6)

Revision 62013-02-18 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="TWikiVariables"

WEBLIST{"format"} -- index of all webs

Line: 6 to 6
 
Changed:
<
<
"format" Format of one line, may include $name (the name of the web), $qname (the name of the web in double quotes), $indentedname (the name of the web with parent web names replaced by indents, for use in indented lists), and $marker (which expands to marker for the item matching selection only) "$name"
>
>
"format" Format of one line, may include following items. In addtion, the standard special tokens are handled accordingly.
Item Description
$name the name of the web
$qname the name of the web in double quotes
$indentedname the name of the web with parent web names replaced by indents, for use in indented lists
$listindent expands to multiple-of-3 spaces for bullet (*) and numberd (1., a., etc.) lists. It's relative to the depth of the web specified by the subwebs parameter. See an example below.
$marker expands to marker for the item matching selection only
$web expands to the value specified by the web parameter
If you need to have a letter immediately after an item listed above, use $nop(), one of FormatTokens. e.g. $name$nop()a
"$name"
 
format="format" (Alternative to above) "$name"
separator=", " Line separator "$n" (new line)
web="" if you specify $web in format, it will be replaced with this ""
Changed:
<
<
webs="public" Comma separated list of webs, public expands to all non-hidden.
NOTE: Administrators will see all webs, not just the public ones
"public"
>
>
webs="public" Comma separated list of webs. There are special webs:
Item Description
public expands to all non-hidden webs.
cancopyto similar to public, but webs to which a topic of the current web cannot be copied to are excluded. Specifically, excluded are read-only webs and mirror webs.
canmoveto similar to cancopyto, but webs to which a topic of the current web cannot be moved to are excluded. Specifically, excluded are webs residing on different disks from the current web.
webtemplate expands to all template webs, whose name start with underscore (_)
NOTE 1: Administrators will see all webs, not just the public ones.
NOTE 2: If MetadataRepository is used and webs are required to be registered, then cancopyto, canmoveto, and webtemplate behave differently.
  • cancopyto and canmoveto results include all top level webs and subwebs of the current webs are listed regardless of accessibility - subwebs of non-current webs are excluded. They also include the user's subweb.
  • webtemplate result has top level template webs only.
"public"
 
marker="selected" Text for $marker if the item matches selection "selected"
selection="%WEB%" Current value to be selected in list selection="%WEB%"
subwebs="Sandbox" Show webs that are a sub-web of this one (recursivly) ""
Added:
>
>
depth="1" Specify the maximum depth of recursive search. E.g. %WEBLIST{depth="1"}% shows only top level webs. %WEBLIST{subwebs="Foo" depth="1"}% shows the direct subwebs of Foo. (no maximum depth)
 
limit="30" Limit number of webs to show "" (all)
overlimit="..." Message shown if over limit, such as: overlimit="   * [[%SYSTEMWEB%.SiteMap][More...]]" ""
Changed:
<
<
  • Example: %WEBLIST{"   * [[$name.WebHome]]"}% - creates a bullet list of all webs.
>
>
  • Example: %WEBLIST{"$listindent   * [[$name.WebHome]]"}% - creates a indented bullet list of all webs.
 
  • Example: <form><select name="web"> %WEBLIST{"<option $marker value=$qname>$name</option>" webs="Trash, public" selection="%WEB%" separator=" "}% </select></form> - creates a dropdown of all public webs + Trash web, with the current web highlighted.
Changed:
<
<
>
>

Revision 52010-04-18 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="TWikiVariables"

WEBLIST{"format"} -- index of all webs

Line: 13 to 13
 
webs="public" Comma separated list of webs, public expands to all non-hidden.
NOTE: Administrators will see all webs, not just the public ones
"public"
marker="selected" Text for $marker if the item matches selection "selected"
selection="%WEB%" Current value to be selected in list selection="%WEB%"
Changed:
<
<
subwebs="Sandbox" show webs that are a sub-web of this one (recursivly) ""
>
>
subwebs="Sandbox" Show webs that are a sub-web of this one (recursivly) ""
limit="30" Limit number of webs to show "" (all)
overlimit="..." Message shown if over limit, such as: overlimit="   * [[%SYSTEMWEB%.SiteMap][More...]]" ""
 
  • Example: %WEBLIST{"   * [[$name.WebHome]]"}% - creates a bullet list of all webs.
  • Example: <form><select name="web"> %WEBLIST{"<option $marker value=$qname>$name</option>" webs="Trash, public" selection="%WEB%" separator=" "}% </select></form> - creates a dropdown of all public webs + Trash web, with the current web highlighted.
  • Related: TOPICLIST, SEARCH

Revision 42007-03-01 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="TWikiVariables"

WEBLIST{"format"} -- index of all webs

Line: 9 to 9
 
"format" Format of one line, may include $name (the name of the web), $qname (the name of the web in double quotes), $indentedname (the name of the web with parent web names replaced by indents, for use in indented lists), and $marker (which expands to marker for the item matching selection only) "$name"
format="format" (Alternative to above) "$name"
separator=", " Line separator "$n" (new line)
Added:
>
>
web="" if you specify $web in format, it will be replaced with this ""
 
webs="public" Comma separated list of webs, public expands to all non-hidden.
NOTE: Administrators will see all webs, not just the public ones
"public"
marker="selected" Text for $marker if the item matches selection "selected"
Changed:
<
<
selection="%WEB%" Current value to be selected in list section="%WEB%"
>
>
selection="%WEB%" Current value to be selected in list selection="%WEB%"
subwebs="Sandbox" show webs that are a sub-web of this one (recursivly) ""
 
  • Example: %WEBLIST{"   * [[$name.WebHome]]"}% - creates a bullet list of all webs.
  • Example: <form><select name="web"> %WEBLIST{"<option $marker value=$qname>$name</option>" webs="Trash, public" selection="%WEB%" separator=" "}% </select></form> - creates a dropdown of all public webs + Trash web, with the current web highlighted.
Changed:
<
<
>
>

Revision 32007-03-01 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="TWikiVariables"
Deleted:
<
<
 

WEBLIST{"format"} -- index of all webs

  • List of all webs. Obfusticated webs are excluded, e.g. webs with a NOSEARCHALL = on preference variable. The "format" defines the format of one web item. The $name variable gets expanded to the name of the web, $qname gets expanded to double quoted name, $marker to marker where web matches selection.
  • Syntax: %WEBLIST{"format" ...}%
Line: 13 to 12
 
webs="public" Comma separated list of webs, public expands to all non-hidden.
NOTE: Administrators will see all webs, not just the public ones
"public"
marker="selected" Text for $marker if the item matches selection "selected"
selection="%WEB%" Current value to be selected in list section="%WEB%"
Changed:
<
<
  • Example: %WEBLIST{"   * [[$name.WebHome]]"}% creates a bullet list of all webs.
  • Example: %WEBLIST{"<option $marker value=$qname>$name</option>" webs="Trash, public" selection="TWiki" separator=" "}% creates a dropdown of all public webs + Trash web, with the current web highlighted.
>
>
  • Example: %WEBLIST{"   * [[$name.WebHome]]"}% - creates a bullet list of all webs.
  • Example: <form><select name="web"> %WEBLIST{"<option $marker value=$qname>$name</option>" webs="Trash, public" selection="%WEB%" separator=" "}% </select></form> - creates a dropdown of all public webs + Trash web, with the current web highlighted.
 

Revision 22006-07-21 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="TWikiVariables"
Line: 9 to 9
 
Parameter: Description: Default:
"format" Format of one line, may include $name (the name of the web), $qname (the name of the web in double quotes), $indentedname (the name of the web with parent web names replaced by indents, for use in indented lists), and $marker (which expands to marker for the item matching selection only) "$name"
format="format" (Alternative to above) "$name"
Changed:
<
<
separator=", " line separator "$n" (new line)
webs="public" comma separated list of webs, public expands to all non-hidden "public"
>
>
separator=", " Line separator "$n" (new line)
webs="public" Comma separated list of webs, public expands to all non-hidden.
NOTE: Administrators will see all webs, not just the public ones
"public"
 
marker="selected" Text for $marker if the item matches selection "selected"
selection="%WEB%" Current value to be selected in list section="%WEB%"
  • Example: %WEBLIST{"   * [[$name.WebHome]]"}% creates a bullet list of all webs.

Revision 12005-03-27 - TWikiContributor

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="TWikiVariables"

WEBLIST{"format"} -- index of all webs

  • List of all webs. Obfusticated webs are excluded, e.g. webs with a NOSEARCHALL = on preference variable. The "format" defines the format of one web item. The $name variable gets expanded to the name of the web, $qname gets expanded to double quoted name, $marker to marker where web matches selection.
  • Syntax: %WEBLIST{"format" ...}%
  • Supported parameters:
    Parameter:
    <-- -->
    Sorted ascending
    Description: Default:
    "format" Format of one line, may include $name (the name of the web), $qname (the name of the web in double quotes), $indentedname (the name of the web with parent web names replaced by indents, for use in indented lists), and $marker (which expands to marker for the item matching selection only) "$name"
    format="format" (Alternative to above) "$name"
    marker="selected" Text for $marker if the item matches selection "selected"
    selection="%WEB%" Current value to be selected in list section="%WEB%"
    separator=", " line separator "$n" (new line)
    webs="public" comma separated list of webs, public expands to all non-hidden "public"
  • Example: %WEBLIST{"   * [[$name.WebHome]]"}% creates a bullet list of all webs.
  • Example: %WEBLIST{"<option $marker value=$qname>$name</option>" webs="Trash, public" selection="TWiki" separator=" "}% creates a dropdown of all public webs + Trash web, with the current web highlighted.
  • Related: TOPICLIST, SEARCH
 
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.VarWEBLIST.