Difference between revisions of "Template:Toclimit/doc"

From EVE University Wiki
Jump to: navigation, search
(Created page with ";Description :This limits the level of heading displayed in the TOC. This uses <nowiki>__TOC__</nowiki>, so the TOC will appear where the heading is. ;Required CSS <syntaxhig...")
 
Line 3: Line 3:
  
 
;Required CSS
 
;Required CSS
<syntaxhighlight lang="css">
+
 
.toclimit-2 .toclevel-1 ul,
+
:.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
+
:.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
+
:.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
+
:.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
+
:.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul { display: none; }
+
:.toclimit-7 .toclevel-6 ul { display: none; }
</syntaxhighlight>
+
 
 
:toclevel-# is standard in all TOCs. toclimit-# is not; it is a div encasing the TOC when this template is used.
 
:toclevel-# is standard in all TOCs. toclimit-# is not; it is a div encasing the TOC when this template is used.
  

Revision as of 10:48, 19 May 2017

Description
This limits the level of heading displayed in the TOC. This uses __TOC__, so the TOC will appear where the heading is.
Required CSS
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul { display: none; }
toclevel-# is standard in all TOCs. toclimit-# is not; it is a div encasing the TOC when this template is used.
Syntax
{{toclimit|<limit>}}
limit is the highest level to display. It can be either the first parameter or the limit parameter.