Jump to content

Template talk:Deprecated code

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

Change default color

[edit]

color-placeholder doesn't meet WCAG AA contrast requirements with wikitable's background color for cells and current template documentation background color, so I request to edit the first line so that

<del class="deprecated-content {{{class|}}}" style="color:{{#if:{{{red|}}}|var(--color-content-removed, #8B0000)|var(--color-placeholder, #72777d)}}; text-decoration:none; {{#if:{{{style|}}}|{{{style}}}|}}" {{#if:{{{id|}}}|id="{{{id}}}"|}} {{#if:{{{title|{{{2|}}}}}}|title="{{{title|{{{2}}}}}}"|}}>{{{1}}}</del><noinclude>

becomes

<del class="deprecated-content {{{class|}}}" style="color:{{#if:{{{red|}}}|var(--color-content-removed, #8B0000)|var(--color-subtle, #54595d)}}; text-decoration:none; {{#if:{{{style|}}}|{{{style}}}|}}" {{#if:{{{id|}}}|id="{{{id}}}"|}} {{#if:{{{title|{{{2|}}}}}}|title="{{{title|{{{2}}}}}}"|}}>{{{1}}}</del><noinclude>

. Sapphaline (talk) 09:07, 8 September 2025 (UTC)[reply]

Since I'm also extended confirmed now, I guess I'll be bold and do this myself (and for all other templates of this group too).  Done. Sapphaline (talk) 08:44, 10 September 2025 (UTC)[reply]