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: a419335d7c2f3337

Jump to content

Template talk:Expand section

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia

Template-protected edit request on 15 January 2026

[edit]

Change You can help by expanding it. to You can help by adding missing information. as the stub template as changed to that. FantasticWikiUser (talk) 19:54, 15 January 2026 (UTC)Reply

 Done—Please check. Andy Mabbett (Pigsonthewing); Talk to Andy; Andy's edits 16:03, 16 January 2026 (UTC)Reply

Issue with dark mode

[edit]

When the template is viewed in dark mode, only the text changes. The background stays white while the text changes to white, making it difficult to read. LillaRis87 (talk) 12:34, 25 May 2026 (UTC)Reply

Forgot to include, this only happens sometimes, not always LillaRis87 (talk) 12:35, 25 May 2026 (UTC)Reply

Why does this template appear small by default?

[edit]

I am wondering why the template needs to explicitly be told to enlarge by turning the |small= parameter off. I haven't seen much prior discussion directly related to this matter in the archives. The current behaviour of this template is inconsistent with similar maintenance templates like {{More citations needed section}} as the other template does not make the box small when no parameters are provided. Is there a way we should find a WP:CONSENSUS on this issue? Qwerty123M (talk) 09:13, 3 September 2026 (UTC)Reply

Metatemplate {{Ambox}} supports both the wide format and the small format; wide format is the default. If you want the small format, you have to use the small parameter to override it. Template:Expand section transcludes {{Ambox}}, and contains the following code:
| small = {{{small|left}}}
This allows the user of Expand section to specify their preferred value of param |small=; and if no value is given, then the template defaults to small format, effectively passing |small=left to {{Ambox}}. (For better or worse, it's been that way since at least 2010.) Checking how many ambox-transcluding templates do the same thing, there are three that do, out of 1,300+ templates that transclude Ambox, so only a tiny minority default to small.
That said, you can't just change the default for this template to make it like the others, because there are over 12,000 transclusions of {{Expand section}} in articles, and if you change the default, you will change the appearance of thousands of articles, possibly contrary to what the consensus is at those articles. If you change the default, you would probably need a bot to alter the code in those 12,000 articles to keep them displaying the way they do now. Mathglot (talk) 20:59, 3 September 2026 (UTC)Reply