Template:Ensure AAA contrast ratio: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Izkala
Simplify
meta>Izkala
Repurpose
Line 1: Line 1:
<includeonly>{{#ifexpr:{{#invoke:Color contrast|ratio|{{{1}}}|black}} >= 7 OR {{#invoke:Color contrast|ratio|{{{1}}}|white}} >= 7|background-color: {{{1}}}; color: {{#invoke:Color contrast|greatercontrast|{{{1}}}|black|white}};|/* {{{cat|}}} */}}</includeonly><noinclude>
<includeonly>{{#if:{{{base|}}}|{{#ifexpr:{{#invoke:Color contrast|ratio|{{{base}}}|{{{other|black}}}|error=0}} < 7 AND {{#invoke:Color contrast|ratio|{{{base}}}|{{{other|white}}}|error=0}} < 7|{{{category|}}}}}}}</includeonly><noinclude>
{{Documentation|content=
{{Documentation|content=
This template ensures compliance with [http://www.w3.org/TR/2014/NOTE-WCAG20-TECHS-20140916/G17 WCAG G17]. It will reject any background–foreground colour combination with a contrast ratio less than 7:1. {{tl|Ensure AAA contrast ratio}} takes one argument, the background colour.
This template checks for compliance with [http://www.w3.org/TR/2014/NOTE-WCAG20-TECHS-20140916/G17 WCAG G17], i.e. that a background–foreground colour combination has got a contrast ratio of more than 7:1. It takes two arguments, the <code>base</code> colour value, and the tracking category, <code>category</code>, to place non-compliant transclusions in. A third parameter, <code>other</code>, is optional; the template will by default calculate the contrast ratio against black and white, on the assumption that it is used in conjunction with {{tl|Greater color contrast ratio}}.
 
Here is {{diff|Template:Infobox television season|prev|672035442|an example of how to use it}}.


== Examples ==
== Examples ==
* {{#invoke:DemoTemplate|{{PAGENAME}}|navy}}
* {{#invoke:DemoTemplate|{{PAGENAME}}|base=navy|category=Test}}
* {{#invoke:DemoTemplate|{{PAGENAME}}|red}}
* {{#invoke:DemoTemplate|{{PAGENAME}}|base=navy|other=navy|category=Test}}
* {{#invoke:DemoTemplate|{{PAGENAME}}|white}}
* {{#invoke:DemoTemplate|{{PAGENAME}}|base=red|category=Test}}
* {{#invoke:DemoTemplate|{{PAGENAME}}|black}}
* {{#invoke:DemoTemplate|{{PAGENAME}}|base=#CC5500|category=Test}}
* {{#invoke:DemoTemplate|{{PAGENAME}}|#005500}}
* {{#invoke:DemoTemplate|{{PAGENAME}}|base=asdf|category=Test}}
* {{#invoke:DemoTemplate|{{PAGENAME}}|#CC5500}}
}}
}}


[[Category:Color conversion templates]]
[[Category:Color conversion templates]]</noinclude>
</noinclude>

Revision as of 13:59, 14 August 2015