Wiki source code of Table of Contents
Last modified by Admin on 2018/01/25 09:38
Hide last authors
| |
1.1 | 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}} |