Template:TOC Limit/doc
Appearance
This is the documentation page for TOC Limit. It contains usage information, categories, and other content not part of the original template page. | ||
|---|---|---|
| Main | Documentation | Usage |
Template for hiding headings in TOC. Hidden headings are still visible in the TOC on the left side of the page.
Syntax
{{TOC Limit|heading number|right = float TOC to the right}}
CSS
To work, this template requires the following CSS:
/* TOC hide headings */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
display: none;
}