Документ взят из кэша поисковой машины. Адрес оригинального документа : http://dualopt1.cmm.msu.ru/bin/rdiff/TWiki/TWikiVariables?rev1=9;rev2=5;skin=kubrick.nat%2Cnat%2C%20pattern;sortcol=0;table=1;up=0
Дата изменения: Unknown
Дата индексирования: Tue Apr 12 07:51:29 2016
Кодировка:
%TOPICTITLE% (5 vs. 9) - TWiki
Welcome, Registration, and other StartingPoints; TWiki history & Wiki style; All the docs...
View   r9  >  r8  >  r7  >  r6  >  r5  ...
TWikiVariables 9 - 2000-08-18 - 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

TWikiVariables 8 - 2000-07-28 - PeterThoeny
Line: 34 to 34
 
Your login username, is guest
%WIKIUSERNAME%
Changed:
<
<
Your Wiki username, if defined in TWikiUsers . Same as %USERNAME% if not defined. Is Main.TWikiGuest
>
>
Your Wiki username, if defined in TWikiUsers. Same as %USERNAME% if not defined. Is Main.TWikiGuest
 
%WEB% The current web, is TWiki
Line: 42 to 42
 
%TOPIC% The current topic name, is TWikiVariables
Deleted:
<
<
%DATE% Todays date (local server time), is 2016-04-12
 
%GMTIME%
Changed:
<
<
Todays date (GM time), is 2016-04-12 - 04:51
>
>
GM time, is 2016-04-12 - 04:51
%GMTIME{"format"}% Formatted GM time based on keywords (first three characters needed.)
Example: %GMTIME{"day month, year - hour:min:sec"}% is day month, year - hour:min:sec
%SERVERTIME% Server time, is 2016-04-12 - 07:51
%SERVERTIME{"format"}% Formatted server time. Example: %SERVERTIME{"hou:min"}% is hou:min
 
%HTTP_HOST% HTTP_HOST environment variable, is dualopt1.cmm.msu.ru
Line: 76 to 82
 Example: %SEARCH{"wiki" web="Main" scope="topic"}%
Changed:
<
<
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):
>
>
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):
 
Variable: Level: What:

TWikiVariables 7 - 2000-05-29 - PeterThoeny
Line: 43 to 43
 
The current topic name, is TWikiVariables
%DATE%
Changed:
<
<
Todays date, is 2016-04-12
>
>
Todays date (local server time), is 2016-04-12
%GMTIME% Todays date (GM time), is 2016-04-12 - 04:51
 
%HTTP_HOST% HTTP_HOST environment variable, is dualopt1.cmm.msu.ru
Line: 111 to 114
 
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:
Changed:
<
<
-- PeterThoeny - 21 Apr 2000
>
>
-- PeterThoeny - 29 May 2000

TWikiVariables 6 - 2000-04-22 - PeterThoeny
Line: 4 to 4
 
Variable: Expanded to:
%WIKIHOMEURL%
Changed:
<
<
The base script URL of TWiki, link of Home icon in upper left corner is /bin/view
>
>
The base script URL of TWiki, link of Home icon in upper left corner, is /bin/view
 
%SCRIPTURL% The script URL of TWiki, is http://dualopt1.cmm.msu.ru/bin
Line: 45 to 45
 
%DATE% Todays date, is 2016-04-12
Added:
>
>
%HTTP_HOST% HTTP_HOST environment variable, is dualopt1.cmm.msu.ru
%REMOTE_ADDR% REMOTE_ADDR environment variable, is 93.180.27.85
%REMOTE_PORT% REMOTE_PORT environment variable, is 45442
%REMOTE_USER% REMOTE_USER environment variable, is
 
%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"}%
Line: 98 to 110
 
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:
>
>
-- PeterThoeny - 21 Apr 2000

Revision 9r9 - 2000-08-18 - 07:12:18 - PeterThoeny
Revision 8r8 - 2000-07-28 - 23:24:51 - PeterThoeny
Revision 7r7 - 2000-05-29 - 09:01:12 - PeterThoeny
Revision 6r6 - 2000-04-22 - 05:03:14 - PeterThoeny
Revision 5r5 - 2000-03-21 - 23:20:32 - PeterThoeny
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
Syndicate this site RSSATOM