|  | 
| META TOPICPARENT | name="TWikiVariables" |   WEBLIST{"format"} -- index of all webs 
 List of all webs. Obfusticated webs are excluded, e.g. webs with a NOSEARCHALL = onpreference variable. The"format"defines the format of one web item. The$namevariable gets expanded to the name of the web,$qnamegets expanded to double quoted name,$markertomarkerwhere web matchesselection. Syntax: %WEBLIST{"format" ...}% Supported parameters:      
 | 
|
| < <
 |      
     
     | "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 tomarkerfor the item matchingselectiononly) | "$name" |  | 
| > >
 | | "format"| Format of one line, may include following items. In addtion, the standard special tokens are handled accordingly. | 
|
| > >
 |      If you need to have a letter immediately after an item listed above, use| 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 subwebsparameter. See an example below. |  | $marker | expands to markerfor the item matchingselectiononly |  | $web | expands to the value specified by the webparameter |  $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 $webin format, it will be replaced with this | "" |  | 
|
| < <
 |      
     
     | webs="public" | Comma separated list of webs, publicexpands 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: | 
|
| > >
 |      NOTE 1: Administrators will see all webs, not just the public ones.| 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 2: If MetadataRepository is used and webs are required to be registered, then
 cancopyto,canmoveto, andwebtemplatebehave differently.| cancopytoandcanmovetoresults 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. webtemplateresult has top level template webs only.
 "public"| | 
|  |      
     
     | marker="selected" | Text for $markerif the item matchesselection | "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) | "" |  | 
|
| > >
 |      
     
     | 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...]]" | "" |  | 
|
| < <
 | 
 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. | 
|
| < <
 |  | 
| > >
 |  | 
|
| > >
 |  | 
|  |  |