summaryrefslogtreecommitdiff
path: root/TWiki
diff options
context:
space:
mode:
Diffstat (limited to 'TWiki')
-rw-r--r--TWiki/TWikiVariables.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn
index aa715b3c..bffdc60d 100644
--- a/TWiki/TWikiVariables.mdwn
+++ b/TWiki/TWikiVariables.mdwn
@@ -58,6 +58,10 @@ TWiki expands the following variables enclosed in % percent signs:
<td> The current topic name, is <b>%TOPIC%</b></td>
</tr>
<tr>
+ <td><code>%<nop>SPACEDTOPIC%</nop></code></td>
+ <td> The current topic name with added spaces, for regular expression search of Ref-By, is <b>%SPACEDTOPIC%</b></td>
+ </tr>
+ <tr>
<td><code>%<nop>GMTIME%</nop></code></td>
<td> GM time, is <b>%GMTIME%</b></td>
</tr>
@@ -234,4 +238,4 @@ Additional variables are defined in the preferences ( site-level ( **_SL_** ) in
</tr>
</table>
--- [[Main/PeterThoeny]] - 17 Aug 2000 <br />
+-- [[Main/PeterThoeny]] - 18 Sep 2000 <br />