summaryrefslogtreecommitdiff
path: root/TWiki/TWikiVariables.mdwn
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2001-01-16 03:45:49 +0000
committerPeter Thoeny <web-hurd@gnu.org>2001-01-16 03:45:49 +0000
commita001179057fbcaae905fc047dd734caadc001074 (patch)
treeae291b8dee7c3ca7ece9a525d443c635ca308927 /TWiki/TWikiVariables.mdwn
parentf529446a93a7dcb242fa5503fb277ee55414c0a4 (diff)
none
Diffstat (limited to 'TWiki/TWikiVariables.mdwn')
-rw-r--r--TWiki/TWikiVariables.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn
index 787b79b5..14c79682 100644
--- a/TWiki/TWikiVariables.mdwn
+++ b/TWiki/TWikiVariables.mdwn
@@ -102,6 +102,14 @@
<td> Server side include, includes another topic. The current Wiki web is searched by default. Example: <code><b>%<nop>INCLUDE{"%TWIKIWEB%.TWikiWebsTable"}%</nop></b></code></td>
</tr>
<tr>
+ <td><code>%<nop>STARTINCLUDE%</nop></code></td>
+ <td> If present in included topic, start to include text from this location up to the end, or up to the location of the <code>%<nop>STOPINCLUDE%</nop></code> variable. A normal view of the topic shows everyting exept the <code>%<nop>STARTINCLUDE%</nop></code> variable itself. </td>
+ </tr>
+ <tr>
+ <td><code>%<nop>STOPINCLUDE%</nop></code></td>
+ <td> If present in included topic, stop to include text at this location and ignore the remaining text. A normal view of the topic shows everyting exept the <code>%<nop>STOPINCLUDE%</nop></code> variable itself. </td>
+ </tr>
+ <tr>
<td><code>%<nop>SEARCH{"str" ...}%</nop></code></td>
<td> Inline search, shows a search result embedded in a topic. Parameter is composed of the search string, followed by optional <code>name="value"</code> pairs: <table border="1" cellpadding="1" cellspacing="0">
<tr>