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)
    if 1 == 1 then
        return frame.args[0]
    end
     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-" .. colType
     local key = "pokehero-color-" .. keyword
      
      
     local colTable
     local colTable