TOPICLIST which allow you to exclude topics.
$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.
%EXTTOPICLIST{"format" ...}%
| Parameter: | Description: | Default: |
|---|---|---|
"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" |
format="format" | (Alternative to above) | "$name" |
separator=", " | line separator | "$n" (new line) |
marker="selected" | Text for $marker if the item matches selection | "selected" |
selection="TopicA, TopicB" | Current value to be selected in list | (none) |
web="Name" | Name of web | Current web |
excludetopic="Web*" excludetopic="WebHome, WebChanges" | Exclude topics from search: A topic, a topic with asterisk wildcards, or a list of topics separated by comma. | None |
%EXTTOPICLIST{" * $web.$name"}% creates a bullet list of all topics
%EXTTOPICLIST{separator=", "}% creates a comma separated list of all topics
%EXTTOPICLIST{" <option>$name</option>"}% creates an option list (for drop down menus)
<select>%TOPICLIST{" <option $marker value='$name'>$name</option>" separator=" " selection="%TOPIC%"}%</select> creates an option list of web topics with the current topic selected
%<plugin>_<setting>%, i.e. %EXTTOPICLISTPLUGIN_SHORTDESCRIPTION%
data/debug.txt) | Plugin Author: | TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny, TWiki:Main.CrawfordCurrie, TWiki:Main.MeredithLesly |
| Copyright: | © 2001-2006, T Wiki Contributor |
| License: | GPL (GNU General Public License) |
| Plugin Version: | 01 Feb 2006 |
| Change History: | |
| 01 Feb 2006: | Dakar changes |
| 21 Mar 2004: | Added afterSaveHandler |
| 14 Jul 2001: | Changed to plug&play |
| 27 Feb 2001: | Initial version |
| TWiki Dependency: | $TWiki::Plugins::VERSION 1.1 |
| CPAN Dependencies: | none |
| Other Dependencies: | none |
| Perl Version: | 5.005 |
| TWiki:Plugins/Benchmark: | Good Style 99%, Formatted Search 99%, Ext Topic List Plugin 99% |
| Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/ExtTopicListPlugin |
| Feedback: | http://TWiki.org/cgi-bin/view/Plugins/ExtTopicListPluginDev |
| Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/ExtTopicListPluginAppraisal |