From 385d3c7473200e2ea706274697158918b3eba5c6 Mon Sep 17 00:00:00 2001 From: John Talintyre Date: Tue, 7 Aug 2001 15:11:42 +0000 Subject: none --- TWiki/TWikiVariables.mdwn | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) (limited to 'TWiki') diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn index a793404b..fac2ec11 100644 --- a/TWiki/TWikiVariables.mdwn +++ b/TWiki/TWikiVariables.mdwn @@ -153,7 +153,7 @@ %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 gets expanded to the name of the web. Parameters are format, separator and web: + + + + + + + + + + + + + + + +
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 gets expanded to the name of the web, $qname gets expanded to double quoted name, $marker to marker where web matches selection. Parameters are format, separator and web: @@ -174,7 +174,21 @@ -
Parameter: Description: line separator "\n" (new line)
Example:
%WEBLIST{"   * [[$name.%HOMETOPIC%]]"}% creates a bullet list of all webs.
webs="public" comma sep list of Web, public expands to all non-hidden "public"
marker="selected" Text for $marker where item matches selection, otherwise equals """selected"
selection Current value e.g. current for current Web, =section="%WEB%"
Examples:
%WEBLIST{"   * [[$name.%HOMETOPIC%]]"}% creates a bullet list of all webs.
%WEBLIST{" Dropdown of all public Webs + Trash Web, current Web highlighted. %GMTIME% @@ -514,6 +528,30 @@ Additional variables are defined in the preferences ( site-level ( **_SL_** ) in List of users and groups who are allowed to change the current topic. (More in TWiki Access Control?) + %DENYWEBRENAME% + WL + List of users and groups who are not allowed to rename topics in the %WIKITOOLNAME% web. (More in TWiki Access Control?) + + + %ALLOWWEBRENAME% + WL + List of users and groups who are allowed to rename topics in the %WIKITOOLNAME% web. (More in TWiki Access Control?) + + + %DENYTOPICRENAME% + (any topic) + List of users and groups who are not allowed to rename the current topic. (More in TWiki Access Control?) + + + %ALLOWTOPICRENAME% + (any topic) + List of users and groups who are allowed to rename the current topic. (More in TWiki Access Control?) + + + +

+

+ %FINALPREFERENCES% SL , WL List of preferences that are not allowed to be overridden by next level preferences -- cgit v1.2.3