Wiki Content
Table of Contents Plugin
[{TableOfContents}]
generates a table of contents for the current page by using the !!!, !! and ! headings as content entries. You can override the default title and apply numbering (starting with 100) to the entries like this:
[{TableOfContents title='Topic map' numbered='true' start='100'}]
If you need a higher-level TOC that covers several pages, you can specify what pages to include in what order by listing their names or IDs in the body text:
[{TableOfContents title='EJB 3.0 Tutorial' numbered='true'



Stateless EJBs

Stateful EJBs

Transaction and Security

1261

Dependency Injection

1244

}]
Please note that the Table of Contents plugin cannot be placed in a heading or in an anchor.
Tag Cloud Plugin
[{TagCloud}]
displays the visual depiction of tags used to categorize content in this Codebeamer instance. Legend: larger font means more popular, darker color means newer tags.
Was this helpful?