Module:Color contrast: Difference between revisions
html #
m>Zzuuzz m (Changed protection level of Module:Color contrast: High risk module 235k+ transclusions ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))) |
m>Frietjes (html #) |
||
Line 98: | Line 98: | ||
-- remove leading # (if there is one) and whitespace | -- remove leading # (if there is one) and whitespace | ||
c = mw.ustring.match(c, '^[%s#]*([a-f0-9]*)[%s]*$') | c = mw.ustring.match(c, '^[%s#]*([a-f0-9]*)[%s]*$') | ||
c = mw.ustring.match(c, '^[%s]*#([a-f0-9]*)[%s]*$') | |||
-- split into rgb | -- split into rgb |