Module:Passive skill table/config/sandbox: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
--  
--  
-- Configuration for Module:Item table
-- Configuration for Module:Passive skill table
--  
--  
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

Revision as of 11:00, 21 December 2025

Module documentation[view] [edit] [history] [purge]


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


-------------------------------------------------------------------------------
-- 
-- Configuration for Module:Passive skill table
-- 
-------------------------------------------------------------------------------

local cfg = {}

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

cfg.i18n = {}

cfg.i18n.passive_table = {
    ascendancy_class = 'Ascendancy<br>Class',
    name = 'Name',
    id = 'Id',
    int_id = 'Integer id',
    stats = 'Stats',
    skill_points = 'Skill points',
    weapon_set_points = 'Weapon set<br>points',
    connections = 'Connections',
    flavour_text = 'Flavour text',
    reminder_text = 'Reminder text',
    is_notable = 'Notable',
    is_keystone = 'Keystone',
}

cfg.i18n.errors = {
    invalid_args = 'Passive skill table: q_where must be specified',
    category = 'Pages with broken passive skill tables',
}

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



return cfg