Jump to content

Template talk:Hidden archive top

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

Template:Collapse bottom has been nominated for merging with Template:Hidden archive bottom. You are invited to comment on the discussion at the template's entry on the Templates for discussion page. Thank you. –MJLTalk 03:15, 28 February 2021 (UTC)[reply]

Why?

[edit]

Why is basically the same line used twice? --91.5.101.3 (talk) 01:33, 17 June 2022 (UTC)[reply]

[show] button not working

[edit]

I'm not familiar with this template, so I'm not sure where the issue is and whether there's an issue in the first place, but I've encountered it on Talk:Viktor Shokin where it's in the top section of the talk page. The template displays the text [show] and I would expect that this is a button/hyperlink to see said archived discussion. The problem is that this show-button/hyperlink is not clickable. To see the discussion I need to go into the Editor (~edit section). There, I can see the discussion in raw wiki syntax. But that's probably not how this template is supposed to work...? Nakonana (talk) 11:37, 22 October 2023 (UTC)[reply]

Heading text colour unreadable in dark mode

[edit]

In Vector 2022 dark mode, as can (not) be seen at Special:Permalink/1237147973, all headings inside the hatted section are shown with white text, making them unreadable on the light orange background. This is because of two style rules: .mw-heading, h1, h2, h3, h4, h5, h6 { color: var(--color-emphasized, #000) } and html.skin-theme-clientpref-night { --color-emphasized: #f8f9fa }.

I think this could be fixed using TemplateStyles with either something like .hidden-archive { --color-emphasized: black } or .hidden-archive .mw-heading { color: black }, but maybe someone else has a better idea. Thoughts? Rummskartoffel 10:49, 28 July 2024 (UTC) Turns out TemplateStyles doesn't allow setting variables, so that fix wouldn't work. Rummskartoffel 11:31, 28 July 2024 (UTC)[reply]