Module:Passive skill table/config/sandbox: Difference between revisions
Jump to navigation
Jump to search
Mefisto1029 (talk | contribs) (Created config) |
Mefisto1029 (talk | contribs) mNo edit summary |
||
| Line 42: | Line 42: | ||
invalid_args = 'Passive skill table: q_where must be specified', | invalid_args = 'Passive skill table: q_where must be specified', | ||
no_passives_found = 'No passive skills with the given name found', | no_passives_found = 'No passive skills with the given name found', | ||
category = 'Pages with broken passive skill tables', | |||
} | } | ||
Revision as of 10:37, 21 December 2025
This is the module sandbox page for Module:Passive skill table/config (diff).
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.
The above documentation is transcluded from Module:Passive skill table/config/doc.
Editors can experiment in this module's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this module.
Editors can experiment in this module's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this module.
-------------------------------------------------------------------------------
--
-- Configuration for Module:Item table
--
-------------------------------------------------------------------------------
local cfg = {}
-- ----------------------------------------------------------------------------
-- i18n
-- ----------------------------------------------------------------------------
cfg.i18n = {}
cfg.i18n.icon_name = 'File:%s passive skill icon.png'
cfg.i18n.passive_table = {
ascendancy_class = 'Ascendancy<br>Class',
name = 'Name',
id = 'Id',
int_id = 'Integer id',
stats = 'Stats',
skill_points = 'Skill points',
connections = 'Connections',
flavour_text = 'Flavour text',
reminder_text = 'Reminder text',
is_notable = 'Notable',
is_keystone = 'Keystone',
}
cfg.i18n.categories = {
data = 'Passive skill data',
keystone = 'Keystone passive skills',
notable = 'Notable passive skills',
basic = 'Small passive skills',
ascendancy_notable = 'Ascendancy notable passive skills',
ascendancy_basic = 'Ascendancy small passive skills',
}
cfg.i18n.errors = {
invalid_args = 'Passive skill table: q_where must be specified',
no_passives_found = 'No passive skills with the given name found',
category = 'Pages with broken passive skill tables',
}
-- ----------------------------------------------------------------------------
-- Constants
-- ----------------------------------------------------------------------------
return cfg