Difference between revisions of "Module:OTable"

Jump to navigation Jump to search
m
no edit summary
m
m
 
Line 52: Line 52:
           local influenceKeys = {}
           local influenceKeys = {}
           for k in pairs(c.influence) do
           for k in pairs(c.influence) do
             if k ~= 'perEach splendour' and k ~= 'tier' then -- Exclude 'perEach splendour' and 'tier'... for now
             if k ~= 'bsplendour' and k ~= 'tier' then -- Exclude 'bsplendour' and 'tier'... for now
             table.insert(influenceKeys, k)
             table.insert(influenceKeys, k)
             end
             end
Line 60: Line 60:
          
          
           for k, v in pairs(c.influence) do
           for k, v in pairs(c.influence) do
             if k ~= 'perEach splendour' and k ~= 'tier' then
             if k ~= 'bsplendour' and k ~= 'tier' then
             influence = influence .. i.icon(k, v, nil, k, 'en')
             influence = influence .. i.icon(k, v, nil, k, 'en')
             if k ~= lastKey and itemCount > 1 then
             if k ~= lastKey and itemCount > 1 then
606

edits

Navigation menu