Difference between revisions of "Template:Horizontal TOC/doc"
Jump to navigation
Jump to search
(→Usage) |
imported>Benjaminkozuch |
||
| Line 8: | Line 8: | ||
<pre> | <pre> | ||
{{horizontal TOC}} | {{horizontal TOC}} | ||
| + | </pre> | ||
| + | [[horizontal TOC]] | ||
| − | |||
| − | |||
There is no need to specify <code><nowiki>__NOTOC__</nowiki></code>: this template handles that automatically. | There is no need to specify <code><nowiki>__NOTOC__</nowiki></code>: this template handles that automatically. | ||
| Line 18: | Line 18: | ||
{{horizontal TOC|nonum=yes}} | {{horizontal TOC|nonum=yes}} | ||
</pre> | </pre> | ||
| − | |||
To limit the depth of the generated headings to the first headings only, use: | To limit the depth of the generated headings to the first headings only, use: | ||
| Line 33: | Line 32: | ||
<!--Example headers to generate the example TOCs--> | <!--Example headers to generate the example TOCs--> | ||
| − | |||
==Example main header 1== | ==Example main header 1== | ||
===Sub-header 1a=== | ===Sub-header 1a=== | ||
Revision as of 04:09, 31 December 2015
| This is a documentation subpage for Template:Horizontal TOC. It contains usage information, categories and other content that is not part of the original template page. |
This template lays out the table of contents in a horizontal list rather than a vertical one.
Contents
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}}