Difference: TWikiVariables (8 vs. 9)

Revision 918 Aug 2000 - PeterThoeny

Line: 66 to 66
 
%REMOTE_USER% REMOTE_USER environment variable, is
Changed:
<
<
%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" ...}% Inline search, shows a search result embedded in a topic. Parameter is composed of the search string, followed by optional name="value" pairs:
Pair: Description: Default:
Changed:
<
<
web="Name" Specify Wiki web to search Current web
scope="topic" Search topic name (title) Topic text (body)
>
>
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"
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" RegularExpression search Literal search
Added:
>
>
reverse="on" Reverse the direction of the search Ascending search
 
casesensitive="on" Case sensitive search Ignore case
nosummary="on" Show topic title only Show topic summary
Added:
>
>
bookview="on" BookView search, e.g. show complete topic text Show topic summary
 
nosearch="on" Suppress search string Show search string
nototal="on" Do not show number of topics found Show number
Example: %SEARCH{"wiki" web="Main" scope="topic"}%
Added: >
>[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 TWikiPreferences, web-level ( WL ) in WebPreferences of each web, and user level ( UL ) preferences in individual user topics):

Line: 107 to 113 
WL Background color of web
Added: >
>
%NOSEARCHALL% WL Exclude web from a web="all" search (set variable to on for hidden webs)
 
%EDITBOXWIDTH% SL , UL Horizontal size of edit box, is 70
Line: 118 to 128 
%ATTACHLINKBOX% SL , 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:
Added: >
>
%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.
 
Changed: <
<-- PeterThoeny - 29 May 2000
>
>-- PeterThoeny - 17 Aug 2000
 
This site is powered by the TWiki collaboration platformCopyright � by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiVariables