Difference between revisions of "Template:Horizontal TOC/doc"
Jump to navigation
Jump to search
m (moved Template:Horizontaltoc/doc to Template:Horizontal TOC/doc: space, caps) |
Dmarcadmin (talk | contribs) m (20 revisions imported) |
||
(18 intermediate revisions by 8 users not shown) | |||
Line 2: | Line 2: | ||
<!-- Categories and interwikis go at the bottom of this page. --> | <!-- Categories and interwikis go at the bottom of this page. --> | ||
− | This template lays out the table of contents in a | + | This template lays out the table of contents in a horizontal list rather than a vertical one. |
== Usage == | == Usage == | ||
<pre> | <pre> | ||
− | {{ | + | {{horizontal TOC}} |
</pre> | </pre> | ||
+ | There is no need to specify <code><nowiki>__NOTOC__</nowiki></code>: this template handles that automatically. | ||
+ | *[https://en.wikipedia.org/w/index.php?title=Template:Horizontal_TOC/doc&oldid=653960465 See example] | ||
+ | |||
+ | To hide the generated heading numbers, use: | ||
− | + | <pre> | |
+ | {{horizontal TOC|nonum=yes}} | ||
+ | </pre> | ||
+ | *[https://en.wikipedia.org/w/index.php?title=Template:Horizontal_TOC/doc&oldid=653960502 See example] | ||
+ | |||
+ | To limit the depth of the generated headings to the first headings only, use: | ||
+ | |||
+ | <pre> | ||
+ | {{horizontal TOC|limit=2}} | ||
+ | </pre> | ||
+ | *[https://en.wikipedia.org/w/index.php?title=Template:Horizontal_TOC/doc&oldid=653960535 See example] | ||
+ | |||
+ | To float the table of contents to the center of the page, use: | ||
+ | |||
+ | <pre> | ||
+ | {{horizontal TOC|align=center}} | ||
+ | </pre> | ||
+ | *[https://en.wikipedia.org/w/index.php?title=Template:Horizontal_TOC/doc&oldid=653960585 See example] | ||
− | + | For a country list with flag icons, see this example: [[Legality of cannabis by country]]. | |
<includeonly> | <includeonly> | ||
− | <!-- Categories | + | <!-- Categories go here --> |
[[Category:Wikipedia table of contents templates]] | [[Category:Wikipedia table of contents templates]] | ||
</includeonly> | </includeonly> |
Latest revision as of 02:36, 17 July 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}}
For a country list with flag icons, see this example: Legality of cannabis by country.