summaryrefslogtreecommitdiff
path: root/TWiki/TWikiVariables.mdwn
blob: 752aa074b90b0d6a570249708d663f0898cd4838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
TWiki expands the following variables enclosed in % percent signs:

<table border="1">
  <tr>
    <th> Variable: </th>
    <th> Expanded to: </th>
  </tr>
  <tr>
    <td><code>%<nop>WIKIHOMEURL%</nop></code></td>
    <td> The base script URL of TWiki, link of Home icon in upper left corner, is <b>%WIKIHOMEURL%</b></td>
  </tr>
  <tr>
    <td><code>%<nop>SCRIPTURL%</nop></code></td>
    <td> The script URL of TWiki, is <b>%SCRIPTURL%</b></td>
  </tr>
  <tr>
    <td><code>%<nop>SCRIPTURLPATH%</nop></code></td>
    <td> The path of the script URL of TWiki, is <b>%SCRIPTURLPATH%</b></td>
  </tr>
  <tr>
    <td><code>%<nop>PUBURL%</nop></code></td>
    <td> The public URL of TWiki, is <b>%PUBURL%</b></td>
  </tr>
  <tr>
    <td><code>%<nop>PUBURLPATH%</nop></code></td>
    <td> The path of the public URL of TWiki, is <b>%PUBURLPATH%</b></td>
  </tr>
  <tr>
    <td><code>%<nop>ATTACHURL%</nop></code></td>
    <td> The attachment URL of the current topic, is <b>%ATTACHURL%</b><br /> Example: If you attach a file you can refer to it as <code><b>%<nop>ATTACHURL%/image.gif</nop></b></code></td>
  </tr>
  <tr>
    <td><code>%<nop>ATTACHURLPATH%</nop></code></td>
    <td> The path of the attachment URL of the current topic, is <b>%ATTACHURLPATH%</b></td>
  </tr>
  <tr>
    <td><code>%<nop>WIKITOOLNAME%</nop></code></td>
    <td> Name of wiki tool, is <b>%WIKITOOLNAME%</b></td>
  </tr>
  <tr>
    <td><code>%<nop>WIKIVERSION%</nop></code></td>
    <td> Wiki tool version, is <b>%WIKIVERSION%</b></td>
  </tr>
  <tr>
    <td><code>%<nop>USERNAME%</nop></code></td>
    <td> Your login username, is <b>%USERNAME%</b></td>
  </tr>
  <tr>
    <td><code>%<nop>WIKIUSERNAME%</nop></code></td>
    <td> Your Wiki username, if defined in <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a>. Same as %<nop>USERNAME% if not defined. Is <b>%WIKIUSERNAME%</b> </nop></td>
  </tr>
  <tr>
    <td><code>%<nop>WEB%</nop></code></td>
    <td> The current web, is <b>%WEB%</b></td>
  </tr>
  <tr>
    <td><code>%<nop>TOPIC%</nop></code></td>
    <td> The current topic name, is <b>%TOPIC%</b></td>
  </tr>
  <tr>
    <td><code>%<nop>DATE%</nop></code></td>
    <td> Todays date (local server time), is <b>%DATE%</b></td>
  </tr>
  <tr>
    <td><code>%<nop>GMTIME%</nop></code></td>
    <td> Todays date (GM time), is <b>%GMTIME%</b></td>
  </tr>
  <tr>
    <td><code>%<nop>HTTP_HOST%</nop></code></td>
    <td> HTTP_HOST environment variable, is <b>%HTTP_HOST%</b></td>
  </tr>
  <tr>
    <td><code>%<nop>REMOTE_ADDR%</nop></code></td>
    <td> REMOTE_ADDR environment variable, is <b>%REMOTE_ADDR%</b></td>
  </tr>
  <tr>
    <td><code>%<nop>REMOTE_PORT%</nop></code></td>
    <td> REMOTE_PORT environment variable, is <b>%REMOTE_PORT%</b></td>
  </tr>
  <tr>
    <td><code>%<nop>REMOTE_USER%</nop></code></td>
    <td> REMOTE_USER environment variable, is <b>%REMOTE_USER%</b></td>
  </tr>
  <tr>
    <td><code>%<nop>INCLUDE{"file.ext"}%</nop></code></td>
    <td> Server side include, includes the text of a file. The default directory is the current Wiki web. Example: <code><b>%<nop>INCLUDE{"../Know/TopicName.txt"}%</nop></b></code></td>
  </tr>
  <tr>
    <td><code>%<nop>SEARCH{"str" ...}%</nop></code></td>
    <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="1" cellspacing="0">
        <tr>
          <th bgcolor="#99CCCC"><strong>Pair:</strong></th>
          <th bgcolor="#99CCCC"><strong>Description:</strong></th>
          <th bgcolor="#99CCCC"><strong>Default:</strong></th>
        </tr>
        <tr>
          <td><code>web="Name"</code></td>
          <td> Specify Wiki web to search </td>
          <td> Current web </td>
        </tr>
        <tr>
          <td><code>scope="topic"</code></td>
          <td> Search topic name (title) </td>
          <td> Topic text (body) </td>
        </tr>
        <tr>
          <td><code>regex="on"</code></td>
          <td><span style="background:"><font color="">Regular Expression</font></span><a href="http://LOCATION/RegularExpression">?</a> search </td>
          <td> Literal search </td>
        </tr>
        <tr>
          <td><code>casesensitive="on"</code></td>
          <td> Case sensitive search </td>
          <td> Ignore case </td>
        </tr>
        <tr>
          <td><code>nosummary="on"</code></td>
          <td> Show topic title only </td>
          <td> Show topic summary </td>
        </tr>
        <tr>
          <td><code>nosearch="on"</code></td>
          <td> Suppress search string </td>
          <td> Show search string </td>
        </tr>
        <tr>
          <td><code>nototal="on"</code></td>
          <td> Do not show number of topics found </td>
          <td> Show number </td>
        </tr>
      </table> Example: <code><b>%<nop>SEARCH{"wiki" web="Main" scope="topic"}%</nop></b></code></td>
  </tr>
</table>

Additional variables are defined in the preferences ( site-level ( **_SL_** ) in %MAINWEB%.%WIKIPREFSTOPIC%, web-level ( **_WL_** ) in %WEBPREFSTOPIC% of each web, and user level ( **_UL_** ) preferences in individual user topics):

<table border="1">
  <tr>
    <th> Variable: </th>
    <th> Level: </th>
    <th> What: </th>
  </tr>
  <tr>
    <td><code>%<nop>WIKIWEBMASTER%</nop></code></td>
    <td><strong><em>SL</em></strong></td>
    <td> Webmaster email address (sender of email notifications) , is <b>%WIKIWEBMASTER%</b></td>
  </tr>
  <tr>
    <td><code>%<nop>WIKIWEBLIST%</nop></code></td>
    <td><strong><em>SL</em></strong></td>
    <td> List of %WIKITOOLNAME% webs (in upper right corner of topics) </td>
  </tr>
  <tr>
    <td><code>%<nop>WEBTOPICLIST%</nop></code></td>
    <td><strong><em>WL</em></strong></td>
    <td> Common links of web (second line of topics) </td>
  </tr>
  <tr>
    <td><code>%<nop>WEBCOPYRIGHT%</nop></code></td>
    <td><strong><em>SL</em></strong> , <strong><em>WL</em></strong></td>
    <td> Copyright notice (bottom right corner of topics) </td>
  </tr>
  <tr>
    <td><code>%<nop>WEBBGCOLOR%</nop></code></td>
    <td><strong><em>WL</em></strong></td>
    <td> Background color of web </td>
  </tr>
  <tr>
    <td><code>%<nop>EDITBOXWIDTH%</nop></code></td>
    <td><strong><em>SL</em></strong> , <strong><em>UL</em></strong></td>
    <td> Horizontal size of edit box, is <b> <code>%EDITBOXWIDTH%</code> </b></td>
  </tr>
  <tr>
    <td><code>%<nop>EDITBOXHEIGHT%</nop></code></td>
    <td><strong><em>SL</em></strong> , <strong><em>UL</em></strong></td>
    <td> Vertical size of edit box, is <b> <code>%EDITBOXHEIGHT%</code> </b></td>
  </tr>
  <tr>
    <td><code>%<nop>ATTACHLINKBOX%</nop></code></td>
    <td><strong><em>SL</em></strong> , <strong><em>UL</em></strong></td>
    <td> Default state of the link check box in the attach file page. Check box is initially checked if value is set to <code>CHECKED</code> , unchecked if empty. If checked, a link is created to the attached file at the end of the topic. Value is: <b><code>%ATTACHLINKBOX%</code></b></td>
  </tr>
</table>

-- [[Main/PeterThoeny]] - 29 May 2000 <br />