diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2000-02-28 08:23:43 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2000-02-28 08:23:43 +0000 |
commit | e8bc322a6d6fca026ca01e5a8fed72bd70c96fa3 (patch) | |
tree | 1270a570b52fcf033aeea12288cc422dc57e8c40 | |
parent | 86515e5f2c7541e037da568da4bb81f4f887316f (diff) |
none
-rw-r--r-- | TWiki/TWikiVariables.mdwn | 49 |
1 files changed, 45 insertions, 4 deletions
diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn index 3d202490..376706d0 100644 --- a/TWiki/TWikiVariables.mdwn +++ b/TWiki/TWikiVariables.mdwn @@ -22,10 +22,6 @@ TWiki expands the following variables enclosed in % percent signs: <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>WIKIWEBMASTER%</nop></code></td> - <td> The email address of the Wiki webmaster, is <b>%WIKIWEBMASTER%</b></td> - </tr> - <tr> <td><code>%<nop>WIKITOOLNAME%</nop></code></td> <td> Name of wiki tool, is <b>%WIKITOOLNAME%</b></td> </tr> @@ -103,3 +99,48 @@ TWiki expands the following variables enclosed in % percent signs: </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> +</table> |