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
sims>A morris
mNo edit summary
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Uses TemplateStyles|
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
* [[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.
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>


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}}</nowiki></tt>
<pre>{{TOClimit|4}}</pre>

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

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


==Conflicts==
<includeonly>
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.
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:General wiki templates]]


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

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.