Module:Color: Difference between revisions
No edit summary |
m fixed |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
function p.color(frame) | function p.color(frame) | ||
local keyword = frame.args[1] | local keyword = frame.args[1] | ||
local colType = frame.args[2] | local colType = frame.args[2] | ||
Line 11: | Line 8: | ||
end | end | ||
local key = "pokehero-color-" .. | local key = "pokehero-color-" .. keyword | ||
local colTable | local colTable |