Difference between revisions of "Template:TOC"

m
m (Updating the Template)
Tag: New redirect
Line 1: Line 1:
<div class="stactictoc" style="clear: {{{clear|both}}}; margin-bottom: .5em; float: {{{align|none}}}; {{#ifeq: {{lc:{{{align|}}}}} | right | margin-left:0.5em; | {{#ifeq: {{lc:{{{align|}}}}} | left | margin-right:0.5em; | <!-- align=none --> }} }} width: {{{width|auto}}};" {{#if:{{{limit|}}}|class="toclimit-{{{limit|}}}"}}>__TOC__</div>
+
#REDIRECT [[Template:Compact TOC]]
 
 
<noinclude>
 
 
 
Template for show table of contents with the option to set limited level and alignment to left or right.
 
 
 
;Parameters
 
* ''align'' - "none" (default), "left" or "right"
 
* ''limit'' - max. number of nested levels; if assigned, adds CSS class = "toclimit-<limit>"
 
* ''width'' - "auto" (default) or width size in px
 
* ''clear'' - "both" (default), "left" or "right"
 
 
 
 
 
<pre>
 
{{TOC
 
|align=
 
|limit=
 
|width=
 
|clear=
 
}}
 
</pre>
 
</noinclude>
 

Revision as of 20:16, 5 March 2023