Template:TOC limit/doc

From The Sims Wiki, a collaborative database for The Sims series
This is an old revision of this page, as edited by sims>A morris at 23:23, 9 July 2009 (1 revision: Template:TOClimit from Wikipedia). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Jump to navigation Jump to search

Template:Documentation subpage

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|limit=2}} has the effect that {{TOCright}} and {{TOClimit|2}} would have—if they worked together.