Template:TOC limit/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (iw)
(tidy and fix transclusion of interlangs)
Line 2: Line 2:
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->


==Usage==
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.
{{tlp|TOClimit|2=limit=3}}
 
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. You can specify the limit with the limit parameter; for instance, limit=3 allows ===subheadings=== but omits any subheadings below that from the TOC (they still have section edit links, however; 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.


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]].


<includeonly><!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
<noinclude><!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[ko:틀:목차숨김]]
[[ko:틀:목차숨김]]
[[es:Template:TOClimit]]
[[es:Template:TOClimit]]
[[simple:Template:TOClimit]]
[[simple:Template:TOClimit]]
[[Category:TOC templates| ]]
[[Category:TOC templates| ]]
</includeonly>
</noinclude>

Revision as of 18:15, 3 October 2008


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.


ko:틀:목차숨김 es:Template:TOClimit simple:Template:TOClimit