Template:TOClimit: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div class="toclimit-{{{1|{{{limit|3}}}}}}">__TOC__</div><noinclude> | <div class="toclimit-{{{1|{{{limit|3}}}}}}">__TOC__</div><noinclude>__NOTOC__ | ||
{{ | This template inserts a Table of Contents which omits subheadings lower than a certain level. The table obeys the same layout rules as the <nowiki>__TOC__</nowiki> 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 === | |||
<tt><nowiki>{{TOClimit}}</nowiki></tt> | |||
The template defaults to including only == level 2 == and === level 3 === headers. | |||
You can specify a different limit by adding a header level: | |||
<tt><nowiki>{{TOClimit|4}}</nowiki></tt> | |||
4 allows ==== level 4 headers ==== but omits any subheadings below that from the TOC. | |||
</noinclude> | </noinclude> |
Revision as of 09:31, 31 August 2009
This template inserts a Table of Contents which omits subheadings lower than a certain level. 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
{{TOClimit}}
The template defaults to including only == level 2 == and === level 3 === headers.
You can specify a different limit by adding a header level:
{{TOClimit|4}}
4 allows ==== level 4 headers ==== but omits any subheadings below that from the TOC.