Module:Sandbox/Mefisto1029/main/s1

From Path of Exile 2 Wiki
Revision as of 13:15, 6 October 2025 by Mefisto1029 (talk | contribs) (Mefisto1029 moved page Module:Sandbox/Mefisto1029/config to Module:Sandbox/Mefisto1029/main/s1 without leaving a redirect: Make it submodule of module)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Module documentation[create] [purge]
-------------------------------------------------------------------------------
-- 
-- Configuration for Module:Keyword
-- 
-------------------------------------------------------------------------------

local cfg = {}

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

cfg.i18n = {}

cfg.i18n.tooltips = {
    tooltip = 'Tooltip',
}

cfg.i18n.errors = {
    missing_id = 'Missing id parameter, which is mandatory.',
    no_data = 'No keyword with the given ID exists, check [[Module:Keyword/data]] for keywords.',
}

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

-- Wrapper templates
cfg.wrappers = {
    keyword = {
        'Template:Keyword',
    },
    keyword_infobox = {
        'Template:Keyword infobox',
    },
}

return cfg