Difference between revisions of "Template:TOClimit"

The Beyond Skyrim Wiki — Hosted by UESP
Jump to: navigation, search
m (1 revision imported: templates from UESPWiki)
m (clean out MetaTemplate)
 
Line 1: Line 1:
<includeonly>{{#define:limit|{{{1}}}|if={{{1|}}}}}<div {{#if:{{{limit|}}}|class="toclimit-{{{limit}}}"}}>__TOC__</div></includeonly><noinclude>{{/Doc}}</noinclude>
+
<includeonly><div {{#if:{{{limit|{{{1|}}}}}}|class="toclimit-{{{limit|{{{1}}}}}}"}}>__TOC__</div></includeonly><noinclude>{{/Doc}}</noinclude>

Latest revision as of 23:55, 30 June 2017

Summary[edit]

This template places a table of contents (TOC) at the location where the template is. The only difference from a standard TOC is that the subheaders shown in the TOC can be controlled, using the limit parameter.

Parameters[edit]

TOClimit
Parameter Scope Description
1 or limit required The limit to place on the subheaders shown in the TOC. limit=4 is the same as the default wiki settings. limit=2 would only show level-1 or level-2 headers (=...= or ==...==). Values below 2 are ignored by the MediaWiki software, resulting in a normal TOC.

Example[edit]

{{TOClimit|2}}

Demonstration[edit]

Notice that this section, being under a level-3 header, does not show in the TOC.