Module:ItemTables: Difference between revisions

make only template accessible
add comments
Line 112: Line 112:
end
end


 
-- Outputs a wikitable of items that increase a specified stat. Invoked by {{Item stat table}}
-- @function  p.itemPropTable
-- @param      {string}
-- @return    {string}
p.itemPropTable = function(frame)
p.itemPropTable = function(frame)
local TableValues = {}
local TableValues = {}