Cam's Test Wiki
Register
Advertisement

Documentation for this module may be created at Module:Price/Iron bar/doc

-- info entered into Template:ExchangeItem

local p = {
    ['icon'] = 0,
    ['item_id'] = 0,
    ['price'] = 0,
    ['last'] = 0,
    ['date'] = 0,
    ['last_date'] = 0,
    ['volume'] = 0,
    ['volume_date'] = 0,
    ['value'] = '',
    ['limit'] = '',
    ['members'] = '',
    ['category'] = '',
    ['examine'] = ''
}

return p
Advertisement