From c9471c8308fe8d54e10c1f080c404e9d98423ceb Mon Sep 17 00:00:00 2001 From: Peter Thoeny Date: Fri, 8 Jun 2001 01:59:58 +0000 Subject: none --- TWiki/TWikiVariables.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn index b727f97a..6eee1e6b 100644 --- a/TWiki/TWikiVariables.mdwn +++ b/TWiki/TWikiVariables.mdwn @@ -89,6 +89,14 @@ %SPACEDTOPIC% The current topic name with added spaces, for regular expression search of Ref-By, is %SPACEDTOPIC% + + %TOPICLIST{"format"}% + Topic index of a web. Parameter is composed of the format, followed by an optional web="Name". The "format" defines the format of one topic item; use it to create any formatting you need. The $name variable is expanded to the topic name; the $web variable is expanded to the name of the web. Examples:
%TOPICLIST{"   * $web.$name"}% creates a bullet list of all topics.
%TOPICLIST{" <option>$name</option>"}% creates an option list (for drop down menus). + + + %WEBLIST{"format"}% + Web index, e.g. list of all webs. Hidden webs are excluded, e.g. webs with a NOSEARCHALL=on preference variable. The "format" defines the format of one web item. The $name variable is expanded to the name of the web. Example:
%WEBLIST{"   * [[$name.%HOMETOPIC%]]"}% creates a bullet list of all webs. + %GMTIME% GM time, is %GMTIME% -- cgit v1.2.3