Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Color contrast: Difference between revisions

Content added Content deleted
m (1 revision imported: Import clickable button set)
(fix for encoded # in hex or decimal (screws up assumption that we can split on ;))
Line 167: Line 167:
end
end


local slist = mw.text.split(style or '', ';')
local slist = mw.text.split(mw.ustring.gsub(mw.ustring.gsub(style or '', '&#[Xx]23;', '#'), '#', '#'), ';')
for k = 1,#slist do
for k = 1,#slist do
s = slist[k]
s = slist[k]
Cookies help us deliver our services. By using our services, you agree to our use of cookies.