Template

Difference between revisions of "TOC"

From LRDE

(Created page with "<div style="clear: {{{clear|both}}}; margin-bottom: .5em; float: {{{align|none}}}; {{#ifeq: {{lc:{{{align|}}}}} | right | margin-left:2.5em; | {{#ifeq: {{lc:{{{align|}}}}} | l...")
 
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|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>
 
<noinclude>
 
<noinclude>
  +
Template for showing the table of contents, with the option to set limited level and alignment to left or right.
{{doc}}
 
  +
[[Category:Utility templates|{{PAGENAME}}]]
 
  +
;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"
 
</noinclude>
 
</noinclude>

Revision as of 17:04, 7 January 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 - "both" (default), "left" or "right"