模块:Mbox/config
来自SAPedia
更多操作
此模块的文档可以在Module:Mbox/config/doc创建
local config = {
info = {
image = 'Mbox-info.svg',
size = '45px',
},
caution = {
image = 'Mbox-caution.svg',
size = '45px',
},
warn = {
image = 'Mbox-warn.svg',
size = '45px',
},
delete = {
image = 'Mbox-delete.svg',
size = '45px',
},
policy = {
image = 'Mbox-policy.svg',
size = '45px',
},
essay = {
image = 'Mbox-essay.svg',
size = '45px',
},
help = {
image = 'Mbox-help.svg',
size = '45px',
},
draft = {
image = 'Mbox-draft.svg',
size = '45px',
},
license = {
image = 'Mbox-license.svg',
size = '45px',
},
copyright = {
image = 'Mbox-copyright.svg',
size = '45px',
},
}
return config