Module:ItemsByStat: Difference between revisionsGive feedback
SerpentofSet (talk | contribs) No edit summary |
SerpentofSet (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
local selectByStat = function(stat) | local selectByStat = function(stat) | ||
local Item,Value = {},{} | local Item,Value = {},{} | ||
local i = 1 | local i = 1 | ||
| Line 25: | Line 23: | ||
local stat = frame.args[1] | local stat = frame.args[1] | ||
local tabledata = selectByStat(stat) | local tabledata = selectByStat(stat) | ||
return tabledata | |||
end | end | ||
return p | return p | ||