24,493 ARTICLES
ON THIS WIKI

Talk:Engine

Recipe subsections[edit]

Perhaps someone who is a bit more skilled with wikis could change it so that all the "recipe"-subsections dont show up in the TOC. --Hannoman (talk)

I'm not sure that's possible... RZR0 RZR0 (RZR0's Talk Page Talk | RZR0's Contributions Contributions) 19:55, 17 January 2014 (CET)
Do we even need separate sub-sections? We could make the grids float to the right of the text (hey, we could finally make some use of the constantly misunderstood float param!) --dgelessus (talk · contribs) 20:23, 17 January 2014 (CET)
Sounds good. --Hannoman (talk) 20:31, 17 January 2014 (CET)
Don't you love seeing "float = 3"? :P There is a way to limit headings which display in the TOC, but it requires an addition to Mediawiki:Common.css:
/* 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-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;
}

Found this from here. But, just removing the "Recipe" headers would probably be better. --timrem (talk) 20:32, 17 January 2014 (CET)

Ah what a shame. I read a bit on http://www.mediawiki.org/wiki/TOC#Customizing_the_TOC, but apparently TOC is treated somehow as a special Template. --Hannoman (talk) 20:31, 17 January 2014 (CET)