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