Module:Color: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
function p.color(frame) | function p.color(frame) | ||
if 1 == 1 then | if 1 == 1 then | ||
return frame.args | return frame.args[0] | ||
end | end | ||
local keyword = frame.args[1] | local keyword = frame.args[1] |