Template:TOC limit: Difference between revisions
Appearance
Created page with "<includeonly><div class="toclimit-{{{1|{{{limit|3}}}}}}">__TOC__</div></includeonly><noinclude> This template inserts a Table of Contents which omits subheadings beyond a cer..." |
|
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 10:00, 28 July 2015
This template inserts a Table of Contents which omits subheadings beyond a certain depth. The table obeys the same layout rules as the __TOC__ magic word. Omitted sections still have section edit links in the article body; the main use for this template is situations where you want section edit links for ease of editing but don't want to clutter the table of contents.
Usage
[edit]Place the below code at the top of the page, replace # with heading level you want.
{{TOC limit|#}}
for example
{{TOC limit|3}}
Alternatively you can use:
{{TOC limit}}
which would assume the default level 3.
For additional info see full documentation of the original template w:Template:TOC_limit