In Memoriam: Tai'lahr

OpenUru.org, along with the rest of the Mystonline community, is mourning the loss of Tai'lahr on October 16th, 2019.

Rest in Peace, friend.

Difference between revisions of "Template:TOClimit/doc"

From OpenUru
Jump to navigation Jump to search
(→‎Usage: Qualify usage with TOCright)
(Remove redundant icon)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
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.
 
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.
 +
{{clear}}
  
 
=== Usage ===
 
=== Usage ===
Line 15: Line 16:
 
The template works by hiding the lower levels with CSS.
 
The template works by hiding the lower levels with CSS.
  
 +
=== Cautions ===
 
<nowiki>{{TOClimit}}</nowiki> does not work well used in conjuction with <nowiki>{{TOCright}}</nowiki>; instead, use the limit parameter of [[Template:TOCright|TOCright]].
 
<nowiki>{{TOClimit}}</nowiki> does not work well used in conjuction with <nowiki>{{TOCright}}</nowiki>; instead, use the limit parameter of [[Template:TOCright|TOCright]].

Latest revision as of 03:36, 4 February 2010

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.

Cautions

{{TOClimit}} does not work well used in conjuction with {{TOCright}}; instead, use the limit parameter of TOCright.