Template

Difference between revisions of "TOC"

From LRDE

 
Line 1: Line 1:
<div style="clear: {{{clear|both}}}; margin-bottom: .5em; float: {{{align|none}}}; {{#ifeq: {{lc:{{{align|}}}}} | right | margin-left:2.5em; | {{#ifeq: {{lc:{{{align|}}}}} | left | margin-right:2.5em; | <!-- align=none --> }} }} width: {{{width|auto}}};" {{#if:{{{limit|}}}|class="toclimit-{{{limit|}}}"}}>__TOC__</div>
+
<div style="clear: {{{clear|left}}}; margin-bottom: .5em; float: {{{align|none}}}; {{#ifeq: {{lc:{{{align|}}}}} | right | margin-left:2.5em; | {{#ifeq: {{lc:{{{align|}}}}} | left | margin-right:2.5em; | <!-- align=none --> }} }} width: {{{width|auto}}};" {{#if:{{{limit|}}}|class="toclimit-{{{limit|}}}"}}>__TOC__</div>
 
<noinclude>
 
<noinclude>
 
Template for showing the table of contents, with the option to set limited level and alignment to left or right.
 
Template for showing the table of contents, with the option to set limited level and alignment to left or right.
Line 7: Line 7:
 
* ''limit'' - max. number of nested levels; if assigned, adds CSS class = "toclimit-<limit>"
 
* ''limit'' - max. number of nested levels; if assigned, adds CSS class = "toclimit-<limit>"
 
* ''width'' - "auto" (default) or width size in px
 
* ''width'' - "auto" (default) or width size in px
* ''clear'' - "both" (default), "left" or "right"
+
* ''clear'' - "left" (default), "both" or "right"
 
</noinclude>
 
</noinclude>

Latest revision as of 17:45, 24 February 2014

Template for showing the 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 - "left" (default), "both" or "right"