Wiki source code of Table of Contents
Version 1.1 by Sergey Lebedev on 2019/04/12 15:49
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | **Table of Contents Macro** generates a table of contents for the page headings. [[Learn more>>http://extensions.xwiki.org/xwiki/bin/view/Extension/TOC+Macro]] | ||
| 2 | |||
| 3 | {{example}} | ||
| 4 | = Section 1 = | ||
| 5 | |||
| 6 | == Sub-Section 1.1 == | ||
| 7 | |||
| 8 | == Sub-Section 1.2 == | ||
| 9 | |||
| 10 | = Section 2 = | ||
| 11 | |||
| 12 | = Section 3 = | ||
| 13 | {{/example}} | ||
| 14 | |||
| 15 | {{example}} | ||
| 16 | {{toc/}} | ||
| 17 | {{/example}} | ||
| 18 | |||
| 19 | {{example}} | ||
| 20 | {{toc start="2"/}} | ||
| 21 | {{/example}} | ||
| 22 | |||
| 23 | {{example}} | ||
| 24 | {{box cssClass="floatinginfobox"}} | ||
| 25 | {{toc/}} | ||
| 26 | {{/box}} | ||
| 27 | {{/example}} |