Bots, trusted
7,437
edits
(Created page with "local p = {} -- This module requires the use of the following modules: local colorContrastModule = require('Module:Color contrast') local htmlColor = mw.loadData('Module:Colo...") |
WikiDwarfBOT (talk | contribs) m (→top: robot:, replaced: WP: → BP:) |
||
Line 144: | Line 144: | ||
-- Track top colors that have a color contrast rating below AAA with | -- Track top colors that have a color contrast rating below AAA with | ||
-- respect to text color, link color, or visited link color. See | -- respect to text color, link color, or visited link color. See | ||
-- [[ | -- [[BP:COLOR]] for more about color contrast requirements. | ||
local textContrastRatio = colorContrastModule._ratio{args.TopColor, 'black', ['error'] = 0} | local textContrastRatio = colorContrastModule._ratio{args.TopColor, 'black', ['error'] = 0} | ||
local linkContrastRatio = colorContrastModule._ratio{args.TopColor, '#0B0080', ['error'] = 0} | local linkContrastRatio = colorContrastModule._ratio{args.TopColor, '#0B0080', ['error'] = 0} |