Help:Section headings and TOC
From AMI@Work Communities Wiki
[edit] Creating sections
You can create sections and subsections by adding section headings enclosed in two or more '=', like this:
==Section== Some text ===Subsection== Some other text ====Subsubsection==== etc.
[edit] Table of contents
A TOC is automatically created for each page with more than three headings, unless the viewer has turned them off in preferences or the magic word __NOTOC__ is added somewhere in the wikitext of the page. TOC generation can be forced with __FORCETOC__. The __TOC__ magic word inserts the TOC at the current position.
[edit] HTML Anchors
An HTML anchor is created for every section name. You can use them in the wiki:
[[Somepage#Section title|Link text]]
and in URLs:
http://amicommunities.net/wiki/Somepage#Section%20title

