Module:Item util/config/sandbox

From Path of Exile Wiki
Revision as of 01:00, 18 January 2022 by Vinifera7 (talk | contribs) (Create sandbox version of Module:Item util/config)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is the module sandbox page for Module:Item util/config (diff).

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