The TableOfContentsPlugin is a JSPWikiPlugin that generates a table of contents for a page by using the !!!headings as the content entries.

Table of Contents

!! Parameters

title
The title that is used for the TOC. Default is "Table of Contents"
numbered
If true, generates automatically numbers for the headings.
start
If using a numbered list, sets the start number.
prefix
If using a numbered list, sets the prefix used for the list.!! Example
[{TableOfContents}]
[{TableOfContents title='Page contents' numbered='true' prefix='Chap. '}]
----

See: JSPWikiCorePlugin


Category.Documentation