Content deleted Content added
No edit summary |
No edit summary |
||
Line 3:
function p.extractcolor(frame)
local str = frame.args[1] or ''
local color = mw.ustring.match(';' .. str .. ';', '.*;%s*([Cc][Oo][Ll][Oo][Rr]%s*:%s*.-
return color or 'NO MATCH'
end
|