diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2001-06-26 00:40:16 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2001-06-26 00:40:16 +0000 |
commit | 9af5a434847b30b78a72b2ea295095e8ea42afb4 (patch) | |
tree | 88d43356512b0a3f0388130432d2f21ef5366a2a /TWiki | |
parent | 4c2917893be7386fb8f859c854fa369a585cd9e7 (diff) |
none
Diffstat (limited to 'TWiki')
-rw-r--r-- | TWiki/TWikiVariables.mdwn | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn index 6eee1e6b..dfe68b11 100644 --- a/TWiki/TWikiVariables.mdwn +++ b/TWiki/TWikiVariables.mdwn @@ -176,8 +176,22 @@ <td> REMOTE_USER environment variable, is <b>%REMOTE_USER%</b></td> </tr> <tr> - <td><code>%<nop>INCLUDE{"SomeTopic"}%</nop></code></td> - <td> Server side include, includes another topic. The current Wiki web is searched by default. Example: <code><b>%<nop>INCLUDE{"%TWIKIWEB%.TWikiWebsTable"}%</nop></b></code></td> + <td><code>%<nop>INCLUDE{"page" ...}%</nop></code></td> + <td> Server side include to <span style="background:"><font color="">Include Topics And Web Pages</font></span><a href="http://LOCATION/IncludeTopicsAndWebPages">?</a>. The parameter is composed of the page name, followed by an optional <code>pattern="(reg-exp)"</code> pair. The page name is: <table border="1" cellpadding="1" cellspacing="0"> + <tr> + <td><code>"SomeTopic"</code></td> + <td> The name of a topic located in the current web, i.e. <code>%<nop>INCLUDE{"WebNotify"}%</nop></code></td> + </tr> + <tr> + <td><code>"Web.Topic"</code></td> + <td> A topic in another web, i.e. <code>%<nop>INCLUDE{"%TWIKIWEB%.TWikiWebsTable"}%</nop></code></td> + </tr> + <tr> + <td><code>"http://..."</code></td> + <td> A full qualified URL, i.e. <code>%<nop>INCLUDE{"http://twiki.org/"}%</nop></code></td> + </tr> + </table> + </td> </tr> <tr> <td><code>%<nop>STARTINCLUDE%</nop></code></td> @@ -226,7 +240,7 @@ </tr> <tr> <td><code>web="Name"</code><br /><code>web="%MAINWEB% Know"</code><br /><code>web="all"</code></td> - <td> Wiki web to search: A web, a list of webs separated by whitespace, or all webs <code>[2]</code></td> + <td> Wiki web to search: A web, a list of webs separated by whitespace, or <code>all</code> webs. [2] </td> <td> Current web </td> </tr> <tr> @@ -414,4 +428,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]] - 24 Mar 2001 <br /> +-- [[PeterThoeny]] - 25 Jun 2001 <br /> |