diff options
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> |