This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 16 lines
The __TableOfContentsPlugin__ is a [JSPWikiPlugin] that generates a table of contents for a page by using the !!!headings as the content entries.[{TableOfContents}]!! 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]