summaryrefslogtreecommitdiff
path: root/TWiki
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2001-06-02 00:27:07 +0000
committerPeter Thoeny <web-hurd@gnu.org>2001-06-02 00:27:07 +0000
commite8f66d0fe27a6a6a0ecb11582a472e1f2ccf99bb (patch)
treee4a58362fe5b240a35e043ff19b0f4c989b4b3c4 /TWiki
parentd50ebc70ef188cde53cd7d6ed0d4e0a213b29900 (diff)
none
Diffstat (limited to 'TWiki')
-rw-r--r--TWiki/TWikiVariables.mdwn4
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>