Template:Horizontal TOC/doc

From Forsaken Saga Wiki
Revision as of 17:00, 21 June 2024 by 176.88.149.150 (talk) (Created page with "This template lays out the table of contents in a horizontal list rather than a vertical one. == Usage == {{tl|horizontal TOC}} There is no need to specify <code><nowiki>__NOTOC__</nowiki></code>: this template handles that automatically. For example, {{tl|horizontal TOC}} produces: {{horizontal TOC}} *See example ==Parameters== To hide the generated heading numbers, use: {{tl|horizontal TOC|nonum=yes}} *:Template:Horizontal...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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]