From b5260209f0ceee1d577f8447a761bdb7873406ae Mon Sep 17 00:00:00 2001 From: Peter Thoeny Date: Fri, 18 Aug 2000 07:12:18 +0000 Subject: none --- TWiki/TWikiVariables.mdwn | 58 +++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 51 insertions(+), 7 deletions(-) (limited to 'TWiki') diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn index ca02a36e..aa715b3c 100644 --- a/TWiki/TWikiVariables.mdwn +++ b/TWiki/TWikiVariables.mdwn @@ -90,8 +90,8 @@ TWiki expands the following variables enclosed in % percent signs: REMOTE_USER environment variable, is %REMOTE_USER% - %INCLUDE{"file.ext"}% - Server side include, includes the text of a file. The default directory is the current Wiki web. Example: %INCLUDE{"../Know/TopicName.txt"}% + %INCLUDE{"SomeTopic"}% + Server side include, includes another topic. The current Wiki web is searched by default. Example: %INCLUDE{"TWiki.TWikiWebsTable"}% %SEARCH{"str" ...}% @@ -102,20 +102,35 @@ TWiki expands the following variables enclosed in % percent signs: Default: - web="Name" - Specify Wiki web to search + web="Name"
web="Main Know"
web="all" + Wiki web to search: A web, a list of webs separated by whitespace, or all webs [1] Current web - scope="topic" - Search topic name (title) + scope="topic"
scope="text" + Search topic name (title) or in the text (body) of the topic Topic text (body) + + order="topic"
order="modified"
order="editby" + Sort the results of search by the topic names, last modified time, or last editor + Sort by topic name + + + limit="all"
limit="16" + Limit the number of results returned + All results + regex="on" Regular Expression? search Literal search + + reverse="on" + Reverse the direction of the search + Ascending search + casesensitive="on" Case sensitive search @@ -126,6 +141,11 @@ TWiki expands the following variables enclosed in % percent signs: Show topic title only Show topic summary + + bookview="on" + Book View? search, e.g. show complete topic text + Show topic summary + nosearch="on" Suppress search string @@ -140,6 +160,8 @@ TWiki expands the following variables enclosed in % percent signs: +[1] **_Note_**: A web can be excluded from a `web="all"` search if you define a `NOSEARCHALL=on` variable in its [[WebPreferences]]. + Additional variables are defined in the preferences ( site-level ( **_SL_** ) in %TWIKIWEB%.%WIKIPREFSTOPIC%, web-level ( **_WL_** ) in %WEBPREFSTOPIC% of each web, and user level ( **_UL_** ) preferences in individual user topics): @@ -173,6 +195,11 @@ Additional variables are defined in the preferences ( site-level ( **_SL_** ) in + + + + + @@ -188,6 +215,23 @@ Additional variables are defined in the preferences ( site-level ( **_SL_** ) in + + + + + + + + + + + + + + + + +
WL Background color of web
%NOSEARCHALL%WL Exclude web from a web="all" search (set variable to on for hidden webs)
%EDITBOXWIDTH% SL , ULSL , UL Default state of the link check box in the attach file page. Check box is initially checked if value is set to CHECKED , unchecked if empty. If checked, a link is created to the attached file at the end of the topic. Value is: %ATTACHLINKBOX%
%HTTP_EQUIV_ON_VIEW%SL http-equiv meta tags for view, rdiff, attach, search* scripts.
%HTTP_EQUIV_ON_EDIT%SL , UL http-equiv meta tags for edit script.
%HTTP_EQUIV_ON_PREVIEW%SL , UL http-equiv meta tags for preview script.
--- [[Main/PeterThoeny]] - 29 May 2000
+-- [[Main/PeterThoeny]] - 17 Aug 2000
-- cgit v1.2.3