Template talk:Deprecated code
Appearance
| This template does not require a rating on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||
| ||||||||
Change default color
[edit]This edit request has been answered. Set the |answered= parameter to no to reactivate your request. |
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)
- 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)