Difference between revisions of "Template:Horizontal TOC/doc"

From DMARC Wiki
Jump to navigation Jump to search
(See also: {{ List TOC Letters }})
(add limit depth)
Line 16: Line 16:
 
<pre>
 
<pre>
 
{{horizontal TOC|nonum=yes}}
 
{{horizontal TOC|nonum=yes}}
 +
</pre>
 +
 +
To limit the depth of the generated headings to the first headings only, use:
 +
 +
<pre>
 +
{{horizontal TOC|limit=2}}
 
</pre>
 
</pre>
  

Revision as of 12:47, 10 November 2013

Template:Mbox

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}}

See also