Module:ItemTables: Difference between revisionsGive feedback
Jump to navigation
Jump to search
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 = {} | ||