Difference between revisions of "Template:TOC limit"

From CWCki
Jump to navigation Jump to search
(Added usage, recategorized as formatting template.)
m
 
Line 13: Line 13:
4 allows ==== level 4 headers ==== but omits any subheadings below that from the TOC.
4 allows ==== level 4 headers ==== but omits any subheadings below that from the TOC.


The template works by hiding the lower levels with CSS. See [[MediaWiki:Common.css]].
The template works by hiding the lower levels with CSS. See [[MediaWiki:Common.css]].
}}
}}
[[Category:Formatting and function templates|{{PAGENAME}}]]</noinclude>
[[Category:Formatting and function templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 22:58, 3 December 2010

Usage

These usage notes will not be included in articles bearing this template.

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.

The format for using this template is as follows:

{{TOC limit}}

The template defaults to including only == level 2 == and === level 3 === headers.

You can specify a different limit by adding a header level:

{{TOC limit|4}}

4 allows ==== level 4 headers ==== but omits any subheadings below that from the TOC.

The template works by hiding the lower levels with CSS. See MediaWiki:Common.css.