Modul:Color contrast: Unterschied zwischen den Versionen

if there are nowiki strip markers in the color string, unstrip them
(Sigh. I should read the code sometimes, however ugly it may be.)
(if there are nowiki strip markers in the color string, unstrip them)
Zeile 65: Zeile 65:
-- whitespace
-- whitespace
c = c:match( '^%s*(.-)[%s;]*$' )
c = c:match( '^%s*(.-)[%s;]*$' )
-- unstrip nowiki strip markers
c = mw.text.unstripNoWiki(c)


-- lowercase
-- lowercase
Anonymer Benutzer