模块:Message box/configuration:修订间差异

tswiki>Amorymeltzer
Use semi protection shackle with keyhole to genericize the protection icon, per talk page request
 
AltracasysHC留言 | 贡献
无编辑摘要
 
(未显示同一用户的4个中间版本)
第1行: 第1行:
--------------------------------------------------------------------------------
--                          Message box configuration                        --
--                                                                            --
-- This module contains configuration data for [[Module:Message box]].        --
--------------------------------------------------------------------------------
return {
return {
ambox = {
ambox = {
第44行: 第38行:
substCheck                  = true,
substCheck                  = true,
classes                    = {'metadata', 'ambox'},
classes                    = {'metadata', 'ambox'},
usePlainlinksParam          = true,
allowId                    = true,
imageEmptyCell              = true,
imageEmptyCell              = true,
imageCheckBlank            = true,
imageCheckBlank            = true,
第50行: 第46行:
useCollapsibleTextFields    = true,
useCollapsibleTextFields    = true,
imageRightNone              = true,
imageRightNone              = true,
sectionDefault              = 'article',
sectionDefault              = '条目',
allowMainspaceCategories    = true,
allowMainspaceCategories    = true,
templateCategory            = 'Article message templates',
templateCategory            = '条目讯息模板',
        templateCategoryRequireName = true,
        templateCategoryRequireName = true,
templateErrorCategory      = 'Article message templates with missing parameters',
templateErrorCategory      = '缺少参数的条目讯息模板',
templateErrorParamsToCheck  = {'issue', 'fix', 'subst'},
templateErrorParamsToCheck  = {'issue', 'fix', 'subst'},
removalNotice              = '[[Help:Maintenance template removal|Learn how and when to remove this template message]]'
},
},
第162行: 第157行:
imageEmptyCell      = true,
imageEmptyCell      = true,
below                = true,
below                = true,
templateCategory    = 'File message boxes'
templateCategory    = '档案讯息模板'
},
},
第199行: 第194行:
showInvalidTypeError = true,
showInvalidTypeError = true,
classes              = {'ombox'},
classes              = {'ombox'},
usePlainlinksParam  = true,
allowSmall          = true,
allowSmall          = true,
imageEmptyCell      = true,
imageEmptyCell      = true,
imageRightNone      = true
imageRightNone      = true,
},
},
第242行: 第238行:
imageEmptyCell      = true,
imageEmptyCell      = true,
imageEmptyCellStyle  = true,
imageEmptyCellStyle  = true,
templateCategory    = 'Talk message boxes'
templateCategory    = '讨论讯息模板'
}
}
}
}