From b95d35d2d84919bb7d16b9078961240cd110c666 Mon Sep 17 00:00:00 2001 From: PeterThoeny Date: Tue, 16 Jan 2001 03:45:49 +0000 Subject: [PATCH] none --- TWiki/TWikiVariables.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn index bd00367..71e528e 100644 --- a/TWiki/TWikiVariables.mdwn +++ b/TWiki/TWikiVariables.mdwn @@ -102,6 +102,14 @@ Server side include, includes another topic. The current Wiki web is searched by default. Example: %INCLUDE{"TWiki.TWikiWebsTable"}% + %STARTINCLUDE% + If present in included topic, start to include text from this location up to the end, or up to the location of the %STOPINCLUDE% variable. A normal view of the topic shows everyting exept the %STARTINCLUDE% variable itself. + + + %STOPINCLUDE% + 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 %STOPINCLUDE% variable itself. + + %SEARCH{"str" ...}% Inline search, shows a search result embedded in a topic. Parameter is composed of the search string, followed by optional name="value" pairs: -- 1.9.4