summaryrefslogtreecommitdiff
path: root/TWiki
diff options
context:
space:
mode:
authorMikeMannix <MikeMannix>2001-08-26 22:08:29 +0000
committerMikeMannix <MikeMannix>2001-08-26 22:08:29 +0000
commitd94977dbde8a9629207f552e944c483752673013 (patch)
tree57840c6ca5d1f723c5d6858918ff195407928a73 /TWiki
parent836b1984f1bc2aa0cff24a8bdf4f70aeea5d8468 (diff)
none
Diffstat (limited to 'TWiki')
-rw-r--r--TWiki/TWikiVariables.mdwn8
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>"&amp;lt;h2&amp;gt;text&amp;lt;h2&amp;gt;"</code>) are taken into account. (But not <code>"&amp;lt;H2&amp;gt;text&amp;lt;H2&amp;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>"&amp;lt;h2&amp;gt;text&amp;lt;h2&amp;gt;"</code>) are taken into account. (But not <code>"&amp;lt;H2&amp;gt;text&amp;lt;/H2&amp;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 />