Difference: VarTOC2 (6 vs. 7)

Revision 72014-06-16 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="TWikiVariables"

TOC{"Topic"} -- table of contents

Changed:
<
<
  • Table of Contents. Shows a TOC that is generated automatically based on headings of a topic. Headings in WikiSyntax ("---++ text") and HTML ("<h2>text</h2>") are taken into account. Any heading text after "!!" is excluded from the TOC; for example, write "---+!! text" if you do not want to list a header in the TOC. An abbreviated heading can be shown in the TOC, such as "---++ text!! this is excluded from TOC".
>
>
  • Table of Contents. Shows a TOC that is generated automatically based on headings of a topic. Headings in WikiSyntax ("---++ text") and HTML ("<h2>text</h2>") are taken into account. Any heading text after "!!" is excluded from the TOC; for example, write "---+!! text" if you do not want to list a header in the TOC. An abbreviated heading can be shown in the TOC, such as "---++ text!! this is excluded from TOC".
 
  • Syntax: %TOC{"SomeTopic" ...}%
  • Supported parameters:
    Parameter: Description: Default:
    "TopicName" Topic name Current topic
    web="Name" Name of web Current web
Changed:
<
<
depth="2" Limit depth of headings shown in TOC 6
>
>
depth="2" Limit depth of headings shown in TOC TOC_MAX_DEPTH if defined. Otherwise 6
mindepth="2" Specify the minimum depth of headings TOC_MIN_DEPTH if defined. Otherwise 1
 
title="Some text" Title to appear at top of TOC none (TOC_TITLE setting)
style="..." Style to apply to the TOC none (TOC_STYLE setting)
  • Example: %TOC{depth="2"}%
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.VarTOC2.