0 Votes

Table of Contents

Last modified by QUIS Admin on 2022/12/22 13:36

Table of Contents Macro generates a table of contents for the page headings. Learn more

Description

The following examples use the current page structure constituted by two sections and three subsections. Learn more about structuring a page with headings on the syntax page.

Macro Table of Contents Examples

Simple Table of Contents

Invalid macro: toc. Cause: [Can't find descriptor for the component with type [interface org.xwiki.contrib.numbered.content.toc.TocTreeBuilderFactory] and hint [default]]. Click on this message for details.

{{toc/}}

Table of Contents with a starting point

Invalid macro: toc. Cause: [Can't find descriptor for the component with type [interface org.xwiki.contrib.numbered.content.toc.TocTreeBuilderFactory] and hint [default]]. Click on this message for details.

{{toc start="2"/}}

Table of Contents inside a box

Invalid macro: toc. Cause: [Can't find descriptor for the component with type [interface org.xwiki.contrib.numbered.content.toc.TocTreeBuilderFactory] and hint [default]]. Click on this message for details.

{{box cssClass="floatinginfobox"}}
{{toc/}}
{{/box}}