diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2001-06-02 00:27:07 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2001-06-02 00:27:07 +0000 |
commit | e8f66d0fe27a6a6a0ecb11582a472e1f2ccf99bb (patch) | |
tree | e4a58362fe5b240a35e043ff19b0f4c989b4b3c4 /TWiki | |
parent | d50ebc70ef188cde53cd7d6ed0d4e0a213b29900 (diff) |
none
Diffstat (limited to 'TWiki')
-rw-r--r-- | TWiki/TWikiVariables.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn index 4e3021cb..b727f97a 100644 --- a/TWiki/TWikiVariables.mdwn +++ b/TWiki/TWikiVariables.mdwn @@ -42,6 +42,10 @@ <td> The path of the attachment URL of the current topic, is <b>%ATTACHURLPATH%</b></td> </tr> <tr> + <td><code>%<nop>URLPARAM{"name"}%</nop></code></td> + <td> Returns the value of a URL parameter. I.e. <code>%<nop>URLPARAM{"skin"}%</nop></code> returns <b>print</b> for a <code>.../view/%WEB%/%TOPIC%?skin=print</code> URL. Is <b>%URLPARAM{"skin"}%</b></td> + </tr> + <tr> <td><code>%<nop>WIKITOOLNAME%</nop></code></td> <td> Name of wiki tool, is <b>%WIKITOOLNAME%</b></td> </tr> |