WEBLIST{"format"} -- index of all webs
- List of all webs. Obfusticated webs are excluded, e.g. webs with a
NOSEARCHALL = onpreference setting. The"format"defines the format of one web item. The$namegets expanded to the name of the web,$qnamegets expanded to double quoted name,$markertomarkerwhere web matchesselection. - Syntax:
%WEBLIST{"format" ...}% - Supported parameters:
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 tomarkerfor the item matchingselectiononly)"$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"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) "" - 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. -
- WEBLIST will not show a web called 'TWiki' even if it exists in the file system unless the TWikiCompatibilityPluginis installed and activated in configure. This is done to ensure that the TWiki compatibility components such as the TWiki web are only visible and active when needed. - Related: TOPICLIST, SEARCH