diff options
author | MikeMannix <MikeMannix> | 2001-08-26 22:08:29 +0000 |
---|---|---|
committer | MikeMannix <MikeMannix> | 2001-08-26 22:08:29 +0000 |
commit | d94977dbde8a9629207f552e944c483752673013 (patch) | |
tree | 57840c6ca5d1f723c5d6858918ff195407928a73 /TWiki | |
parent | 836b1984f1bc2aa0cff24a8bdf4f70aeea5d8468 (diff) |
none
Diffstat (limited to 'TWiki')
-rw-r--r-- | TWiki/TWikiVariables.mdwn | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn index 2f1f63df..75ca5da8 100644 --- a/TWiki/TWikiVariables.mdwn +++ b/TWiki/TWikiVariables.mdwn @@ -1,3 +1,5 @@ +%TOC% %STARTINCLUDE% + ## <a name="TWiki_Variables"> TWiki Variables </a> ### <a name="Predefined_Variables"> Predefined Variables </a> @@ -296,11 +298,11 @@ </tr> <tr> <td><code>%<nop>TOC%</nop></code></td> - <td> Table of Content of current topic. </td> + <td> Table of Contents of current topic. </td> </tr> <tr> <td><code>%<nop>TOC{"SomeTopic" ...}%</nop></code></td> - <td> Table of Content. Shows a TOC that is generated automatically based on headings of a topic. Headings in <span style="background:"><font color="">Wiki Syntax</font></span><a href="http://LOCATION/WikiSyntax">?</a> (<code>"---++ text"</code>) and HTML (<code>"&lt;h2&gt;text&lt;h2&gt;"</code>) are taken into account. (But not <code>"&lt;H2&gt;text&lt;H2&gt;"</code>, which can be used to exclude a heading from the TOC.) Parameters are topic name, web and depth: <table border="1" cellpadding="1" cellspacing="0"> + <td> Table of Contents. Shows a TOC that is generated automatically based on headings of a topic. Headings in <span style="background:"><font color="">Wiki Syntax</font></span><a href="http://LOCATION/WikiSyntax">?</a> (<code>"---++ text"</code>) and HTML (<code>"&lt;h2&gt;text&lt;h2&gt;"</code>) are taken into account. (But not <code>"&lt;H2&gt;text&lt;/H2&gt;"</code>, which can be used to exclude a heading from the TOC.) Parameters are topic name, web and depth: <table border="1" cellpadding="1" cellspacing="0"> <tr> <th bgcolor="#99CCCC"><strong>Parameter:</strong></th> <th bgcolor="#99CCCC"><strong>Description:</strong></th> @@ -565,4 +567,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]] - 23 Jul 2001 <br /> +-- [[PeterThoeny]] - 23 Jul 2001 <br /> -- [[Main/MikeMannix]] - 26 Aug 2001 <br /> |