Template:TOC limit: Difference between revisions
Jump to navigation
Jump to search
VANKRASN39 (talk | contribs) m (Undo revision 63015 by VANKRASN39 (talk) that didn't work) |
GS4-SCRIBES (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<div class="toclimit-{{{1|{{{limit|3}}}}}}">__TOC__</div> |
<div class="toclimit-{{{1|{{{limit|3}}}}}}">__TOC__</div> |
||
/* Allow limiting of which header levels are shown in a TOC; |
|||
<div class="toclimit-3">, for instance, will limit to |
|||
showing ==headings== and ===headings=== but no further |
|||
(as long as there are no =headings= on the page, which |
|||
there shouldn't be according to the MoS). |
|||
*/ |
|||
.toclimit-2 .toclevel-2, |
|||
.toclimit-3 .toclevel-3, |
|||
.toclimit-4 .toclevel-4, |
|||
.toclimit-5 .toclevel-5, |
|||
.toclimit-6 .toclevel-6, |
|||
.toclimit-7 .toclevel-7 { display: none; } |
Revision as of 10:27, 23 May 2015
/* Allow limiting of which header levels are shown in a TOC;
, for instance, will limit to
showing ==headings== and ===headings=== but no further (as long as there are no =headings= on the page, which there shouldn't be according to the MoS). */
.toclimit-2 .toclevel-2, .toclimit-3 .toclevel-3, .toclimit-4 .toclevel-4, .toclimit-5 .toclevel-5, .toclimit-6 .toclevel-6, .toclimit-7 .toclevel-7 { display: none; }