diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2000-03-01 03:12:47 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2000-03-01 03:12:47 +0000 |
commit | c77c675550e74f8fc89def51453d20ae6abe89df (patch) | |
tree | e2e70fba6a0df9e9c1f45a606788584bf308681c /TWiki/TWikiVariables.mdwn | |
parent | 64bfa0228a2ce97cb698dc797a4ff202ea795411 (diff) | |
download | web-c77c675550e74f8fc89def51453d20ae6abe89df.tar.gz web-c77c675550e74f8fc89def51453d20ae6abe89df.tar.bz2 web-c77c675550e74f8fc89def51453d20ae6abe89df.zip |
none
Diffstat (limited to 'TWiki/TWikiVariables.mdwn')
-rw-r--r-- | TWiki/TWikiVariables.mdwn | 16 |
1 files 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,17 +11,29 @@ TWiki expands the following variables enclosed in % percent signs: </tr> <tr> <td><code>%<nop>SCRIPTURL%</nop></code></td> - <td> The base script URL of TWiki, is <b>%SCRIPTURL%</b></td> + <td> The script URL of TWiki, is <b>%SCRIPTURL%</b></td> + </tr> + <tr> + <td><code>%<nop>SCRIPTURLPATH%</nop></code></td> + <td> The path of the script URL of TWiki, is <b>%SCRIPTURLPATH%</b></td> </tr> <tr> <td><code>%<nop>PUBURL%</nop></code></td> - <td> The base public URL of TWiki, is <b>%PUBURL%</b></td> + <td> The public URL of TWiki, is <b>%PUBURL%</b></td> + </tr> + <tr> + <td><code>%<nop>PUBURLPATH%</nop></code></td> + <td> The path of the public URL of TWiki, is <b>%PUBURLPATH%</b></td> </tr> <tr> <td><code>%<nop>ATTACHURL%</nop></code></td> <td> The attachment URL of the current topic, is <b>%ATTACHURL%</b><br /> Example: If you attach a file you can refer to it as <code><b>%<nop>ATTACHURL%/image.gif</nop></b></code></td> </tr> <tr> + <td><code>%<nop>ATTACHURLPATH%</nop></code></td> + <td> The path of the attachment URL of the current topic, is <b>%ATTACHURLPATH%</b></td> + </tr> + <tr> <td><code>%<nop>WIKITOOLNAME%</nop></code></td> <td> Name of wiki tool, is <b>%WIKITOOLNAME%</b></td> </tr> |