From e8bc322a6d6fca026ca01e5a8fed72bd70c96fa3 Mon Sep 17 00:00:00 2001 From: Peter Thoeny Date: Mon, 28 Feb 2000 08:23:43 +0000 Subject: none --- TWiki/TWikiVariables.mdwn | 49 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 45 insertions(+), 4 deletions(-) diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn index 3d202490..376706d0 100644 --- a/TWiki/TWikiVariables.mdwn +++ b/TWiki/TWikiVariables.mdwn @@ -21,10 +21,6 @@ TWiki expands the following variables enclosed in % percent signs: %ATTACHURL% The attachment URL of the current topic, is %ATTACHURL%
Example: If you attach a file you can refer to it as %ATTACHURL%/image.gif - - %WIKIWEBMASTER% - The email address of the Wiki webmaster, is %WIKIWEBMASTER% - %WIKITOOLNAME% Name of wiki tool, is %WIKITOOLNAME% @@ -103,3 +99,48 @@ TWiki expands the following variables enclosed in % percent signs: Example: %SEARCH{"wiki" web="Main" scope="topic"}% + +Additional variables are defined in the preferences ( site-level ( **_SL_** ) in %MAINWEB%.%WIKIPREFSTOPIC%, web-level ( **_WL_** ) in %WEBPREFSTOPIC% of each web, and user level ( **_UL_** ) preferences in individual user topics): + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Variable: Level: What:
%WIKIWEBMASTER%SL Webmaster email address (sender of email notifications) , is %WIKIWEBMASTER%
%WIKIWEBLIST%SL List of %WIKITOOLNAME% webs (in upper right corner of topics)
%WEBTOPICLIST%WL Common links of web (second line of topics)
%WEBCOPYRIGHT%SL , WL Copyright notice (bottom right corner of topics)
%WEBBGCOLOR%WL Background color of web
%EDITBOXWIDTH%SL , UL Horizontal size of edit box, is %EDITBOXWIDTH%
%EDITBOXHEIGHT%SL , UL Vertical size of edit box, is %EDITBOXHEIGHT%
-- cgit v1.2.3