Template:Horizontal TOC

From Forsaken Saga Wiki
Revision as of 17:00, 21 June 2024 by 176.88.149.150 (talk) (Created page with "<div class="hlist horizontal-toc {{#if:{{{limit|}}}|toclimit-{{{limit}}}}} {{#if:{{{nonum|}}}|nonumtoc}} {{#if:{{{noparens|}}}|noparens}} {{#ifeq:{{lc:{{{align|}}}}}|center|center}}" style="{{#switch:{{lc:{{{align|}}}}} |left=float: left; clear: {{{clear|left}}}; |right=float: right; clear: {{{clear|right}}}; |center=clear: {{{clear|none}}}; |#default=clear: {{{clear|left}}}; }}"><includeonly>__TOC__</includeonly></div><noinclude> {{documentation}} <!-- place category l...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template documentation[view] [edit] [history] [purge]

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]