跳转到内容

模組:Progress box/config

维基百科,自由的百科全书
-- This module contains configuration data for [[Module:Progress box]].

return {

-- The date at which to start checking for existing categories, in YYYY-MM
-- format.
['start-date'] = '2004-03',

-- The heading for the subtotals
['subtotal-heading'] = '小计',

-- The format used for maintenance category dates. This should be input that is
-- valid for the #time parser function.
['date-format'] = 'Y年F',

-- The format of dated maintenance categories for this wiki.
-- Parameters:
-- $1: the category base, e.g. "Articles to be split"
-- $2: the formatted date, e.g. "May 2015"
-- $3: preposition joining the category base and the date, e.g. "from"
-- $4: optional suffix
['dated-category-format'] = '$3$2$1$4',

-- Default preoposition to use with the category-format message.
['dated-category-format-from'] = '自',

-- Display text for the link to the undated articles category.
['undated-articles-label'] = '未有月份分类之条目',

-- The format of categories containing all pages for a particular maintenance
-- task. This message is preprocessed.
-- Parameters:
-- $1: The undated category
['all-articles-category-format'] = '所有$1',

-- Heading for the "all articles" row. 
['all-articles-label'] = '所有条目',

-- Display text for the purge link.
['purge-link-display'] = '(-{zh-hans:刷新;zh-hant:更新快取;}-)',

}