From 84438bf7224a14dde42e0a56c4ee1aabb8bf2de3 Mon Sep 17 00:00:00 2001 From: Peter Thoeny Date: Sat, 11 Nov 2000 00:39:03 +0000 Subject: none --- TWiki/TWikiVariables.mdwn | 45 +++++++++++++++++++++++++++++++++++---------- 1 file changed, 35 insertions(+), 10 deletions(-) diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn index 962e2173..bea4b5ed 100644 --- a/TWiki/TWikiVariables.mdwn +++ b/TWiki/TWikiVariables.mdwn @@ -1,4 +1,4 @@ -TWiki expands the following variables enclosed in % percent signs: +%WIKITOOLNAME% expands the following variables enclosed in % percent signs: @@ -7,15 +7,15 @@ TWiki expands the following variables enclosed in % percent signs: - + - + - + @@ -23,7 +23,7 @@ TWiki expands the following variables enclosed in % percent signs: - + @@ -95,7 +95,7 @@ TWiki expands the following variables enclosed in % percent signs: - + @@ -106,7 +106,7 @@ TWiki expands the following variables enclosed in % percent signs: - + @@ -160,11 +160,11 @@ TWiki expands the following variables enclosed in % percent signs: -
%WIKIHOMEURL% The base script URL of TWiki, link of Home icon in upper left corner, is %WIKIHOMEURL% The base script URL of %WIKITOOLNAME%, is the link of the Home icon in the upper left corner, is %WIKIHOMEURL%
%SCRIPTURL% The script URL of TWiki, is %SCRIPTURL% The script URL of %WIKITOOLNAME%, is %SCRIPTURL%
%SCRIPTURLPATH% The path of the script URL of TWiki, is %SCRIPTURLPATH% The path of the script URL of %WIKITOOLNAME%, is %SCRIPTURLPATH%
%PUBURL%
%PUBURLPATH% The path of the public URL of TWiki, is %PUBURLPATH% The path of the public URL of %WIKITOOLNAME%, is %PUBURLPATH%
%ATTACHURL%
%INCLUDE{"SomeTopic"}% Server side include, includes another topic. The current Wiki web is searched by default. Example: %INCLUDE{"TWiki.TWikiWebsTable"}% Server side include, includes another topic. The current Wiki web is searched by default. Example: %INCLUDE{"%TWIKIWEB%.TWikiWebsTable"}%
%SEARCH{"str" ...}%Default:
web="Name"
web="Main Know"
web="all"
web="Name"
web="%MAINWEB% Know"
web="all"
Wiki web to search: A web, a list of webs separated by whitespace, or all webs [1] Current web
Do not show number of topics found Show number
Example: %SEARCH{"wiki" web="Main" scope="topic"}% + Example: %SEARCH{"wiki" web="%MAINWEB%" scope="topic"}% %VAR{"NAME" web="Web"}% - Get a preference value from another web then the current one. Example: To get %WEBBGCOLOR% of the Main web write %VAR{"WEBBGCOLOR" web="Main"}%, is %VAR{"WEBBGCOLOR" web="Main"}% + Get a preference value from another web then the current one. Example: To get %WEBBGCOLOR% of the %MAINWEB% web write %VAR{"WEBBGCOLOR" web="%MAINWEB%"}%, is %VAR{"WEBBGCOLOR" web="%MAINWEB%"}%

@@ -252,6 +252,31 @@ Additional variables are defined in the preferences ( site-level ( **_SL_** ) in SL , UL http-equiv meta tags for preview script. + + %DENYWEBCHANGE% + WL + List of users and groups who are not allowed to change topics in the %WIKITOOLNAME% web. (More in TWiki Access Control?) + + + %ALLOWWEBCHANGE% + WL + List of users and groups who are allowed to change topics in the %WIKITOOLNAME% web. (More in TWiki Access Control?) + + + %DENYTOPICCHANGE% + (any topic) + List of users and groups who are not allowed to change the current topic. (More in TWiki Access Control?) + + + %ALLOWTOPICCHANGE% + (any topic) + List of users and groups who are allowed to change 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 + **_Notes:_** @@ -261,4 +286,4 @@ Additional variables are defined in the preferences ( site-level ( **_SL_** ) in * Additional preferences variables can be defined on all three level as needed. Example: * Set MYLOGO = %PUBURLPATH%/%MAINWEB%/LogoTopic/logo.gif --- [[Main/PeterThoeny]] - 01 Nov 2000
+-- %MAINWEB%.PeterThoeny - 10 Nov 2000
-- cgit v1.2.3