Jump to content

Module:Episode list: Difference between revisions

m
→‎top: robot:, replaced: WP: → BP:
(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...")
 
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
-- [[WP:COLOR]] for more about color contrast requirements.
-- [[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}
Bots, trusted
7,437

edits