local p = {} p.getColor = function(frame) local input = frame.args[1] local types = { ["egyptian"] = "decd87", } return "background-color: #" .. colors[input] end return p