Difference between revisions of "Template:Horizontal TOC/doc"
Jump to navigation
Jump to search
(Example 3) |
(Example 4) |
||
Line 22: | Line 22: | ||
{{horizontal TOC|limit=2}} | {{horizontal TOC|limit=2}} | ||
</pre> | </pre> | ||
− | |||
To float the table of contents to the center of the page, use: | To float the table of contents to the center of the page, use: | ||
Line 29: | Line 28: | ||
{{horizontal TOC|align=center}} | {{horizontal TOC|align=center}} | ||
</pre> | </pre> | ||
+ | {{horizontal TOC|align=center}} | ||
<!--Example headers to generate the example TOCs--> | <!--Example headers to generate the example TOCs--> |
Revision as of 23:31, 28 March 2015
This template lays out the table of contents in a horizontal list rather than a vertical one.
Usage
{{horizontal TOC}}
There is no need to specify __NOTOC__
: this template handles that automatically.
To hide the generated heading numbers, use:
{{horizontal TOC|nonum=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}}