From c77c675550e74f8fc89def51453d20ae6abe89df Mon Sep 17 00:00:00 2001 From: Peter Thoeny Date: Wed, 1 Mar 2000 03:12:47 +0000 Subject: none --- TWiki/TWikiVariables.mdwn | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn index 376706d0..463627df 100644 --- a/TWiki/TWikiVariables.mdwn +++ b/TWiki/TWikiVariables.mdwn @@ -11,16 +11,28 @@ TWiki expands the following variables enclosed in % percent signs: %SCRIPTURL% - The base script URL of TWiki, is %SCRIPTURL% + The script URL of TWiki, is %SCRIPTURL% + + + %SCRIPTURLPATH% + The path of the script URL of TWiki, is %SCRIPTURLPATH% %PUBURL% - The base public URL of TWiki, is %PUBURL% + The public URL of TWiki, is %PUBURL% + + + %PUBURLPATH% + The path of the public URL of TWiki, is %PUBURLPATH% %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 + + %ATTACHURLPATH% + The path of the attachment URL of the current topic, is %ATTACHURLPATH% + %WIKITOOLNAME% Name of wiki tool, is %WIKITOOLNAME% -- cgit v1.2.3