Module:Item util/config

From Path of Exile Wiki
Revision as of 23:57, 6 November 2021 by Vinifera7 (talk | contribs) (Created page with "------------------------------------------------------------------------------- -- -- Configuration for Module:Item util -- --------------------------...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Module documentation[view] [edit] [history] [purge]


This is the configuration file for Module:Item util. This file can be edited to allow easy translation/porting of the module to other wikis.


-------------------------------------------------------------------------------
-- 
--                        Configuration for Module:Item util
-- 
-------------------------------------------------------------------------------

local cfg = {}

-- ----------------------------------------------------------------------------
-- i18n
-- ----------------------------------------------------------------------------

cfg.i18n = {}

-- ----------------------------------------------------------------------------
-- Constants
-- ----------------------------------------------------------------------------

-- Namespaces items are primarily defined in. Used to narrow down queries.
cfg.item_namespaces = {
    0, -- Main
    10016, -- Map
}
cfg.item_namespaces_list = table.concat(cfg.item_namespaces, ',')

return cfg