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.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22ab631df4bdafe

Jump to content

Template:Hide inline TOC/doc

From Wikipedia, the free encyclopedia

This template displays the TOC on the left-hand sidebar on the Vector 2022 skin, while hiding it in other skins. This is useful when a TOC is useful for navigating the page with the sidebar, but is too large to be displayed inline in the legacy skin. It only contains the following:

<div style="display:none">__FORCETOC__</div>

Reason

[edit]

The Vector 2022 skin has the TOC on the sidebar, thus the TOC is not inserted inside articles (inline). However, some TOC templates automatically hide the TOC, and other pages manually hide it by using the _NOTOC_ magic word. This makes browsing lists much harder. Many of these pages are alphabetical lists, where having a TOC is useful for navigation.

Non–Vector 2022 TOCs are inside .mw-parser-output, so one could just have TemplateStyles with #toc { display: none; } and it would hide the TOC for all non–Vector 2022 skins. However, many custom TOC templates like {{Compact TOC}} automatically add id="toc", so it is not so simple.

There is a relevant discussion at Wikipedia talk:Manual of Style/Glossaries § Compact ToC hostile to Vector2022 users and phab:T317818 § 8778839.

Usage

[edit]

Place {{Hide inline TOC}}, or its redirect, {{Hit}}, anywhere on the page, preferably at the top.

See also

[edit]