1 TWiki expands the following variables enclosed in % percent signs:
6 <th> Expanded to: </th>
9 <td><code>%WIKIHOMEURL%</code></td>
10 <td> The base script URL of TWiki, link of Home icon in upper left corner is <b>%WIKIHOMEURL%</b></td>
13 <td><code>%SCRIPTURL%</code></td>
14 <td> The script URL of TWiki, is <b>http://www.dementia.org/twiki/</b></td>
17 <td><code>%SCRIPTURLPATH%</code></td>
18 <td> The path of the script URL of TWiki, is <b>http://www.dementia.org/twiki/</b></td>
21 <td><code>%PUBURL%</code></td>
22 <td> The public URL of TWiki, is <b>http://www.dementia.org/twiki//view</b></td>
25 <td><code>%PUBURLPATH%</code></td>
26 <td> The path of the public URL of TWiki, is <b>http://www.dementia.org/twiki//view</b></td>
29 <td><code>%ATTACHURL%</code></td>
30 <td> The attachment URL of the current topic, is <b>http://www.dementia.org/twiki//view</b><br /> Example: If you attach a file you can refer to it as <code><b>%ATTACHURL%/image.gif</b></code></td>
33 <td><code>%ATTACHURLPATH%</code></td>
34 <td> The path of the attachment URL of the current topic, is <b>http://www.dementia.org/twiki//view</b></td>
37 <td><code>%WIKITOOLNAME%</code></td>
38 <td> Name of wiki tool, is <b>%WIKITOOLNAME%</b></td>
41 <td><code>%WIKIVERSION%</code></td>
42 <td> Wiki tool version, is <b>TWiki-4.1.2, Sat, 03 Mar 2007, build 13046</b></td>
45 <td><code>%USERNAME%</code></td>
46 <td> Your login username, is <b>admin</b></td>
49 <td><code>%WIKIUSERNAME%</code></td>
50 <td> Your Wiki username, if defined in [[Main/TWikiUsers]]. Same as %USERNAME% if not defined. Is <b>Main.admin</b></td>
53 <td><code>%WEB%</code></td>
54 <td> The current web, is <b>%WEB%</b></td>
57 <td><code>%TOPIC%</code></td>
58 <td> The current topic name, is <b>%TOPIC%</b></td>
61 <td><code>%DATE%</code></td>
62 <td> Todays date, is <b>29 Jun 2010</b></td>
65 <td><code>%INCLUDE{"file.ext"}%</code></td>
66 <td> Server side include, includes the text of a file. The default directory is the current Wiki web. Example: <code><b>%INCLUDE{"../Know/TopicName.txt"}%</b></code></td>
69 <td><code>%SEARCH{"str" ...}%</code></td>
70 <td> Inline search, shows a search result embedded in a topic. Parameter is composed of the search string, followed by optional <code>name="value"</code> pairs: <table border="1" cellpadding="0" cellspacing="0">
72 <th bgcolor="#99CCCC"><strong> Pair: </strong></th>
73 <th bgcolor="#99CCCC"><strong> Description: </strong></th>
74 <th bgcolor="#99CCCC"><strong> Default: </strong></th>
77 <td><code>web="Name"</code></td>
78 <td> Specify Wiki web to search </td>
79 <td> Current web </td>
82 <td><code>scope="topic"</code></td>
83 <td> Search topic name (title) </td>
84 <td> Topic text (body) </td>
87 <td><code>regex="on"</code></td>
88 <td>[[Main/RegularExpression]] search </td>
89 <td> Literal search </td>
92 <td><code>casesensitive="on"</code></td>
93 <td> Case sensitive search </td>
94 <td> Ignore case </td>
97 <td><code>nosummary="on"</code></td>
98 <td> Show topic title only </td>
99 <td> Show topic summary </td>
102 <td><code>nosearch="on"</code></td>
103 <td> Suppress search string </td>
104 <td> Show search string </td>
107 <td><code>nototal="on"</code></td>
108 <td> Do not show number of topics found </td>
109 <td> Show number </td>
111 </table> Example: <code><b>%SEARCH{"wiki" web="Main" scope="topic"}%</b></code></td>
115 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):
124 <td><code>%WIKIWEBMASTER%</code></td>
125 <td><strong><em>SL</em></strong></td>
126 <td> Webmaster email address (sender of email notifications) , is <b></b></td>
129 <td><code>%WIKIWEBLIST%</code></td>
130 <td><strong><em>SL</em></strong></td>
131 <td> List of %WIKITOOLNAME% webs (in upper right corner of topics) </td>
134 <td><code>%WEBTOPICLIST%</code></td>
135 <td><strong><em>WL</em></strong></td>
136 <td> Common links of web (second line of topics) </td>
139 <td><code>%WEBCOPYRIGHT%</code></td>
140 <td><strong><em>SL</em></strong> , <strong><em>WL</em></strong></td>
141 <td> Copyright notice (bottom right corner of topics) </td>
144 <td><code>%WEBBGCOLOR%</code></td>
145 <td><strong><em>WL</em></strong></td>
146 <td> Background color of web </td>
149 <td><code>%EDITBOXWIDTH%</code></td>
150 <td><strong><em>SL</em></strong> , <strong><em>UL</em></strong></td>
151 <td> Horizontal size of edit box, is <b> <code>%EDITBOXWIDTH%</code> </b></td>
154 <td><code>%EDITBOXHEIGHT%</code></td>
155 <td><strong><em>SL</em></strong> , <strong><em>UL</em></strong></td>
156 <td> Vertical size of edit box, is <b> <code>%EDITBOXHEIGHT%</code> </b></td>