Template:TOClimit/doc: Difference between revisions

(create page)
 
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 18: Line 18:
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]].


=== Conflicts ===
=== Conflicts ===
This template does not interact well with the {{tl|TOCright}}, {{tl|TOCleft}}, {{tl|TOCcenter}} templates. To achieve the correct effect, use those with a limit parameter. For example, {{tlx|TOCright|2=limit=2}} has the effect that {{tlx|TOCright}} and {{tlx|TOClimit|2}} would have—if they worked together.
 
This template does not interact well with the {{tl|TOCright}}, {{tl|TOCleft}}, {{tl|TOCcenter}} templates. To achieve the correct effect, use those with a limit parameter. For example, {{tlx|TOCright|2=limit=2}} has the effect that {{tlx|TOCright}} and {{tlx|TOClimit|2}} would have—if they worked together.  


<includeonly>
<includeonly>
<!-- ADD CATEGORIES BELOW THIS LINE -->
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:TOC templates]]
[[Category:Templates]]


<!-- ADD INTERWIKIS BELOW THIS LINE -->
<!-- ADD INTERWIKIS BELOW THIS LINE -->
[[es:Template:TOClimit]]
[[ko:틀:목차숨김]]
[[simple:Template:TOClimit]]
[[zh:Template:TOClimit]]
</includeonly>
</includeonly>

Latest revision as of 02:28, 22 February 2011

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.

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

Conflicts

This template does not interact well with the {{TOCright}}, {{TOCleft}}, {{TOCcenter}} templates. To achieve the correct effect, use those with a limit parameter. For example, {{TOCright{{{3}}}{{{4}}}{{{5}}}{{{6}}}{{{7}}}{{{8}}}{{{9}}}{{{10}}}{{{11}}}...}} has the effect that {{TOCright{{{2}}}{{{3}}}{{{4}}}{{{5}}}{{{6}}}{{{7}}}{{{8}}}{{{9}}}{{{10}}}{{{11}}}...}} and {{TOClimit{{{3}}}{{{4}}}{{{5}}}{{{6}}}{{{7}}}{{{8}}}{{{9}}}{{{10}}}{{{11}}}...}} would have—if they worked together.