Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module talk:TOCyears

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 11 years ago by Nullzero

@Mr. Stradivarius: autogenerating TOC by looking at page's content would be nice! I used to write that code (Module:AutomaticTOC), but it incredibly sucks. --Nullzero (talk) 02:07, 3 October 2014 (UTC)Reply

@Nullzero: What does Module:AutomaticTOC aim to do that the normal MediaWiki TOCs don't do already? — Mr. Stradivarius ♪ talk ♪ 05:10, 3 October 2014 (UTC)Reply
It filters all headings (== xxx ==) which have length greater than a value out (but can be customized to add some headings back as well). So, instead of showing all A, B, ..., Z like Template:Compact_ToC, or AA, AB, ..., ZZ, it shows only headings that do really exist. --Nullzero (talk) 06:14, 3 October 2014 (UTC)Reply