k y m a • t w e a k y — the kyma collective

TWiki.TWikiVariables

  Difference Topic TWikiVariables (r1.63 - 17 Apr 2003 - KurtHebel)
Changed:
<
<

-- MikeMannix? - 12 May 2002

>
>

-- MikeMannix? - 12 May 2002

  Difference Topic TWikiVariables (r1.62 - 27 Jan 2003 - PeterThoeny?)
Added:
>
>

  Difference Topic TWikiVariables (r1.61 - 19 Jan 2003 - PeterThoeny?)
Changed:
<
<

Formatted example: %SEARCH{"FAQ" scope="topic" nosearch="on" nototal="on" header="| *Topic: * | *Summary: * |" format="| $topic | $summary |"% (displays results in a table with header - details)

>
>

Formatted example: %SEARCH{"FAQ" scope="topic" nosearch="on" nototal="on" header="| *Topic: * | *Summary: * |" format="| $topic | $summary |"% (displays results in a table with header - details)
HELP If the TWiki:Plugins.TablePlugin is installed, you may set a %TABLE{}% variable just before the %SEARCH{}% to alter the output of a search. Example: %TABLE{ tablewidth="90%" }%

Changed:
<
<

-- PeterThoeny - 13 Sep 2001

>
>

-- PeterThoeny - 19 Jan 2003

  Difference Topic TWikiVariables (r1.60 - 11 Dec 2002 - PeterThoeny?)
Changed:
<
<

Server side include to IncludeTopicsAndWebPages. Parameters are page name, and an optional pattern="(reg-exp)". The page name is:
"SomeTopic" The name of a topic located in the current web, i.e. %INCLUDE{"WebNotify"}%
"Web.Topic" A topic in another web, i.e. %INCLUDE{"TWiki.SiteMap"}%
"http://..." A full qualified URL, i.e. %INCLUDE{"http://twiki.org/"}%
>
>

Server side include to IncludeTopicsAndWebPages:
Parameter: Description: Default:
"SomeTopic" The name of a topic located in the current web, i.e. %INCLUDE{"WebNotify"}%  
"Web.Topic" A topic in another web, i.e. %INCLUDE{"TWiki.SiteMap"}%  
"http://..." A full qualified URL, i.e. %INCLUDE{"http://twiki.org/"}%  
pattern="..." A RegularExpression pattern to include a subset of a topic or page none
rev="1.2" Include a previous topic revision; N/A for URLs top revision
Changed:
<
<

header="..."
format="..."
Custom format results: see FormattedSearch for usage, variables & examples Results in table

>
>

header="..."
format="..."
Custom format results: see FormattedSearch for usage, variables & examples Results in table

  Difference Topic TWikiVariables (r1.59 - 23 Nov 2002 - PeterThoeny?)
Changed:
<
<

"text" Search term. (Is a regular expression or literal, depending on the regex parameter) [TWikiAlphaRelease - for regular expressions ";" can be used to mean and e.g. "search;agrep" will find all topic containing search and agrep ] required

>
>

"text" Search term. Is a regular expression or literal, depending on the regex parameter. For regular expressions ";" is used to mean and e.g. "search;agrep" will find all topic containing search and agrep. required

Changed:
<
<

regex="on" RegularExpression search Literal search

>
>

regex="on" RegularExpression search; also enables ";" as and Literal search

  Difference Topic TWikiVariables (r1.58 - 06 Oct 2002 - PeterThoeny?)
Changed:
<
<

Returns the value of a URL parameter. Ex: %URLPARAM{"skin"}% returns print for a .../view/TWiki/TWikiVariables?skin=print URL. Is
>
>

Returns the value of a URL parameter. Note that there is a low risk that this variable could be misused for cross-scripting. Ex: %URLPARAM{"skin"}% returns print for a .../view/TWiki/TWikiVariables?skin=print URL. Is
Added:
>
>

Note: There are some more useful variables defined in the TWikiPreferences like %BR% for line break, colors like %RED% for colored text and small icons like %H% for a HELP Help icon.
Changed:
<
<

  • The syntax for Preferences Variables is the same anywhere in TWiki (on its own TWiki bullet line, including nested bullets):
    [3 spaces] * [space] Set [space] VARIABLENAME [space] = [value]
    Examples:
  • Set VARIABLENAME = =value=
    • Set VARIABLENAME = =value=
>
>

  • The syntax for Preferences Variables is the same anywhere in TWiki (on its own TWiki bullet line, including nested bullets):
    [multiple of 3 spaces] * [space] Set [space] VARIABLENAME [space] = [value]
    Examples:
  • Set VARIABLENAME = value
    • Set VARIABLENAME = value
  Difference Topic TWikiVariables (r1.57 - 25 Aug 2002 - PeterThoeny?)
Changed:
<
<

%WEBLIST{"" webs="Trash,public" selection="TWiki" separator=" "}% Dropdown of all public Webs + Trash Web, current Web highlighted.

>
>

%WEBLIST{"<option $marker value=$qname>$name</option>" webs="Trash,public" selection="TWiki" separator=" "}% Dropdown of all public Webs + Trash Web, current Web highlighted.

  Difference Topic TWikiVariables (r1.56 - 05 Jun 2002 - PeterThoeny?)
Changed:
<
<

Table of Contents. 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. (But not "<H2>text</H2>", which can be used to exclude a heading from the TOC.) Parameters are topic name, web and depth:
>
>

Table of Contents. 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. Any heading text after "!!" is excluded from the TOC; for example, write "---+!! text" if you do not want to list a header in the TOC. Parameters are topic name, web and depth:
  Difference Topic TWikiVariables (r1.55 - 24 May 2002 - PeterThoeny?)
Changed:
<
<

  • The syntax for Preferences Bariables is the same anywhere in TWiki (on its own TWiki bullet line, including nested bullets):
    [3 spaces] * [space] Set [space] VARIABLENAME [space] = [value]
    Examples:
>
>

  • The syntax for Preferences Variables is the same anywhere in TWiki (on its own TWiki bullet line, including nested bullets):
    [3 spaces] * [space] Set [space] VARIABLENAME [space] = [value]
    Examples:
  Difference Topic TWikiVariables (r1.54 - 17 May 2002 - PeterThoeny?)
Changed:
<
<

The public URL of TWiki, is http://www.symbolicsound.com/zzz/pub
>
>

The public URL of TWiki, is http://www.symbolicsound.com/zzz/pub
Example: You can refer to a file attached to another topic as %PUBURL%/%WEB%/OtherTopic/image.gif
Added:
>
>

%URLENCODE{"string"}% Encodes a string for use as a URL parameter. Ex: %URLENCODE{"spaced name"}% returns spaced%20name
  Difference Topic TWikiVariables (r1.53 - 15 May 2002 - PeterThoeny?)
Changed:
<
<

"Web.Topic" A topic in another web, i.e. %INCLUDE{"TWiki.TWikiSiteMap"}%

>
>

"Web.Topic" A topic in another web, i.e. %INCLUDE{"TWiki.SiteMap"}%

  Difference Topic TWikiVariables (r1.52 - 12 May 2002 - MikeMannix?)
Changed:
<
<

"Web.Topic" A topic in another web, i.e. %INCLUDE{"TWiki.SiteMap"}%

>
>

"Web.Topic" A topic in another web, i.e. %INCLUDE{"TWiki.TWikiSiteMap"}%

Changed:
<
<

"text" Search term. (Is a regular expression or literal, depending on the regex parameter) required

>
>

"text" Search term. (Is a regular expression or literal, depending on the regex parameter) [TWikiAlphaRelease - for regular expressions ";" can be used to mean and e.g. "search;agrep" will find all topic containing search and agrep ] required

Changed:
<
<

title="Title" Text the is prepended to any search results required

>
>

title="Title" Text that is prepended to any search results required

Changed:
<
<

>
>

Changed:
<
<

  • The syntax for Preferences variables is the same anywhere in TWiki (on its own TWiki bullet line, including nested bullets):
    [3 spaces] * [space] Set [space] VARIABLENAME [space] = [value]
    Examples:
>
>

  • The syntax for Preferences Bariables is the same anywhere in TWiki (on its own TWiki bullet line, including nested bullets):
    [3 spaces] * [space] Set [space] VARIABLENAME [space] = [value]
    Examples:
Changed:
<
<

  • You can add your own preference variables for an entire site, a single web, or a single topic, using the standard syntax. Whatever you include in your variable will be expanded on display, and treated exactly as if it had been written out. So you can place formatted text, page links, image paths.
>
>

  • You can add your own Preference Variables for us across an entire site or a single web, using the standard Preferences syntax. Whatever you include in your Variable will be expanded on display, exactly as if it had been entered directly. You can place formatted text, page links, image paths.
Changed:
<
<

Example: 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. You also have to upload logo.gif - this can be done by attaching a file to LogoTopic (any topic name you choose):
    • Set MYLOGO = %PUBURL%/%MAINWEB%/LogoTopic/logo.gif
>
>

Example: Create a custom logo variable the TWiki web
  • To place a logo anywhere in a web by typing %MYLOGO%, define the Variable on the web's WebPreferences page, and upload a logo file, ex: mylogo.gif. You can upload by attaching the file to WebPreferences, or, to avoid clutter, to any other topic in the same web, ex: LogoTopic:
    • Set MYLOGO = %PUBURL%/TWiki/LogoTopic/mylogo.gif
Changed:
<
<

-- MikeMannix? - 07 Mar 2002

>
>

-- MikeMannix? - 12 May 2002

  Difference Topic TWikiVariables (r1.51 - 07 Apr 2002 - PeterThoeny?)
Changed:
<
<

"Web.Topic" A topic in another web, i.e. %INCLUDE{"TWiki.TWikiWebsTable"}%

>
>

"Web.Topic" A topic in another web, i.e. %INCLUDE{"TWiki.SiteMap"}%

  Difference Topic TWikiVariables (r1.50 - 08 Mar 2002 - MikeMannix?)
Changed:
<
<

Table of Contents. 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. (But not "<H2>text</H2>", which can be used to exclude a heading from the TOC.) Parameters are topic name, web and depth:
>
>

Table of Contents. 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. (But not "<H2>text</H2>", which can be used to exclude a heading from the TOC.) Parameters are topic name, web and depth:
Changed:
<
<

-- MikeMannix? - 23 Jan 2002

>
>

-- MikeMannix? - 07 Mar 2002

  Difference Topic TWikiVariables (r1.49 - 16 Feb 2002 - PeterThoeny?)
Changed:
<
<

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

>
>

order="topic"
order="modified"
order="editby"
order=
 "formfield(name)"
Sort the results of search by the topic names, last modified time, last editor, or named field of TWikiForms Sort by topic name

  Difference Topic TWikiVariables (r1.48 - 23 Jan 2002 - MikeMannix?)
Changed:
<
<

Text strings expanded on the fly to display data or system info

Overview

>
>

Special text strings expand on the fly to display user data or system info

Changed:
<
<

format="..." Flexible custom result formatting: see FormattedSearch for usage Results in table
Example: %SEARCH{"wiki" web="User" scope="topic"}%

>
>

header="..."
format="..."
Custom format results: see FormattedSearch for usage, variables & examples Results in table
Regular example: %SEARCH{"wiki" web="User" scope="topic"}%
Formatted example: %SEARCH{"FAQ" scope="topic" nosearch="on" nototal="on" header="| *Topic: * | *Summary: * |" format="| $topic | $summary |"% (displays results in a table with header - details)

Changed:
<
<

"parent" if searcing for topics that have a specific parent i.e. its

>
>

"parent" if searching for topics that have a specific parent i.e. its

Changed:
<
<

title="Title" Text the is pre-pended to any search results required

>
>

title="Title" Text the is prepended to any search results required

Changed:
<
<

-- MikeMannix? - 05 Jan 2002

>
>

-- MikeMannix? - 23 Jan 2002

  Difference Topic TWikiVariables (r1.47 - 06 Jan 2002 - MikeMannix?)
Changed:
<
<

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.

>
>

TWikiVariables are text strings - %VARIABLE% - that expand into content whenever a page is opened. When a topic is rendered for viewing, VARIABLES are replaced by data, either user-entered, or info automatically generated by TWiki (like the date, or the current username). There are predefined variables, and Preference variables that you configure. You can also define custom variables, with new names and values.

Changed:
<
<

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.

>
>

Most predefined variables return values that were either set in the lib/twiki.cfg file, when TWiki was installed, or taken from server info (like current username, or date and time). Many of the variables let you format the appearance of the display results.

Changed:
<
<

kyma•tweaky expands the following variables (enclosed in % percent signs):

>
>

  • TIP Take the time to thoroughly read through ALL preference variables. If you actively configure your site, review variables periodically. They cover a wide range of functions, and it can be easy to miss the one perfect variable for something you have in mind. For example, see %INCLUDINGTOPIC%, %INCLUDE%, and the mighty %SEARCH%.

This version of TWiki - 01 Feb 2003 - expands the following variables (enclosed in % percent signs):

Changed:
<
<

Name of wiki tool, is kyma•tweaky
>
>

The name of your TWiki site - kyma•tweaky
Changed:
<
<

Wiki tool version is 01 Feb 2003
>
>

Your current TWiki version - 01 Feb 2003
Changed:
<
<

Your login username is guest
>
>

Your login username - guest
Changed:
<
<

Your %WIKINAME% including the User web name. Usefull for signatures. Is User.TWikiGuest
>
>

Your %WIKINAME% including the User web name - always use full signatures - User.TWikiGuest
Changed:
<
<

The Main web containing TWikiUsers, OfficeLocations? and TWikiGroups. Is User
>
>

The web containing TWikiUsers, OfficeLocations? and TWikiGroups is User
Changed:
<
<

The web containing all documentation and configuration of kyma•tweaky is TWiki
>
>

The web containing all documentation and site-wide preference settings for kyma•tweaky - TWiki
Changed:
<
<

The web name of the topic that includes the current topic. Same as %WEB% in case there is no include.
>
>

The web name of the topic that includes the current topic - same as %WEB% if there is no INCLUDE.
Changed:
<
<

The home topic in each web. Is WebHome
>
>

The home topic in each web - WebHome
Changed:
<
<

The notify topic in each web. Is WebNotify
>
>

The notify topic in each web - WebNotify
Changed:
<
<

The index topic of all registered users. Is TWikiUsers
>
>

The index topic of all registered users - TWikiUsers
Changed:
<
<

The web preferences topic. Is TWikiPreferences
>
>

The site-wide preferences topic - TWikiPreferences
Changed:
<
<

The web preferences topic. Is WebPreferences
>
>

The local web preferences topic in each web - WebPreferences
Changed:
<
<

The web statistics topic. Is WebStatistics
>
>

The web statistics topic WebStatistics
Changed:
<
<

The current topic name, is TWikiVariables
>
>

The current topic name - TWikiVariables
Changed:
<
<

The name of the topic where the includes started, e.g. the first topic of nested includes. Same as %TOPIC% in case there is no include.
>
>

The name of the topic where a single or nested INCLUDE started - same as %TOPIC% if there is no INCLUDE.
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, $qname gets expanded to double quoted name, $marker to marker where web matches selection.
>
>

Web index, ex: 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, $qname gets expanded to double quoted name, $marker to marker where web matches selection.
Changed:
<
<

[2] Note: A web can be excluded from a web="all" search if you define a NOSEARCHALL=on variable in its WebPreferences.

>
>

[2] Note: A web can be excluded from a web="all" search if you define a NOSEARCHALL=on variable in its WebPreferences.

Changed:
<
<

  • The syntax for Preferences variables is the same anywhere in TWiki. In Edit mode, from the start of a new line:
    [6 spaces] * [space] Set [space] VARIABLENAME [space] = [value]
    Example:
    • Set VARIABLENAME = value
>
>

  • The syntax for Preferences variables is the same anywhere in TWiki (on its own TWiki bullet line, including nested bullets):
    [3 spaces] * [space] Set [space] VARIABLENAME [space] = [value]
    Examples:
  • Set VARIABLENAME = =value=
    • Set VARIABLENAME = =value=
Changed:
<
<

-- MikeMannix - 30 Nov 2001

>
>

-- MikeMannix? - 05 Jan 2002

  Difference Topic TWikiVariables (r1.46 - 02 Dec 2001 - MikeMannix?)
Changed:
<
<

>
>

Added:
>
>

format="..." Flexible custom result formatting: see FormattedSearch for usage Results in table

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:
Name: Expands To:
$web Name of the web
$topic Topic name
$locked LOCKED flag (if any)
$date Time stamp of last topic update
$rev Number of last topic revision, i.e. 1.4
$wikiusername Wiki user name of last topic update, i.e. User.JohnSmith
$summary Topic summary
$formfield(name) The field value of a form field, i.e. $formfield(TopicClassification?) would get expanded to PublicFAQ. This applies only to topics that have a TWikiForm
$pattern(reg-exp) A regular expression pattern to extract some text from a topic, i.e. $pattern(.*?\*.*?Email\:\s*([^\n\r]+).*) extracts the email address from a bullet of format * Email: ....
Note: For $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?
Changed:
<
<

>
>

Changed:
<
<

Customizing Variables

>
>

Creating Custom Variables

Changed:
<
<

See: TWikiVariables Examples?

>
>

  • You can add your own preference variables for an entire site, a single web, or a single topic, using the standard syntax. Whatever you include in your variable will be expanded on display, and treated exactly as if it had been written out. So you can place formatted text, page links, image paths.

Example: 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. You also have to upload logo.gif - this can be done by attaching a file to LogoTopic (any topic name you choose):
    • Set MYLOGO = %PUBURL%/%MAINWEB%/LogoTopic/logo.gif
  Difference Topic TWikiVariables (r1.45 - 30 Nov 2001 - MikeMannix?)
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.

Changed:
<
<

nosummary="on" Show topic title only. [3] Show topic summary
bookview="on" BookView search, e.g. show complete topic text. [3] Show topic summary.
format="..." Define a FormattedSearch, i.e.
"   * [[$topic]]: $summary". [3]
Show regular search result with topic summary
header="..." Specify header of FormattedSearch, i.e.
"   * *Topic: Summary:*".
Show regular header

>
>

nosummary="on" Show topic title only Show topic summary
bookview="on" BookView search, e.g. show complete topic text Show topic summary

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:
Name: Expands To:
$web Name of the web
$topic Topic name
$locked LOCKED flag (if any)
$date Time stamp of last topic update
$rev Number of last topic revision, i.e. 1.4
$wikiusername Wiki user name of last topic update, i.e. User.JohnSmith
$summary Topic summary
$formfield(name) The field value of a form field, i.e. $formfield(TopicClassification?) would get expanded to PublicFAQ. This applies only to topics that have a TWikiForm
$pattern(reg-exp) A regular expression pattern to extract some text from a topic, i.e. $pattern(.*?\*.*?Email\:\s*([^\n\r]+).*) extracts the email address from a bullet of format * Email: ....
Note: For $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?
Deleted:
<
<

[3] Note: Regular search, no summary, BookView and FormattedSearch are exclusive.

Changed:
<
<

Creating Custom Variables

  • You can add your own preference variables for an entire site, a single web, or a single topic, using the standard syntax. Whatever you include in your variable will be expanded on display, and treated exactly as if it had been written out. So you can place formatted text, page links, image paths.
>
>

Customizing Variables

Changed:
<
<

Example: 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. You also have to upload logo.gif - this can be done by attaching a file to LogoTopic (any topic name you choose):
    • Set MYLOGO = %PUBURL%/%MAINWEB%/LogoTopic/logo.gif
>
>

See: TWikiVariables Examples?

Deleted:
<
<

-- MikeMannix - 30 Aug 2001

Added:
>
>

-- MikeMannix - 30 Nov 2001

  Difference Topic TWikiVariables (r1.44 - 25 Oct 2001 - PeterThoeny?)
Changed:
<
<

nosummary="on" Show topic title only Show topic summary
bookview="on" BookView search, e.g. show complete topic text Show topic summary

>
>

nosummary="on" Show topic title only. [3] Show topic summary
bookview="on" BookView search, e.g. show complete topic text. [3] Show topic summary.
format="..." Define a FormattedSearch, i.e.
"   * [[$topic]]: $summary". [3]
Show regular search result with topic summary
header="..." Specify header of FormattedSearch, i.e.
"   * *Topic: Summary:*".
Show regular header

Added:
>
>

[3] Note: Regular search, no summary, BookView and FormattedSearch are exclusive.

  Difference Topic TWikiVariables (r1.43 - 15 Sep 2001 - MikeMannix?)
Deleted:
<
<

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

Changed:
<
<

TWikiVariables are text strings enclosed in percentage signs: %VARIABLE% 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.

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.

Changed:
<
<

kyma•tweaky expands the following variables enclosed in % percent signs:

>
>

kyma•tweaky expands the following variables (enclosed in % percent signs):

Changed:
<
<

>
>

Added:
>
>

%WIKIPREFSTOPIC% The web preferences topic. Is TWikiPreferences
Changed:
<
<

>
>

Changed:
<
<

>
>

  Difference Topic TWikiVariables (r1.42 - 14 Sep 2001 - PeterThoeny?)
Changed:
<
<

    • Set MYLOGO = %PUBURLPATH%/%MAINWEB%/LogoTopic/logo.gif
>
>

    • Set MYLOGO = %PUBURL%/%MAINWEB%/LogoTopic/logo.gif
Added:
>
>

-- PeterThoeny - 13 Sep 2001

  Difference Topic TWikiVariables (r1.41 - 13 Sep 2001 - JohnTalintyre?)
Changed:
<
<
>
>

%META:TOPICPARENT{name="WebHome"}%

Changed:
<
<

The attachment URL of the current topic, is http://www.symbolicsound.com/zzz/pub/TWiki/TWikiVariables
Example: If you attach a file you can refer to it as %ATTACHURL%/image.gif
>
>

The attachment URL of the current topic, is http://www.symbolicsound.com/zzz/pub/TWiki/TWikiVariables
Example: If you attach a file you can refer to it as %ATTACHURL%/image.gif
Changed:
<
<


%TOPICLIST{"   * $web.$name"}% creates a bullet list of all topics.
%TOPICLIST{separator=", "}% creates a comma separated list of all topics.
%TOPICLIST{" <option>$name</option>"}% creates an option list (for drop down menus).

>
>


%TOPICLIST{"   * $web.$name"}% creates a bullet list of all topics.
%TOPICLIST{separator=", "}% creates a comma separated list of all topics.
%TOPICLIST{" <option>$name</option>"}% creates an option list (for drop down menus).

Changed:
<
<

selection Current value e.g. current for current Web, =section="%WEB%"
Examples:
%WEBLIST{"   * [[$name.WebHome]]"}% creates a bullet list of all webs.

>
>

selection="%WEB%" Current value to be selected in list section="%WEB%"
Examples:
%WEBLIST{"   * [[$name.WebHome]]"}% creates a bullet list of all webs.

Changed:
<
<

Variables can be shortened to 3 characters. Example:
%GMTIME{"$day $month, $year - $hour:$min:$sec"}% is
21 Nov, 2008 - 09:39:17

>
>

Variables can be shortened to 3 characters. Example:
%GMTIME{"$day $month, $year - $hour:$min:$sec"}% is
21 Nov, 2008 - 09:39:17

Changed:
<
<

Formatted server time.
Example: %SERVERTIME{"$hou:$min"}% is 03:39
>
>

Formatted server time.
Example: %SERVERTIME{"$hou:$min"}% is 03:39
Changed:
<
<

web="Name"
web="User Know"
web="all"
Wiki web to search: A web, a list of webs separated by whitespace, or all webs. [2] 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

>
>

web="Name"
web="User Know"
web="all"
Wiki web to search: A web, a list of webs separated by whitespace, or all webs. [2] 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

Changed:
<
<

noheader="on" Suppress search header
Topics: Changed: By:
Show search header

>
>

noheader="on" Suppress search header
Topics: Changed: By:
Show search header

Added:
>
>

%METASEARCH{...}% Special search of meta data
Parameter: Description: Default:
type="topicmoved" What sort of search is required?
"topicmoved" if search for a topic that may have been moved
"parent" if searcing for topics that have a specific parent i.e. its children
required
web="%WEB%" Wiki web to search: A web, a list of webs separated by whitespace, or all webs. required
topic="%TOPIC%" The topic the search relates to required
title="Title" Text the is pre-pended to any search results required
Example: %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: "}%
Changed:
<
<

  • The syntax for Preferences variables is the same anywhere in TWiki. In Edit mode, from the start of a new line:
    [6 spaces] * [space] Set [space] VARIABLENAME [space] = [value]
    Example:
>
>

  • The syntax for Preferences variables is the same anywhere in TWiki. In Edit mode, from the start of a new line:
    [6 spaces] * [space] Set [space] VARIABLENAME [space] = [value]
    Example:
Changed:
<
<

Example: Create a custom logo variable

>
>

Example: Create a custom logo variable

Changed:
<
<

-- MikeMannix - 30 Aug 2001

>
>

-- MikeMannix - 30 Aug 2001

  Difference Topic TWikiVariables (r1.40 - 12 Sep 2001 - MikeMannix?)
Changed:
<
<
>
>

  Difference Topic TWikiVariables (r1.39 - 07 Sep 2001 - MikeMannix?)
Changed:
<
<

TWiki Variables

>
>

TWiki Variables

Text strings expanded on the fly include predefined, preference-driven and custom-defined data

Overview

Changed:
<
<

Predefined Variables

>
>

Predefined Variables

Changed:
<
<

Preferences Variables

>
>

Preferences Variables

Changed:
<
<

Setting Preferences

>
>

Setting Preferences

Changed:
<
<

Creating Custom Variables

>
>

Creating Custom Variables

  Difference Topic TWikiVariables (r1.38 - 07 Sep 2001 - MikeMannix?)
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

  • To place a logo anywhere in a web by typing %MYLOGO%, simply define the variable on the web's WebPreferences page. You also have to upload logo.gif - this can be done by attaching a file to LogoTopic (any topic name you choose):
  Difference Topic TWikiVariables (r1.37 - 01 Sep 2001 - MikeMannix?)
Changed:
<
<

TWikiVariables are text strings enclosed in percentage signs: %VARIABLE% 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: %VARIABLE% 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!

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.

Changed:
<
<

Variable: Expanded to:

>
>

Variable: Expanded to:

Deleted:
<
<

Added:
>
>

Added:
>
>

Changed:
<
<

Variable: Level: What:

>
>

Variable: Level: What:

Changed:
<
<

Setting Variable Preferences

>
>

Setting Preferences

Changed:
<
<

  • You can add your own preference variables for an entire site, a single web, or a single topic, using the standard syntax. Whatever you include in your variable will be expanded on display, and treated exactly as if it had been written out. So you can place formatted text, page links, image paths.
    Example: To place a logo anywhere in a web by typing %MYLOGO%, define the variable in the web's WebPreferences topic, like this (in this case, you also have to upload logo.gif to the same directory):
>
>

  • You can add your own preference variables for an entire site, a single web, or a single topic, using the standard syntax. Whatever you include in your variable will be expanded on display, and treated exactly as if it had been written out. So you can place formatted text, page links, image paths.

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.:
Added:
>
>

  Difference Topic TWikiVariables (r1.36 - 31 Aug 2001 - MikeMannix?)
Deleted:
<
<

About Variables

  Difference Topic TWikiVariables (r1.35 - 30 Aug 2001 - MikeMannix?)
Changed:
<
<

Include/write if not found elsewhere.

>
>

TWikiVariables are text strings enclosed in percentage signs: %VARIABLE% 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.

Changed:
<
<

The script suffix, i.e. .pl, is
>
>

The script suffix, ex: .pl, .cgi is
Changed:
<
<

Returns the value of a URL parameter. I.e. %URLPARAM{"skin"}% returns print for a .../view/TWiki/TWikiVariables?skin=print URL. Is
>
>

Returns the value of a URL parameter. Ex: %URLPARAM{"skin"}% returns print for a .../view/TWiki/TWikiVariables?skin=print URL. Is
Changed:
<
<

Wiki tool version, is 01 Feb 2003
>
>

Wiki tool version is 01 Feb 2003
Changed:
<
<

Your login username, is guest
>
>

Your login username is guest
Changed:
<
<

The web containing all documentation and configuration of kyma•tweaky. Is TWiki
>
>

The web containing all documentation and configuration of kyma•tweaky is TWiki
Changed:
<
<

The current web, is TWiki
>
>

The current web is TWiki
Changed:
<
<

Setting and Creating New Preferences

>
>

Setting Variable Preferences

Changed:
<
<

  • You can add your own preference variables for an entire site, a single web, or a single topic, using the standard syntax. Whatever you include in your variable will be expanded on display, and treated exactly as if it had been written out. So you can place formatted text, page links, images.
    Example: To place a logo anywhere in a web by typing %MYLOGO%, define the variable in the web's WebPreferences topic, like this (in this case, you also have to upload logo.gif to the same directory):
>
>

Creating Custom Variables

  • You can add your own preference variables for an entire site, a single web, or a single topic, using the standard syntax. Whatever you include in your variable will be expanded on display, and treated exactly as if it had been written out. So you can place formatted text, page links, image paths.
    Example: To place a logo anywhere in a web by typing %MYLOGO%, define the variable in the web's WebPreferences topic, like this (in this case, you also have to upload logo.gif to the same directory):
Changed:
<
<

-- MikeMannix - 26 Aug 2001

>
>

-- MikeMannix - 30 Aug 2001

  Difference Topic TWikiVariables (r1.34 - 30 Aug 2001 - MikeMannix?)
  Difference Topic TWikiVariables (r1.33 - 29 Aug 2001 - MikeMannix?)
Added:
>
>

About Variables

Include/write if not found elsewhere.

Changed:
<
<

Notes:

>
>

Setting and Creating New Preferences

Changed:
<
<

  • Preferences variables ( on site-level, web-level and user level ) are defined by bullet lines with this syntax:
    • Set VARIABLENAME = value
  • Additional preferences variables can be defined on all three level as needed. Example:
    • Set MYLOGO = %PUBURLPATH%/%MAINWEB%/LogoTopic/logo.gif
>
>

  • The syntax for Preferences variables is the same anywhere in TWiki. In Edit mode, from the start of a new line:
    [6 spaces] * [space] Set [space] VARIABLENAME [space] = [value]
    Example:
    • Set VARIABLENAME = value
  • You can add your own preference variables for an entire site, a single web, or a single topic, using the standard syntax. Whatever you include in your variable will be expanded on display, and treated exactly as if it had been written out. So you can place formatted text, page links, images.
    Example: To place a logo anywhere in a web by typing %MYLOGO%, define the variable in the web's WebPreferences topic, like this (in this case, you also have to upload logo.gif to the same directory):
    • Set MYLOGO = %PUBURLPATH%/%MAINWEB%/LogoTopic/logo.gif
Deleted:
<
<

-- PeterThoeny - 23 Jul 2001

  Difference Topic TWikiVariables (r1.32 - 27 Aug 2001 - MikeMannix?)
Changed:
<
<

-- MikeMannix? - 26 Aug 2001

>
>

-- MikeMannix - 26 Aug 2001

  Difference Topic TWikiVariables (r1.31 - 26 Aug 2001 - MikeMannix?)
Changed:
<
<
>
>

TOC: No TOC in "TWiki.TWikiVariables"

Changed:
<
<

Table of Content of current topic.
>
>

Table of Contents of current topic.
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. (But not "<H2>text<H2>", which can be used to exclude a heading from the TOC.) Parameters are topic name, web and depth:
>
>

Table of Contents. 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. (But not "<H2>text</H2>", which can be used to exclude a heading from the TOC.) Parameters are topic name, web and depth:
Added:
>
>

-- MikeMannix? - 26 Aug 2001

  Difference Topic TWikiVariables (r1.30 - 15 Aug 2001 - PeterThoeny?)
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. Parameters are topic name, web and depth:
>
>

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. (But not "<H2>text<H2>", which can be used to exclude a heading from the TOC.) Parameters are topic name, web and depth:
  Difference Topic TWikiVariables (r1.29 - 07 Aug 2001 - JohnTalintyre?)
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.
>
>

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, $qname gets expanded to double quoted name, $marker to marker where web matches selection.
Changed:
<
<

Example:
%WEBLIST{"   * [[$name.WebHome]]"}% creates a bullet list of all webs.

>
>

webs="public" comma sep list of Web, public expands to all non-hidden "public"
marker="selected" Text for $marker where item matches selection, otherwise equals "" "selected"
selection Current value e.g. current for current Web, =section="%WEB%"
Examples:
%WEBLIST{"   * [[$name.WebHome]]"}% creates a bullet list of all webs.
%WEBLIST{"" webs="Trash,public" selection="TWiki" separator=" "}% Dropdown of all public Webs + Trash Web, current Web highlighted.

Added:
>
>

%DENYWEBRENAME% WL List of users and groups who are not allowed to rename topics in the kyma•tweaky web. (More in TWikiAccessControl)
%ALLOWWEBRENAME% WL List of users and groups who are allowed to rename topics in the kyma•tweaky web. (More in TWikiAccessControl)
%DENYTOPICRENAME% (any topic) List of users and groups who are not allowed to rename the current topic. (More in TWikiAccessControl)
%ALLOWTOPICRENAME% (any topic) List of users and groups who are allowed to rename the current topic. (More in TWikiAccessControl)
  Difference Topic TWikiVariables (r1.28 - 23 Jul 2001 - PeterThoeny?)
Added:
>
>

%MAINWEB% The Main web containing TWikiUsers, OfficeLocations? and TWikiGroups. Is User
%TWIKIWEB% The web containing all documentation and configuration of kyma•tweaky. Is TWiki
Added:
>
>

%HOMETOPIC% The home topic in each web. Is WebHome
%NOTIFYTOPIC% The notify topic in each web. Is WebNotify
%WIKIUSERSTOPIC% The index topic of all registered users. Is TWikiUsers
%WEBPREFSTOPIC% The web preferences topic. Is WebPreferences
%STATISTICSTOPIC% The web statistics topic. Is WebStatistics
Changed:
<
<

-- PeterThoeny - 14 Jul 2001

>
>

-- PeterThoeny - 23 Jul 2001

  Difference Topic TWikiVariables (r1.27 - 15 Jul 2001 - PeterThoeny?)
Changed:
<
<

Topic index of a web. Parameter is composed of the format, followed by an optional web="Name". The "format" defines the format of one topic item; use it to create any formatting you need. The $name variable is expanded to the topic name; the $web variable is expanded to the name of the web.
>
>

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:
Parameter: Description: Default:
"format" Format of one line, may include $name and $web variables "$name"
format="format" (Alternative to above) "$name"
separator=", " line separator "\n" (new line)
web="Name" Name of web Current web
Added:
>
>


%TOPICLIST{separator=", "}% creates a comma separated list of all topics.

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 is expanded to the name of the web.
>
>

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:
Parameter: Description: Default:
"format" Format of one line, may include $name variable "$name"
format="format" (Alternative to above) "$name"
separator=", " line separator "\n" (new line)
Changed:
<
<

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:
>
>

Server side include to IncludeTopicsAndWebPages. Parameters are page name, and an optional pattern="(reg-exp)". The page name is:
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:
Pair: Description: Default:
>
>

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:
Parameter: Description: Default:
"TopicName" topic name Current topic
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]
Pair: Description: Default:
search="food" Search term, (either regex or literal, depending on the regex parameter) (used if initial search term is missing)
>
>

%SEARCH{"text" ...}% Inline search, shows a search result embedded in a topic. Parameters are the search term, web, scope, order and many more: [1]
Parameter: Description: Default:
"text" Search term. (Is a regular expression or literal, depending on the regex parameter) required
search="text" (Alternative to above) N/A
Added:
>
>

%RELEASEEDITLOCKCHECKBOX% SL , UL Default state of the "Release edit lock" (UnlockTopic) check box in preview. Checkbox is initially checked if Set RELEASEEDITLOCKCHECKBOX = checked="checked", or unchecked if empty. If checked, make sure to click on Edit to do more changes; do not go back in your browser to the edit page, or you risk that someone else will edit the topic at the same time! Value is:
%DONTNOTIFYCHECKBOX% SL , UL Default state of the "Minor Changes, Don't Notify" (DontNotify) check box in preview. Check box is initially checked if Set DONTNOTIFYCHECKBOX = checked="checked", or unchecked if empty. Value is:
Changed:
<
<

-- PeterThoeny - 25 Jun 2001

>
>

--