Template:TOC limit/doc: Difference between revisions

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
Content added Content deleted
m (8 revisions imported: Import from https://sims.wikia.com)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Uses TemplateStyles|
;Description: 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.
* [[Template:TOC limit/styles.css]]}}
==Description==
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.


;Usage:
==Usage==
<pre>{{TOClimit}}</pre>
<pre>{{TOClimit}}</pre>


Line 11: Line 14:
The template works by hiding the lower levels with CSS. The normal wiki limit is set to 7. See [[MediaWiki:Common.css]]
The template works by hiding the lower levels with CSS. The normal wiki limit is set to 7. See [[MediaWiki:Common.css]]


==Conflicts==
;Conflicts: This template does not interact well with the {{t|Tocright}}, <nowiki>{{TOCleft}}</nowiki>, <nowiki>{{TOCcenter}}</nowiki> templates. To achieve the correct effect, use those with a limit parameter.<includeonly>[[Category:General wiki templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>
This template does not interact well with the {{t|Tocright}}, <nowiki>{{TOCleft}}</nowiki>, <nowiki>{{TOCcenter}}</nowiki> templates. To achieve the correct effect, use those with a limit parameter.

<includeonly>[[Category:General wiki templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 13:15, 14 May 2019

This template uses TemplateStyles

Description[edit source]

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[edit source]

{{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. The normal wiki limit is set to 7. See MediaWiki:Common.css

Conflicts[edit source]

This template does not interact well with the {{Tocright}}, {{TOCleft}}, {{TOCcenter}} templates. To achieve the correct effect, use those with a limit parameter.