Module:Color: Difference between revisions

No edit summary
mNo 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[0]
         return frame.args[1]
     end
     end
     local keyword = frame.args[1]
     local keyword = frame.args[1]