Difference between revisions of "Template:TOClimit"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<div {{#if:{{{1|{{{limit|}}}}}}|class="toclimit-{{{1|{{{limit|}}}}}}"}}>__TOC__</div><noinclude> | <div {{#if:{{{1|{{{limit|}}}}}}|class="toclimit-{{{1|{{{limit|}}}}}}"}}>__TOC__</div><noinclude> | ||
==Usage== | ==Usage== | ||
+ | '''Note:''' this won't work on the BCH441 Wiki since the if-directive is not recognized in this old MediaWiki version. | ||
+ | |||
<nowiki>{{</nowiki>'''TOClimit'''|limit=3}}<br> | <nowiki>{{</nowiki>'''TOClimit'''|limit=3}}<br> | ||
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. You can specify the limit with the limit parameter; for instance, limit=3 allows ===subheadings=== but omits any subheadings below that from the TOC (they still have section edit links, however; 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).<br> | 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. You can specify the limit with the limit parameter; for instance, limit=3 allows ===subheadings=== but omits any subheadings below that from the TOC (they still have section edit links, however; 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).<br> | ||
[http://en.wikipedia.org/w/index.php?title=Template:TOClimitSource: From Wikipedia] | [http://en.wikipedia.org/w/index.php?title=Template:TOClimitSource: From Wikipedia] | ||
</noinclude> | </noinclude> |
Latest revision as of 18:19, 9 December 2007
Contents
Usage
Note: this won't work on the BCH441 Wiki since the if-directive is not recognized in this old MediaWiki version.
{{TOClimit|limit=3}}
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. You can specify the limit with the limit parameter; for instance, limit=3 allows ===subheadings=== but omits any subheadings below that from the TOC (they still have section edit links, however; 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).
From Wikipedia