<<O>> Difference Topic TWikiVariables (r1.46 - 02 Dec 2001 - MikeMannix?) |
Line: 1 19 to 1 19 | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Changed: | |||||||||||||||||||||||
< < |
| ||||||||||||||||||||||
> > |
| ||||||||||||||||||||||
Line: 212 to 213 | |||||||||||||||||||||||
Added: | |||||||||||||||||||||||
> > |
| ||||||||||||||||||||||
Line: 216 to 216 | |||||||||||||||||||||||
Deleted: | |||||||||||||||||||||||
< < |
%SEARCH{... format="..."}% |
Control the formatting of an embedded search. By default, the search result display format is fixed: a table with rows of topic name and topic summary. Use the format="..." parameter to specify a custom format, typically, a bullet list or table row containing variables Ex: %SEARCH{ "food" format="| $topic | $summary |" }% ) Two paramters can be used to specify a customized search result: 1. header="..." parameter Use the header paramter to specify the header of a search result. It should correspond to the format of the format parameter. This parameter is optional. Ex: header="| *Topic:* | *Summary:* |" 2. format="..." parameter Use the format paramter to specify the format of one search hit. Ex: format="| $topic | $summary |" Variables that can be used in the format string:
$pattern(reg-exp) , specify a RegularExpression that scans from start to end and contains the text you want to keep in parenthesis, ex: $pattern(.*?(from here.*?to here).*) . You need to make sure that the integrity of a web page is not compromised, i.e. if you include a table make sure to include everything including the table end tag. NOTE: Sorting is nicely covered by the TablePlugin. For how-to tips and tricks, see: TWikiVariablesExamples |
|||||||||||||||||||||
Line: 269 to 244 | |||||||||||||||||||||||
Changed: | |||||||||||||||||||||||
< < |
| ||||||||||||||||||||||
> > |
| ||||||||||||||||||||||
Line: 380 to 355 | |||||||||||||||||||||||
Changed: | |||||||||||||||||||||||
< < |
Customizing Variables | ||||||||||||||||||||||
> > |
Creating Custom Variables | ||||||||||||||||||||||
Line: 382 to 357 | |||||||||||||||||||||||
Changed: | |||||||||||||||||||||||
< < |
See: TWikiVariables Examples | ||||||||||||||||||||||
> > |
Example: Create a custom logo variable |
<<O>> Difference Topic TWikiVariables (r1.45 - 30 Nov 2001 - MikeMannix?) |
Line: 1 15 to 1 15 | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Changed: | |||||||||||||||||||||
< < |
With a couple of notable exceptions, predefined variables return set values that are defined on installation and left alone. Most are directory names and file paths, customized for your server, and only have to be updated once in the main configuration file if your server set-up changes. | ||||||||||||||||||||
> > |
Most predefined variables return values that were either defined when TWiki was installed, or taken from server info (like current username, or date and time). Many of the variables let you control how the formatted results appear. | ||||||||||||||||||||
Line: 208 to 208 | |||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < |
| ||||||||||||||||||||
> > |
| ||||||||||||||||||||
Line: 216 to 214 | |||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < |
|||||||||||||||||||||
> > |
|||||||||||||||||||||
%SEARCH{... format="..."}% |
Control the formatting of an embedded search. By default, the search result display format is fixed: a table with rows of topic name and topic summary. Use the format="..." parameter to specify a custom format, typically, a bullet list or table row containing variables Ex: %SEARCH{ "food" format="| $topic | $summary |" }% ) Two paramters can be used to specify a customized search result: 1. header="..." parameter Use the header paramter to specify the header of a search result. It should correspond to the format of the format parameter. This parameter is optional. Ex: header="| *Topic:* | *Summary:* |" 2. format="..." parameter Use the format paramter to specify the format of one search hit. Ex: format="| $topic | $summary |" Variables that can be used in the format string:
$pattern(reg-exp) , specify a RegularExpression that scans from start to end and contains the text you want to keep in parenthesis, ex: $pattern(.*?(from here.*?to here).*) . You need to make sure that the integrity of a web page is not compromised, i.e. if you include a table make sure to include everything including the table end tag. NOTE: Sorting is nicely covered by the TablePlugin. For how-to tips and tricks, see: TWikiVariablesExamples |
||||||||||||||||||||
Line: 238 to 262 | |||||||||||||||||||||
Deleted: | |||||||||||||||||||||
< < |
[3] Note: Regular search, no summary, BookView and FormattedSearch are exclusive. | ||||||||||||||||||||
Line: 357 to 380 | |||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < |
Creating Custom Variables
| ||||||||||||||||||||
> > |
Customizing Variables | ||||||||||||||||||||
Line: 361 to 382 | |||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < |
Example: Create a custom logo variable | ||||||||||||||||||||
> > |
See: TWikiVariables Examples | ||||||||||||||||||||
Line: 367 to 383 | |||||||||||||||||||||
Deleted: | |||||||||||||||||||||
< < |
-- MikeMannix - 30 Aug 2001 | ||||||||||||||||||||
Line: 368 to 385 | |||||||||||||||||||||
Added: | |||||||||||||||||||||
> > |
-- MikeMannix - 30 Nov 2001 |
<<O>> Difference Topic TWikiVariables (r1.44 - 25 Oct 2001 - PeterThoeny?) |
Line: 1 208 to 1 208 | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Changed: | |||||||||||||
< < |
| ||||||||||||
> > |
| ||||||||||||
Line: 235 to 238 | |||||||||||||
Added: | |||||||||||||
> > |
[3] Note: Regular search, no summary, BookView and FormattedSearch are exclusive. |
<<O>> Difference Topic TWikiVariables (r1.43 - 15 Sep 2001 - MikeMannix?) |
Line: 1 3 to 1 2 | ||||||||
---|---|---|---|---|---|---|---|---|
Deleted: | ||||||||
< < |
||||||||
Line: 9 to 7 | ||||||||
Changed: | ||||||||
< < |
Text strings expanded on the fly include predefined, preference-driven and custom-defined data | |||||||
> > |
Text strings expanded on the fly to display data or system info | |||||||
Line: 13 to 11 | ||||||||
Changed: | ||||||||
< < |
TWikiVariables are text strings enclosed in percentage signs: % that represent stored data. When a topic is rendered for viewing, defined variables are replaced by their actual values. TWiki has two types of variable, predefined and Preference-based, where usually you determine the content. Through Preference variables, you can also define custom variables, creating new variable name and value. TWiki variables are as simple to use as they are powerful, and vice versa!
| |||||||
> > |
TWikiVariables are text strings - %VARIABLE% - that expand into content whenever a page is opened. Variables are replaced by their actual values: stored data, or system info (like the date, or the current user). There are predefined variables, and Preference variables that you set. You can also define custom variables, with new names and values.
| |||||||
Line: 17 to 15 | ||||||||
Changed: | ||||||||
< < |
With a couple of notable exceptions, predefined variables return set values that are defined one-time on installation and left alone. Most are directory names and file paths, customized for your server, and only have to be updated once in the main configuration file if your server set-up changes. | |||||||
> > |
With a couple of notable exceptions, predefined variables return set values that are defined on installation and left alone. Most are directory names and file paths, customized for your server, and only have to be updated once in the main configuration file if your server set-up changes. | |||||||
Line: 19 to 17 | ||||||||
Changed: | ||||||||
< < |
netfrag.org expands the following variables enclosed in % percent signs: | |||||||
> > |
netfrag.org expands the following variables (enclosed in % percent signs):
| |||||||
Line: 21 to 19 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 90 to 89 | ||||||||
Added: | ||||||||
> > |
| |||||||
Line: 241 to 242 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 356 to 357 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
|
<<O>> Difference Topic TWikiVariables (r1.42 - 14 Sep 2001 - PeterThoeny?) |
Line: 1 359 to 1 359 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 362 to 363 | ||||||||
Added: | ||||||||
> > |
-- PeterThoeny - 13 Sep 2001 |
<<O>> Difference Topic TWikiVariables (r1.41 - 13 Sep 2001 - JohnTalintyre?) |
Line: 1 to 1 | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Added: | ||||||||||||||||||
> > |
| |||||||||||||||||
Line: 43 to 44 | ||||||||||||||||||
Changed: | ||||||||||||||||||
< < |
| |||||||||||||||||
> > |
| |||||||||||||||||
Line: 117 to 118 | ||||||||||||||||||
Changed: | ||||||||||||||||||
< < |
| |||||||||||||||||
> > |
| |||||||||||||||||
Line: 130 to 131 | ||||||||||||||||||
Changed: | ||||||||||||||||||
< < |
%WEBLIST{" * [[$name.Home]]"}% creates a bullet list of all webs.
| |||||||||||||||||
> > |
%WEBLIST{" * [[$name.Home]]"}% creates a bullet list of all webs.
| |||||||||||||||||
Line: 150 to 151 | ||||||||||||||||||
Changed: | ||||||||||||||||||
< < |
| |||||||||||||||||
> > |
| |||||||||||||||||
Line: 156 to 157 | ||||||||||||||||||
Changed: | ||||||||||||||||||
< < |
| |||||||||||||||||
> > |
| |||||||||||||||||
Line: 199 to 200 | ||||||||||||||||||
Changed: | ||||||||||||||||||
< < |
| |||||||||||||||||
> > |
| |||||||||||||||||
Line: 209 to 210 | ||||||||||||||||||
Changed: | ||||||||||||||||||
< < |
| |||||||||||||||||
> > |
| |||||||||||||||||
Line: 212 to 214 | ||||||||||||||||||
Added: | ||||||||||||||||||
> > |
%METASEARCH{...}% |
Special search of meta data
%METASEARCH{type="topicmoved" web="%WEB%" topic="%TOPIC%" title="This topic used to exist and was moved to: "}% , you may want to use this in WebTopicViewTemplate and WebTopicNonWikiTemplate%METASEARCH{type="parent" web="%WEB%" topic="%TOPIC%" title="Children: "}%
| ||||||||||||||||
Line: 335 to 349 | ||||||||||||||||||
Changed: | ||||||||||||||||||
< < |
| |||||||||||||||||
> > |
| |||||||||||||||||
Line: 343 to 357 | ||||||||||||||||||
Changed: | ||||||||||||||||||
< < |
Example: Create a custom logo variable | |||||||||||||||||
> > |
Example: Create a custom logo variable | |||||||||||||||||
Line: 348 to 362 | ||||||||||||||||||
Changed: | ||||||||||||||||||
< < |
-- MikeMannix - 30 Aug 2001 | |||||||||||||||||
> > |
-- MikeMannix - 30 Aug 2001 |
<<O>> Difference Topic TWikiVariables (r1.40 - 12 Sep 2001 - MikeMannix?) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
<<O>> Difference Topic TWikiVariables (r1.39 - 07 Sep 2001 - MikeMannix?) |
<<O>> Difference Topic TWikiVariables (r1.38 - 07 Sep 2001 - MikeMannix?) |
Line: 1 337 to 1 337 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
HOW-TO: Create a custom logo variable To place a logo anywhere in a web by typing %MYLOGO% , simply define the variable on the web's WebPreferences page. In this case, you also have to upload logo.gif to the same directory.:
| |||||||
> > |
Example: Create a custom logo variable
|
<<O>> Difference Topic TWikiVariables (r1.37 - 01 Sep 2001 - MikeMannix?) |
Line: 1 6 to 1 6 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
TWikiVariables are text strings enclosed in percentage signs: % that represent stored data. When a topic is rendered for viewing, defined variables replaced by their actual values. TWiki has two types of variable, predefined, and Preference-based, where you can change settings. Through Preference variables, you can even define custom variables. Clearly, they are a power TWiki feature.
| |||||||
> > |
TWikiVariables are text strings enclosed in percentage signs: % that represent stored data. When a topic is rendered for viewing, defined variables are replaced by their actual values. TWiki has two types of variable, predefined and Preference-based, where usually you determine the content. Through Preference variables, you can also define custom variables, creating new variable name and value. TWiki variables are as simple to use as they are powerful, and vice versa!
| |||||||
Line: 9 to 10 | ||||||||
Added: | ||||||||
> > |
With a couple of notable exceptions, predefined variables return set values that are defined one-time on installation and left alone. Most are directory names and file paths, customized for your server, and only have to be updated once in the main configuration file if your server set-up changes. | |||||||
Line: 12 to 14 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 208 to 211 | ||||||||
Added: | ||||||||
> > |
| |||||||
Line: 211 to 215 | ||||||||
Added: | ||||||||
> > |
||||||||
Line: 217 to 221 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 321 to 326 | ||||||||
Changed: | ||||||||
< < |
Setting Variable Preferences | |||||||
> > |
Setting Preferences | |||||||
Line: 328 to 334 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
HOW-TO: Create a custom logo variable | |||||||
Line: 329 to 340 | ||||||||
Added: | ||||||||
> > |
<<O>> Difference Topic TWikiVariables (r1.36 - 31 Aug 2001 - MikeMannix?) |
Line: 1 5 to 1 4 | ||||||||
---|---|---|---|---|---|---|---|---|
Deleted: | ||||||||
< < |
About Variables |
<<O>> Difference Topic TWikiVariables (r1.35 - 30 Aug 2001 - MikeMannix?) |
Line: 1 8 to 1 8 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
Include/write if not found elsewhere. | |||||||
> > |
TWikiVariables are text strings enclosed in percentage signs: % that represent stored data. When a topic is rendered for viewing, defined variables replaced by their actual values. TWiki has two types of variable, predefined, and Preference-based, where you can change settings. Through Preference variables, you can even define custom variables. Clearly, they are a power TWiki feature.
| |||||||
Line: 27 to 27 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 42 to 42 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 48 to 48 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 51 to 51 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 63 to 63 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 66 to 66 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 323 to 323 | ||||||||
Changed: | ||||||||
< < |
Setting and Creating New Preferences | |||||||
> > |
Setting Variable Preferences | |||||||
Line: 328 to 327 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
Creating Custom Variables
| |||||||
Line: 331 to 333 | ||||||||
Changed: | ||||||||
< < |
-- MikeMannix - 26 Aug 2001 | |||||||
> > |
-- MikeMannix - 30 Aug 2001 |
<<O>> Difference Topic TWikiVariables (r1.34 - 30 Aug 2001 - MikeMannix?) |
Line: 1 to 1 |
---|
<<O>> Difference Topic TWikiVariables (r1.33 - 29 Aug 2001 - MikeMannix?) |
Line: 1 5 to 1 6 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
About VariablesInclude/write if not found elsewhere. | |||||||
Line: 320 to 324 | ||||||||
Changed: | ||||||||
< < |
Notes: | |||||||
> > |
Setting and Creating New Preferences | |||||||
Line: 322 to 326 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 327 to 330 | ||||||||
Deleted: | ||||||||
< < |
-- PeterThoeny - 23 Jul 2001 |
<<O>> Difference Topic TWikiVariables (r1.32 - 27 Aug 2001 - MikeMannix?) |
Line: 1 328 to 1 328 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
-- MikeMannix? - 26 Aug 2001 | |||||||
> > |
-- MikeMannix - 26 Aug 2001 |
<<O>> Difference Topic TWikiVariables (r1.31 - 26 Aug 2001 - MikeMannix?) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
TOC: No TOC in "TWiki.TWikiVariables" | |||||||
Line: 171 to 173 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 174 to 176 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 325 to 328 | ||||||||
Added: | ||||||||
> > |
-- MikeMannix? - 26 Aug 2001 |
<<O>> Difference Topic TWikiVariables (r1.30 - 15 Aug 2001 - PeterThoeny?) |
Line: 1 174 to 1 174 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
|
<<O>> Difference Topic TWikiVariables (r1.29 - 07 Aug 2001 - JohnTalintyre?) |
Line: 1 109 to 1 109 | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Changed: | |||||||||||||
< < |
| ||||||||||||
> > |
| ||||||||||||
Line: 115 to 115 | |||||||||||||
Changed: | |||||||||||||
< < |
| ||||||||||||
> > |
%WEBLIST{" * [[$name.Home]]"}% creates a bullet list of all webs.
%WEBLIST{"" webs="Trash,public" selection="TWiki" separator=" "}% Dropdown of all public Webs + Trash Web, current Web highlighted.
|
||||||||||||
Line: 289 to 296 | |||||||||||||
Added: | |||||||||||||
> > |
|
<<O>> Difference Topic TWikiVariables (r1.28 - 23 Jul 2001 - PeterThoeny?) |
Line: 1 52 to 1 53 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Added: | |||||||||||
> > |
| ||||||||||
Line: 61 to 68 | |||||||||||
Added: | |||||||||||
> > |
| ||||||||||
Line: 281 to 302 | |||||||||||
Changed: | |||||||||||
< < |
-- PeterThoeny - 14 Jul 2001 | ||||||||||
> > |
-- PeterThoeny - 23 Jul 2001 |
<<O>> Difference Topic TWikiVariables (r1.27 - 15 Jul 2001 - PeterThoeny?) |
Line: 1 75 to 1 75 | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Changed: | |||||||||||||||||
< < |
| ||||||||||||||||
> > |
Topic index of a web. The "format" defines the format of one topic item. It may include variables: The $name variable gets expanded to the topic name; the $web variable gets expanded to the name of the web.
Parameters are format, separator and web:
| ||||||||||||||||
Line: 77 to 84 | |||||||||||||||||
Added: | |||||||||||||||||
> > |
%TOPICLIST{separator=", "}% creates a comma separated list of all topics.
| ||||||||||||||||
Line: 81 to 88 | |||||||||||||||||
Changed: | |||||||||||||||||
< < |
| ||||||||||||||||
> > |
Web index, e.g. list of all webs. Hidden webs are excluded, e.g. webs with a NOSEARCHALL=on preference variable. The "format" defines the format of one web item. The $name variable gets expanded to the name of the web.
Parameters are format, separator and web:
| ||||||||||||||||
Line: 119 to 131 | |||||||||||||||||
Changed: | |||||||||||||||||
< < |
| ||||||||||||||||
> > |
| ||||||||||||||||
Line: 135 to 147 | |||||||||||||||||
Changed: | |||||||||||||||||
< < |
Table of Content. Shows a TOC that is generated automatically based on headings of a topic. Headings in WikiSyntax ("---++ text" ) and HTML ("<h2>text<h2>" ) are taken into account. Parameter is composed of the topic name, followed by optional name="value" pairs:
| ||||||||||||||||
> > |
Table of Content. Shows a TOC that is generated automatically based on headings of a topic. Headings in WikiSyntax ("---++ text" ) and HTML ("<h2>text<h2>" ) are taken into account. Parameters are topic name, web and depth:
| ||||||||||||||||
Line: 141 to 154 | |||||||||||||||||
Changed: | |||||||||||||||||
< < |
%SEARCH{"str" ...}% |
Inline search, shows a search result embedded in a topic. Parameter is composed of the search term (enclosed in double quotes), followed by optional name="value" pairs: [1]
| |||||||||||||||
> > |
%SEARCH{"text" ...}% |
Inline search, shows a search result embedded in a topic. Parameters are the search term, web, scope, order and many more: [1]
| |||||||||||||||
Line: 214 to 229 | |||||||||||||||||
Added: | |||||||||||||||||
> > |
| ||||||||||||||||
Line: 259 to 281 | |||||||||||||||||
Changed: | |||||||||||||||||
< < |
-- PeterThoeny - 25 Jun 2001 | ||||||||||||||||
> > |
-- PeterThoeny - 14 Jul 2001 |
<<O>> Difference Topic TWikiVariables (r1.26 - 11 Jul 2001 - PeterThoeny?) |
Line: 0 45 to 1 47 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
| |||||||
Line: 47 to 51 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
|
<<O>> Difference Topic TWikiVariables (r1.25 - 26 Jun 2001 - PeterThoeny?) |
Line: 114 to 114 | |||||||||
---|---|---|---|---|---|---|---|---|---|
Changed: | |||||||||
< < |
| ||||||||
> > |
%INCLUDE{"page" ...}% |
Server side include to IncludeTopicsAndWebPages. The parameter is composed of the page name, followed by an optional pattern="(reg-exp)" pair. The page name is:
|
|||||||
Line: 137 to 141 | |||||||||
Changed: | |||||||||
< < |
| ||||||||
> > |
| ||||||||
Line: 251 to 255 | |||||||||
Changed: | |||||||||
< < |
-- PeterThoeny - 24 Mar 2001 | ||||||||
> > |
-- PeterThoeny - 25 Jun 2001 |
<<O>> Difference Topic TWikiVariables (r1.24 - 08 Jun 2001 - PeterThoeny?) |
Line: 69 to 70 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
|
<<O>> Difference Topic TWikiVariables (r1.23 - 02 Jun 2001 - PeterThoeny?) |
Line: 33 to 34 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
|
<<O>> Difference Topic TWikiVariables (r1.22 - 25 Mar 2001 - PeterThoeny?) |
Line: 121 to 121 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 123 to 123 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 142 to 143 | ||||||||
Changed: | ||||||||
< < |
[1] Note: A web can be excluded from a web="all" search if you define a NOSEARCHALL=on variable in its WebPreferences.
| |||||||
> > |
[1] Note: The search form uses identical names for input fields.
[2] Note: A web can be excluded from a web="all" search if you define a NOSEARCHALL=on variable in its WebPreferences.
| |||||||
Line: 235 to 238 | ||||||||
Changed: | ||||||||
< < |
-- PeterThoeny - 15 Mar 2001 | |||||||
> > |
-- PeterThoeny - 24 Mar 2001 |
<<O>> Difference Topic TWikiVariables (r1.21 - 16 Mar 2001 - PeterThoeny?) |
Line: 0 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
TWiki VariablesPredefined Variables | |||||||
Line: 134 to 138 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 139 to 144 | ||||||||
Added: | ||||||||
> > |
Preferences Variables | |||||||
Line: 229 to 235 | ||||||||
Changed: | ||||||||
< < |
-- PeterThoeny? - 01 Mar 2001 | |||||||
> > |
-- PeterThoeny - 15 Mar 2001 |
<<O>> Difference Topic TWikiVariables (r1.20 - 02 Mar 2001 - PeterThoeny?) |
Line: 105 to 106 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Added: | ||||||||||
> > |
%TOC% |
Table of Content of current topic. | ||||||||
%TOC{"SomeTopic" ...}% |
Table of Content. Shows a TOC that is generated automatically based on headings of a topic. Headings in WikiSyntax ("---++ text" ) and HTML ("<h2>text<h2>" ) are taken into account. Parameter is composed of the topic name, followed by optional name="value" pairs:
%TOC{depth="2"}% , %TOC{"TWikiDocumentation" web="TWiki"}%
| |||||||||
Line: 219 to 229 | ||||||||||
Changed: | ||||||||||
< < |
-- PeterThoeny? - 19 Jan 2001 | |||||||||
> > |
-- PeterThoeny? - 01 Mar 2001 |
<<O>> Difference Topic TWikiVariables (r1.19 - 20 Jan 2001 - PeterThoeny?) |
Line: 44 to 45 | |||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Added: | |||||||||||||||||||||||||||||
> > |
| ||||||||||||||||||||||||||||
Line: 47 to 54 | |||||||||||||||||||||||||||||
Added: | |||||||||||||||||||||||||||||
> > |
| ||||||||||||||||||||||||||||
Line: 55 to 67 | |||||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||||
< < |
| ||||||||||||||||||||||||||||
> > |
Formatted GM time based on time variables.
%GMTIME{"$day $month, $year - $hour:$min:$sec"}% is 21 Nov, 2024 - 22:08:06 |
||||||||||||||||||||||||||||
Line: 61 to 83 | |||||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||||
< < |
| ||||||||||||||||||||||||||||
> > |
|
<<O>> Difference Topic TWikiVariables (r1.18 - 20 Jan 2001 - PeterThoeny?) |
Line: 97 to 97 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 197 to 197 | ||||||||
Changed: | ||||||||
< < |
-- PeterThoeny? - 10 Nov 2000 | |||||||
> > |
-- PeterThoeny? - 19 Jan 2001 |
<<O>> Difference Topic TWikiVariables (r1.17 - 16 Jan 2001 - PeterThoeny?) |
Line: 77 to 78 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
|
<<O>> Difference Topic TWikiVariables (r1.16 - 18 Dec 2000 - PeterThoeny?) |
Line: 90 to 91 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
|
<<O>> Difference Topic TWikiVariables (r1.15 - 15 Dec 2000 - PeterThoeny?) |
Line: 14 to 15 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
|
<<O>> Difference Topic TWikiVariables (r1.14 - 14 Dec 2000 - PeterThoeny?) |
Line: 37 to 37 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 96 to 96 | ||||||||
Changed: | ||||||||
< < |
[1] Note: A web can be excluded from a web="all" search if you define a NOSEARCHALL=on variable in its WebPreferences.
| |||||||
> > |
[1] Note: A web can be excluded from a web="all" search if you define a NOSEARCHALL=on variable in its WebPreferences.
|
<<O>> Difference Topic TWikiVariables (r1.13 - 11 Nov 2000 - PeterThoeny?) |
Line: 1 to 1 | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Changed: | ||||||||||||||||
< < |
TWiki expands the following variables enclosed in % percent signs: | |||||||||||||||
> > |
netfrag.org expands the following variables enclosed in % percent signs: | |||||||||||||||
Line: 7 to 7 | ||||||||||||||||
Changed: | ||||||||||||||||
< < |
| |||||||||||||||
> > |
| |||||||||||||||
Line: 10 to 10 | ||||||||||||||||
Changed: | ||||||||||||||||
< < |
| |||||||||||||||
> > |
| |||||||||||||||
Line: 13 to 13 | ||||||||||||||||
Changed: | ||||||||||||||||
< < |
| |||||||||||||||
> > |
| |||||||||||||||
Line: 19 to 19 | ||||||||||||||||
Changed: | ||||||||||||||||
< < |
| |||||||||||||||
> > |
| |||||||||||||||
Line: 73 to 73 | ||||||||||||||||
Changed: | ||||||||||||||||
< < |
| |||||||||||||||
> > |
| |||||||||||||||
Line: 78 to 78 | ||||||||||||||||
Changed: | ||||||||||||||||
< < |
| |||||||||||||||
> > |
| |||||||||||||||
Line: 89 to 89 | ||||||||||||||||
Changed: | ||||||||||||||||
< < |
| |||||||||||||||
> > |
| |||||||||||||||
Line: 92 to 92 | ||||||||||||||||
Changed: | ||||||||||||||||
< < |
| |||||||||||||||
> > |
| |||||||||||||||
Line: 157 to 158 | ||||||||||||||||
Added: | ||||||||||||||||
> > |
| |||||||||||||||
Line: 167 to 187 | ||||||||||||||||
Changed: | ||||||||||||||||
< < |
-- PeterThoeny? - 01 Nov 2000 | |||||||||||||||
> > |
-- PeterThoeny? - 10 Nov 2000 |
<<O>> Difference Topic TWikiVariables (r1.12 - 02 Nov 2000 - PeterThoeny?) |
Line: 89 to 90 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
| |||||||
Line: 156 to 160 | ||||||||
Changed: | ||||||||
< < |
-- PeterThoeny? - 18 Sep 2000 | |||||||
> > |
Notes:
|
<<O>> Difference Topic TWikiVariables (r1.11 - 20 Sep 2000 - PeterThoeny?) |
Line: 122 to 123 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
| |||||||
Line: 141 to 149 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
|
<<O>> Difference Topic TWikiVariables (r1.10 - 19 Sep 2000 - PeterThoeny?) |
Line: 44 to 45 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
| |||||||
Line: 145 to 148 | ||||||||
Changed: | ||||||||
< < |
-- PeterThoeny? - 17 Aug 2000 | |||||||
> > |
-- PeterThoeny? - 18 Sep 2000 |
<<O>> Difference Topic TWikiVariables (r1.9 - 18 Aug 2000 - PeterThoeny?) |
Line: 69 to 69 | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Changed: | |||||||||||||
< < |
| ||||||||||||
> > |
| ||||||||||||
Line: 75 to 75 | |||||||||||||
Changed: | |||||||||||||
< < |
| ||||||||||||
> > |
| ||||||||||||
Line: 77 to 80 | |||||||||||||
Added: | |||||||||||||
> > |
| ||||||||||||
Line: 79 to 83 | |||||||||||||
Added: | |||||||||||||
> > |
| ||||||||||||
Line: 84 to 89 | |||||||||||||
Added: | |||||||||||||
> > |
[1] Note: A web can be excluded from a web="all" search if you define a NOSEARCHALL=on variable in its WebPreferences.
| ||||||||||||
Line: 109 to 116 | |||||||||||||
Added: | |||||||||||||
> > |
| ||||||||||||
Line: 120 to 131 | |||||||||||||
Added: | |||||||||||||
> > |
| ||||||||||||
Line: 123 to 145 | |||||||||||||
Changed: | |||||||||||||
< < |
-- PeterThoeny? - 29 May 2000 | ||||||||||||
> > |
-- PeterThoeny? - 17 Aug 2000 |
<<O>> Difference Topic TWikiVariables (r1.8 - 28 Jul 2000 - PeterThoeny?) |
Line: 37 to 37 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 45 to 44 | ||||||||
Deleted: | ||||||||
< < |
| |||||||
Line: 49 to 46 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 79 to 85 | ||||||||
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): |
<<O>> Difference Topic TWikiVariables (r1.7 - 29 May 2000 - PeterThoeny?) |
Line: 46 to 46 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 114 to 117 | ||||||||
Changed: | ||||||||
< < |
-- PeterThoeny? - 21 Apr 2000 | |||||||
> > |
-- PeterThoeny? - 29 May 2000 |
<<O>> Difference Topic TWikiVariables (r1.6 - 22 Apr 2000 - PeterThoeny?) |
Line: 7 to 7 | |||||||||
---|---|---|---|---|---|---|---|---|---|
Changed: | |||||||||
< < |
| ||||||||
> > |
| ||||||||
Line: 47 to 48 | |||||||||
Added: | |||||||||
> > |
| ||||||||
Line: 100 to 113 | |||||||||
Added: | |||||||||
> > |
-- PeterThoeny? - 21 Apr 2000 |
<<O>> Difference Topic TWikiVariables (r1.5 - 21 Mar 2000 - PeterThoeny?) |
Line: 95 to 96 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
|
<<O>> Difference Topic TWikiVariables (r1.4 - 01 Mar 2000 - PeterThoeny?) |
Line: 10 to 10 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 13 to 16 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 16 to 23 | ||||||||
Added: | ||||||||
> > |
|
<<O>> Difference Topic TWikiVariables (r1.3 - 28 Feb 2000 - PeterThoeny?) |
Line: 18 to 17 | ||||||||
---|---|---|---|---|---|---|---|---|
Deleted: | ||||||||
< < |
| |||||||
Line: 55 to 53 | ||||||||
Added: | ||||||||
> > |
Variable: | Level: | What: |
---|---|---|
%WIKIWEBMASTER% |
SL | Webmaster email address (sender of email notifications) , is webmaster@netfrag.org |
%WIKIWEBLIST% |
SL | List of netfrag.org webs (in upper right corner of topics) |
%WEBTOPICLIST% |
WL | Common links of web (second line of topics) |
%WEBCOPYRIGHT% |
SL , WL | Copyright notice (bottom right corner of topics) |
%WEBBGCOLOR% |
WL | Background color of web |
%EDITBOXWIDTH% |
SL , UL | Horizontal size of edit box, is 100 |
%EDITBOXHEIGHT% |
SL , UL | Vertical size of edit box, is 20 |
<<O>> Difference Topic TWikiVariables (r1.2 - 30 Jan 2000 - PeterThoeny?) |
Line: 42 to 42 | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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"}% |
|||||||||||||||||||||||
%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:
%SEARCH{"wiki" web="Main" scope="topic"}% |
<<O>> Difference Topic TWikiVariables (r1.1 - 13 Jun 1999 - Main.thoeny) |
Line: 1 to 1 | |||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Added: | |||||||||||||||||||||||||||||
> > |
TWiki expands the following variables enclosed in % percent signs:
|
Topic TWikiVariables . { View | Diffs | r1.46 | > | r1.45 | > | r1.44 | More } output as: { } |
Revision r1.1 - 13 Jun 1999 - 07:45 - Main.thoeny Revision r1.46 - 02 Dec 2001 - 11:58 - MikeMannix? |