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

跳转到导航 跳转到搜索
修正本地化
(恢复AltracasysHC讨论)的编辑至[[User:tswiki>Amorymeltzer|tswiki>Amorymeltzer]]的最后版本)
标签回退
(修正本地化)
第1行: 第1行:
--------------------------------------------------------------------------------
--                          Message box configuration                        --
--                                                                            --
-- This module contains configuration data for [[Module:Message box]].        --
--------------------------------------------------------------------------------
return {
return {
ambox = {
ambox = {
第50行: 第44行:
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]]'
},
},
第201行: 第194行:
allowSmall          = true,
allowSmall          = true,
imageEmptyCell      = true,
imageEmptyCell      = true,
imageRightNone      = true
imageRightNone      = true,
templateCategory    = '档案讯息模板'
},
},
第242行: 第236行:
imageEmptyCell      = true,
imageEmptyCell      = true,
imageEmptyCellStyle  = true,
imageEmptyCellStyle  = true,
templateCategory    = 'Talk message boxes'
templateCategory    = '讨论讯息模板'
}
}
}
}

导航菜单