This wiki is a XML full dump clone of "Heroes Wiki", the main wiki about the Heroes saga that has been shut down permanently since June 1, 2020. The purpose of this wiki is to keep online an exhaustive and accurate database about the franchise.

Template:Tocleft: Difference between revisions

From Heroes Wiki
Jump to navigation Jump to search
Content deleted Content added
imported>Hardvice
+car
imported>Baldbobbo
add toclimit
Line 1: Line 1:
{| cellspacing="0" cellpadding="0" style="clear:left; margin-bottom: .5em; float: left; padding: .5em 1.8em .8em 0; background: none; width: {{{1|auto}}};"
{| cellspacing="0" cellpadding="0" style="clear:left; margin-bottom: .5em; float: left; padding: .5em 1.8em .8em 0; background: none; width: {{{1|auto}}};"
| {{toclimit|limit={{{limit|}}}}}
| __TOC__
|}<noinclude>
|}


<noinclude>
== Usage ==
== Usage ==
Forces TOC and floats it on left. TOC will appear at the location the template is inserted, so it should be used before the first heading.
Forces TOC and floats it on left. TOC will appear at the location the template is inserted, so it should be used before the first heading.

If <code>|limit=</code> is specified, only headings of the level or greater will be included in the TOC. For example, <code>|limit=2</code> will include only level two headings (<nowiki>==Heading==</nowiki>), while <code>|limit=3</code> will include level three headings (<nowiki>===Heading===</nowiki>) as well as level two headings, and so on.


{| style="background: transparent;"
{| style="background: transparent;"
|<pre>{{tocleft}}</pre>
|<pre>{{tocleft|limit=<!--OPTIONAL Highest level heading to include in TOC-->}}</pre>
|}
|}

[[Category:Templates]]
[[Category: Page Elements]]
[[Category: Table of Contents Templates]]
</noinclude>

Revision as of 10:19, 10 November 2007

Usage

Forces TOC and floats it on left. TOC will appear at the location the template is inserted, so it should be used before the first heading.

If |limit= is specified, only headings of the level or greater will be included in the TOC. For example, |limit=2 will include only level two headings (==Heading==), while |limit=3 will include level three headings (===Heading===) as well as level two headings, and so on.

{{tocleft|limit=<!--OPTIONAL Highest level heading to include in TOC-->}}