Template:Horizontal TOC/doc
This template lays out the table of contents in a horizontal list rather than a vertical one.
Usage[edit source]
{{horizontal TOC}}
There is no need to specify __NOTOC__: this template handles that automatically.
For example,
{{horizontal TOC}}
produces:
Parameters[edit source]
To hide the generated heading numbers, use:
{{horizontal TOC|nonum=yes}}
To suppress the parentheses around subsection lists, use:
{{horizontal TOC|noparens=yes}}
To limit the depth of the generated headings to the first headings only, use:
{{horizontal TOC|limit=2}}
To float the table of contents to the center of the page, use:
{{horizontal TOC|align=center}}
Multiple parameters can be used at once, for example:
{{horizontal TOC|align=center|nonum=yes|noparens=yes}}
See also[edit source]