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