Módulo:Modifier link/config: mudanças entre as edições
Aspeto
Criou página com '------------------------------------------------------------------------------- -- -- Configuration for Module:Modifier link -- ------------------------------------------------------------------------------- local cfg = {} -- ---------------------------------------------------------------------------- -- i18n -- ---------------------------------------------------------------------------- cfg.i18n = {} cfg.i18n.categories = { general_errors = 'Pages with modifie...' |
Sem resumo de edição |
||
Linha 4: | Linha 4: | ||
-- | -- | ||
------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ||
_pageName='{{#replace:{{PAGENAME}}|'|\'}}' | |||
local cfg = {} | local cfg = {} |
Edição atual tal como às 00h36min de 7 de fevereiro de 2025
This is the configuration file for Module:Modifier link. This file can be edited to allow easy translation/porting of the module to other wikis.
-------------------------------------------------------------------------------
--
-- Configuration for Module:Modifier link
--
-------------------------------------------------------------------------------
_pageName='{{#replace:{{PAGENAME}}|'|\'}}'
local cfg = {}
-- ----------------------------------------------------------------------------
-- i18n
-- ----------------------------------------------------------------------------
cfg.i18n = {}
cfg.i18n.categories = {
general_errors = 'Pages with modifier link errors',
}
cfg.i18n.errors = {
invalid_display_option = 'The display option "%s" is invalid. Accepted values are "abbr", "verbose", "stat_text", "max" and "min".',
no_results = 'No results found.',
multiple_results = 'Please choose only one of these modifier ids:<br>%s',
incorrect_modid = 'Please change the name from "%s" to any of these modifier ids:<br>%s',
undefined_statid = 'Please define any of these stat ids: %s',
}
-- ----------------------------------------------------------------------------
-- Constants
-- ----------------------------------------------------------------------------
-- Wrapper templates
cfg.wrappers = {
'Template:Modifier link',
}
return cfg