9 date 2008.01.22.03.21.25; author TWikiContributor; state Exp;
14 date 2006.06.25.16.26.29; author TWikiContributor; state Exp;
29 @%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.1" version="2"}%
30 %META:TOPICPARENT{name="TWikiVariables"}%
32 ---+++ TOPICLIST{"format"} -- topic index of a web
33 * List of all topics in a web. The "format" defines the format of one topic item. It may include variables: The =$topic= variable gets expanded to the topic name, =$marker= to =marker= parameter where topic matches =selection=, and =$web= to the name of the web, or any of the standard FormatTokens.
34 * Syntax: =%<nop>TOPICLIST{"format" ...}%=
35 * Supported parameters:
36 | *Parameter:* | *Description:* | *Default:* |
37 | ="format"= | Format of one line, may include =$web= (name of web), =$topic= (name of the topic), =$marker= (which expands to =marker= for the item matching =selection= only) | ="$topic"= |
38 | =format="format"= | (Alternative to above) | ="$topic"= |
39 | =separator=", "= | line separator | ="$n"= (new line) |
40 | =marker="selected"= | Text for =$marker= if the item matches =selection= | ="selected"= |
41 | =selection="TopicA, !TopicB"= | Current value to be selected in list | =(none)= |
42 | =web="Name"= | Name of web | Current web |
43 * Example: =%<nop>TOPICLIST{" * $web.$topic"}%= creates a bullet list of all topics
44 * Example: =%<nop>TOPICLIST{separator=", "}%= creates a comma separated list of all topics
45 * Example: =%<nop>TOPICLIST{" <option>$topic</option>"}%= creates an option list (for drop down menus)
46 * Example: =<select>%<nop>TOPICLIST{" <option $marker value='$topic'>$topic</option>" separator=" " selection="%<nop>TOPIC%"}%</select>= creates an option list of web topics with the current topic selected
47 * Related: [[%IF{"'%INCLUDINGTOPIC%'='TWikiVariables'" then="#"}%VarSEARCH][SEARCH]], [[%IF{"'%INCLUDINGTOPIC%'='TWikiVariables'" then="#"}%VarWEBLIST][WEBLIST]]
59 %META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.2" version="1"}%
64 * List of all topics in a web. The "format" defines the format of one topic item. It may include variables: The =$name= variable gets expanded to the topic name, =$qname= to double quoted name, =$marker= to =marker= parameter where topic matches =selection=, and =$web= to the name of the web.
67 | ="format"= | Format of one line, may include =$web= (name of web), =$name= (name of the topic), =$qname= (name of topic in double quotes), =$marker= (which expands to =marker= for the item matching =selection= only) | ="$name"= |
68 | =format="format"= | (Alternative to above) | ="$name"= |
71 * Example: =%<nop>TOPICLIST{" * $web.$name"}%= creates a bullet list of all topics
74 * Example: =%<nop>TOPICLIST{" <option>$name</option>"}%= creates an option list (for drop down menus)
75 * Example: =<select>%<nop>TOPICLIST{" <option $marker value='$name'>$name</option>" separator=" " selection="%<nop>TOPIC%"}%</select>= creates an option list of web topics with the current topic selected
76 * Related: [[#VarSEARCH][SEARCH]], [[#VarWEBLIST][WEBLIST]]