none
authorPeterThoeny <PeterThoeny>
Tue, 16 Jan 2001 03:45:49 +0000 (03:45 +0000)
committerPeterThoeny <PeterThoeny>
Tue, 16 Jan 2001 03:45:49 +0000 (03:45 +0000)
TWiki/TWikiVariables.mdwn

index bd00367..71e528e 100644 (file)
     <td> Server side include, includes another topic. The current Wiki web is searched by default. Example: <code><b>%INCLUDE{"TWiki.TWikiWebsTable"}%</b></code></td>
   </tr>
   <tr>
+    <td><code>%STARTINCLUDE%</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>%STOPINCLUDE%</code> variable. A normal view of the topic shows everyting exept the <code>%STARTINCLUDE%</code> variable itself. </td>
+  </tr>
+  <tr>
+    <td><code>%STOPINCLUDE%</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>%STOPINCLUDE%</code> variable itself. </td>
+  </tr>
+  <tr>
     <td><code>%SEARCH{"str" ...}%</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="0" cellspacing="0">
         <tr>