Module:Infocard/config
Jump to navigation
Jump to search
This is the configuration file for Module:Infocard. This file can be edited to allow easy translation/porting of the module to other wikis.
The above documentation is transcluded from Module:Infocard/config/doc.
Editors can experiment in this module's sandbox and testcases pages.
Subpages of this module.
Editors can experiment in this module's sandbox and testcases pages.
Subpages of this module.
-------------------------------------------------------------------------------
--
-- Configuration for Module:Infocard
--
-------------------------------------------------------------------------------
local cfg = {}
-- ----------------------------------------------------------------------------
-- i18n
-- ----------------------------------------------------------------------------
cfg.i18n = {}
-- ----------------------------------------------------------------------------
-- Constants
-- ----------------------------------------------------------------------------
-- Wrapper templates
cfg.wrappers = {
'Template:Infocard',
}
-- Template styles
cfg.templatestyles = 'Module:Infocard/styles.css'
return cfg