Toggle navigation
Log-in
Home
Page Index
User Index
Application Index
Global
Wiki Index
Help
Macros
Table of Contents
Wiki source code of
Table of Contents
Last modified by eaminov on 2017/06/14 01:04
Hide line numbers
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}}