diff options
Diffstat (limited to 'TWiki')
-rw-r--r-- | TWiki/TWikiVariables.mdwn | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn index bc7aa01c..a793404b 100644 --- a/TWiki/TWikiVariables.mdwn +++ b/TWiki/TWikiVariables.mdwn @@ -66,6 +66,14 @@ <td> Your %<nop>WIKINAME% including the %MAINWEB% web name. Usefull for signatures. Is <b>%WIKIUSERNAME%</b> </nop></td> </tr> <tr> + <td><code>%<nop>MAINWEB%</nop></code></td> + <td> The Main web containing %MAINWEB%.%WIKIUSERSTOPIC%, %MAINWEB%.OfficeLocations and %MAINWEB%.TWikiGroups. Is <b>%MAINWEB%</b></td> + </tr> + <tr> + <td><code>%<nop>TWIKIWEB%</nop></code></td> + <td> The web containing all documentation and configuration of %WIKITOOLNAME%. Is <b>%TWIKIWEB%</b></td> + </tr> + <tr> <td><code>%<nop>WEB%</nop></code></td> <td> The current web, is <b>%WEB%</b></td> </tr> @@ -78,6 +86,26 @@ <td> The web name of the topic that includes the current topic. Same as <code>%<nop>WEB%</nop></code> in case there is no include. </td> </tr> <tr> + <td><code>%<nop>HOMETOPIC%</nop></code></td> + <td> The home topic in each web. Is <b><span style="background:"><font color="">%HOMETOPIC%</font></span><a href="http://LOCATION/HOMETOPIC">?</a></b></td> + </tr> + <tr> + <td><code>%<nop>NOTIFYTOPIC%</nop></code></td> + <td> The notify topic in each web. Is <b><span style="background:"><font color="">%NOTIFYTOPIC%</font></span><a href="http://LOCATION/NOTIFYTOPIC">?</a></b></td> + </tr> + <tr> + <td><code>%<nop>WIKIUSERSTOPIC%</nop></code></td> + <td> The index topic of all registered users. Is <b>%WIKIUSERSTOPIC%</b></td> + </tr> + <tr> + <td><code>%<nop>WEBPREFSTOPIC%</nop></code></td> + <td> The web preferences topic. Is <b>%WEBPREFSTOPIC%</b></td> + </tr> + <tr> + <td><code>%<nop>STATISTICSTOPIC%</nop></code></td> + <td> The web statistics topic. Is <b>%STATISTICSTOPIC%</b></td> + </tr> + <tr> <td><code>%<nop>TOPIC%</nop></code></td> <td> The current topic name, is <b>%TOPIC%</b></td> </tr> @@ -499,4 +527,4 @@ Additional variables are defined in the preferences ( site-level ( **_SL_** ) in * Additional preferences variables can be defined on all three level as needed. Example: * <code>Set MYLOGO = %PUBURLPATH%/%MAINWEB%/LogoTopic/logo.gif</code> --- [[PeterThoeny]] - 14 Jul 2001 <br /> +-- [[PeterThoeny]] - 23 Jul 2001 <br /> |