Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Protection banner/config: Difference between revisions

From WikiOasis Meta
m 1 revision imported
Tags: Mobile edit Mobile web edit Advanced mobile edit
m 10 revisions imported
 
(7 intermediate revisions by 7 users not shown)
Line 41: Line 41:
--
--
-- ${EDITREQUEST} - a link to create an edit request for the current page.
-- ${EDITREQUEST} - a link to create an edit request for the current page.
--
-- ${EXPIRY} - the protection expiry date in the format DD Month YYYY. If
-- protection is indefinite or is not set, this is the blank string.
--
--
-- ${EXPLANATIONBLURB} - an explanation blurb, e.g. "Please discuss any changes
-- ${EXPLANATIONBLURB} - an explanation blurb, e.g. "Please discuss any changes
Line 50: Line 53:
--
--
-- ${INTROBLURB} - the PROTECTIONBLURB parameter, plus the expiry if an expiry
-- ${INTROBLURB} - the PROTECTIONBLURB parameter, plus the expiry if an expiry
-- is set. E.g. "Editing of this page by new or unregistered users is currently  
-- is set. E.g. "Editing of this page by new or unregistered users is currently
-- disabled until dd Month YYYY."
-- disabled until dd Month YYYY."
--
--
Line 124: Line 127:
tooltip = '${TOOLTIPBLURB}',
tooltip = '${TOOLTIPBLURB}',
link = '${IMAGELINK}',
link = '${IMAGELINK}',
alt = 'Page ${PROTECTIONLEVEL}'
alt = '页面被${PROTECTIONLEVEL}'
},
},


Line 136: Line 139:
autoconfirmed = {
autoconfirmed = {
alt = 'Page protected with pending changes level 1',
alt = 'Page protected with pending changes level 1',
tooltip = 'All edits by unregistered and new users are subject to review',
tooltip = 'All edits by unregistered and new users are subject to review prior to becoming visible to unregistered users',
image = 'Padlock-silver-light.svg'
image = 'Padlock-silver-light.svg'
},
},
Line 142: Line 145:
alt = 'Page protected with pending changes level 2',
alt = 'Page protected with pending changes level 2',
tooltip = 'All edits by users who are not reviewers or administrators are'
tooltip = 'All edits by users who are not reviewers or administrators are'
.. ' subject to review',
.. ' subject to review prior to becoming visible to unregistered users',
image = 'Padlock-orange.svg'
image = 'Padlock-orange.svg'
}
}
Line 161: Line 164:
edit = {
edit = {
blp = {
blp = {
description = 'For pages protected to promote compliance with the'
description = '为了遵守'
.. ' [[w:Wikipedia:Biographies of living persons'
.. ' [[Wikipedia:生者傳記'
.. '|biographies of living persons]] policy',
.. '|生者傳記]]方针而保护的页面',
text = '${INTROFRAGMENT} to promote compliance with'
text = '${INTROFRAGMENT}以遵守'
.. ' [[w:Wikipedia:Biographies of living persons'
.. ' [[Wikipedia:生者傳記'
.. "|Wikipedia's policy on the biographies"
.. "|维基百科"
.. ' of living people]].',
.. '生者傳記]]方针。',
tooltip = '${TOOLTIPFRAGMENT} to promote compliance with the policy on'
tooltip = '${TOOLTIPFRAGMENT}以遵守'
.. ' biographies of living people',
.. '生者傳記方针',
},
},
dmca = {
dmca = {
description = 'For pages protected by the Wikimedia Foundation'
description = '因[[數字千年版權法]]移除通知而'
.. ' due to [[Special:MyLanguage/Legal#DMCA|Digital Millennium Copyright Act]] takedown requests',
.. '被维基媒体基金会保护的页面',
explanation = function (protectionObj, args)
explanation = function (protectionObj, args)
local ret = 'Pursuant to a rights owner notice under the Digital'
local ret = '为回应数字'
.. ' Millennium Copyright Act (DMCA) regarding some content'
.. ' 千年版权法案(DMCA)下,文中部分内容'
.. ' in this article, the Wikimedia Foundation acted under'
.. ' 权利人发来的通知,维基媒体基金会已根据'
.. ' applicable law and took down and restricted the content'
.. ' 适用法律采取行动,删除并限制了相关'
.. ' in question.'
.. ' 内容。'
if args.notice then
if args.notice then
ret = ret .. ' A copy of the received notice can be found here: '
ret = ret .. '可以在此查看删除请求副本:'
.. args.notice .. '.'
.. args.notice .. ''
end
end
ret = ret .. ' For more information, including websites discussing'
ret = ret .. '有关更多信息,包括讨论'
.. ' how to file a counter-notice, please see'
.. '如何提交反通知的网站,请参阅'
.. " [[Special:MyLanguage/Office actions|Office actions]] and the article's ${TALKPAGE}."
.. '[[Wikipedia:基金會行動]]及条目的${TALKPAGE}。'
.. "'''Do not remove this template from the article until the"
.. "'''在限制撤销之前,"
.. " restrictions are withdrawn'''."
.. "请勿移除此模板'''"
return ret
return ret
end,
end,
image = 'Padlock-black.svg',
image = 'Office-protection-shackle-WMFlogo.svg',
},
},
dispute = {
dispute = {
description = 'For pages protected due to editing disputes',
description = '由于编辑争议而被保护的页面',
text = function (protectionObj, args)
text = function (protectionObj, args)
-- Find the value of "disputes".
-- Find the value of "disputes".
local display = 'disputes'
local display = '争议'
local disputes
local disputes
if args.section then
if args.section then
Line 214: Line 217:
local msg
local msg
if type(protectionObj.expiry) == 'number' then
if type(protectionObj.expiry) == 'number' then
msg = '${INTROFRAGMENT} or until editing %s have been resolved.'
msg = '${INTROFRAGMENT},或直到编辑%s被解决。'
else
else
msg = '${INTROFRAGMENT} until editing %s have been resolved.'
msg = '${INTROFRAGMENT},直到编辑%s被解决。'
end
end
return string.format(msg, disputes)
return string.format(msg, disputes)
end,
end,
explanation = "This protection is '''not''' an endorsement of the"
explanation = "此保护'''不是'''"
.. ' ${CURRENTVERSION}. ${EXPLANATIONBLURB}',
.. '${CURRENTVERSION}的认可。${EXPLANATIONBLURB}',
tooltip = '${TOOLTIPFRAGMENT} due to editing disputes',
tooltip = '由于编辑争议,${TOOLTIPFRAGMENT}',
},
ecp = {
description = 'For articles in topic areas authorized by'
.. ' [[Arbitration Committee|ArbCom]] or'
.. ' meets the criteria for community use',
tooltip = 'This ${PAGETYPE} is ${PROTECTIONLEVEL}'
.. ' under extended confirmed editing restrictions',
alt = 'Extended-protected ${PAGETYPE}',
},
},
mainpage = {
mainpage = {
description = 'For pages protected for being displayed on the [[Main Page]]',
description = '由于在[[Wikipedia:首页]]展示而被保护的页面',
text = 'This file is currently'
text = '此文件目前已'
.. ' [[Special:MyLanguage/Help:Protection|protected]] from'
.. '[[Wikipedia:獲保護頁面|保护]]'
.. ' editing because it is currently or will soon be displayed'
.. '无法编辑,因为它当前或即将'
.. ' on the [[Special:MyLanguage/Main Page|Main Page]].',
.. '[[Wikipedia:首页]]上展示。',
explanation = 'Images on the Main Page are protected due to their high'
explanation = '首页上的图像由于其高可见性而被'
.. ' visibility. Please discuss any necessary changes on the ${TALKPAGE}.'
.. '保护。任何必要的更改请在${TALKPAGE}上讨论。'
.. '<br /><span style="font-size:90%;">'
.. '<br /><span style="font-size:90%;">'
.. "'''Administrators:''' Once this image is definitely off the Main Page,"
.. "'''致管理员:'''一旦此图像从首页撤下,"
.. ' please unprotect this file, or reduce to semi-protection,'
.. '请取消保护此文件,或酌情减少到'
.. ' as appropriate.</span>',
.. '半保护。</span>',
},
},
office = {
office = {
description = 'For pages protected by the Wikimedia Foundation',
description = '被维基媒体基金会保护的页面',
text = function (protectionObj, args)
text = function (protectionObj, args)
local ret = 'This ${PAGETYPE} is currently under the'
local ret = '${PAGETYPE}目前正在接受'
.. ' scrutiny of the'
.. '[[Wikipedia:基金會行動|維基媒體基金會辦公室]]'
.. ' [[Special:MyLanguage/Office actions|Wikimedia Foundation Office]]'
.. '的审查,'
.. ' and is protected.'
.. '并获保护。'
if protectionObj.protectionDate then
if protectionObj.protectionDate then
ret = ret .. ' It has been protected since ${PROTECTIONDATE}.'
ret = ret .. '此页面自${PROTECTIONDATE}起被保护。'
end
end
return ret
return ret
end,
end,
explanation = "If you can edit this page, please discuss all changes and"
explanation = "如果您可以编辑此页面,请首先在"
.. " additions on the ${TALKPAGE} first. '''Do not remove protection from this"
.. "${TALKPAGE}上讨论任何修改或添加动作。'''请勿解除此页面的保护"
.. " page unless you are authorized by the Wikimedia Foundation to do"
.. "状态,除非您得到维基媒体基金会"
.. " so.'''",
.. "的授权。'''",
image = 'Padlock-black.svg',
image = 'Office-protection-shackle-WMFlogo.svg',
},
},
reset = {
reset = {
description = 'For pages protected by the Wikimedia Foundation and'
description = '被维基媒体基金会保护,并将其'
.. ' "reset" to a bare-bones version',
.. '“重置”为纯粹版本的页面',
  text = 'This ${PAGETYPE} is currently under the'
  text = '${PAGETYPE}目前正在接受'
.. ' scrutiny of the'
.. '[[Wikipedia:基金會行動|維基媒體基金會辦公室]]'
.. ' [[Special:MyLanguage/Office actions|Wikimedia Foundation Office]]'
.. '的审查,'
.. ' and is protected.',
.. '并获保护。',
explanation = function (protectionObj, args)
explanation = function (protectionObj, args)
local ret = ''
local ret = ''
if protectionObj.protectionDate then
if protectionObj.protectionDate then
ret = ret .. 'On ${PROTECTIONDATE} this ${PAGETYPE} was'
ret = ret .. '${PROTECTIONDATE},此${PAGETYPE}'
else
else
ret = ret .. 'This ${PAGETYPE} has been'
ret = ret .. '${PAGETYPE}'
end
end
ret = ret .. ' reduced to a'
ret = ret .. '被简化为'
.. ' simplified, "bare bones" version so that it may be completely'
.. '“纯粹”的版本,以便可以完全'
.. ' rewritten to ensure it meets the policies of'
.. '重写,确保其符合'
.. ' [[Special:MyLanguage/Neutral point of view|Neutral Point of View]] and [[w:en:WP:V|Verifiability]].'
.. '[[WP:NPOV|中立的观点]][[WP:V|可供查证]]方针。'
.. ' Standard Wikipedia policies will apply to its rewriting—which'
.. '重写版本最终将会向所有编者开放,'
.. ' will eventually be open to all editors—and will be strictly'
.. '通常的维基百科方针都将适用于此页面,并将严格'
.. ' enforced. The ${PAGETYPE} has been ${PROTECTIONLEVEL} while'
.. '执行。此${PAGETYPE}在重建时已被'
.. ' it is being rebuilt.\n\n'
.. '${PROTECTIONLEVEL}。\n\n'
.. 'Any insertion of material directly from'
.. '直接添加任何从此${PAGETYPE}'
.. ' pre-protection revisions of the ${PAGETYPE} will be removed, as'
.. '保护前版本中得到的资料,或'
.. ' will any material added to the ${PAGETYPE} that is not properly'
.. '任何添加至此${PAGETYPE}中的'
.. ' sourced. The associated talk page(s) were also cleared on the'
.. '无来源资料,都将被删除。相关讨论页也于'
.. " same date.\n\n"
.. '同一天清空。\n\n'
.. "If you can edit this page, please discuss all changes and"
.. "如果您可以编辑此页面,请首先在"
.. " additions on the ${TALKPAGE} first. '''Do not override"
.. "${TALKPAGE}上讨论任何修改或添加动作。'''请勿覆盖"
.. " this action, and do not remove protection from this page,"
.. "此操作,且不要解除此页面的保护状态,"
.. " unless you are authorized by the Wikimedia Foundation"
.. "除非您已获得维基媒体基金会的"
.. " to do so. No editor may remove this notice.'''"
.. "授权。任何编者均不可移除此通知。'''"


return ret
return ret
end,
end,
image = 'Padlock-black.svg',
image = 'Office-protection-shackle-WMFlogo.svg',
},
},
sock = {
sock = {
description = 'For pages protected due to'
description = '由于滥用'
.. ' [[Special:MyLanguage/Sock puppetry|sock puppetry]]',
.. '[[Wikipedia:傀儡|傀儡]]而被保护的页面。',
text = '${INTROFRAGMENT} to prevent [[Sock puppetry|sock puppets]] of'
text = '${INTROFRAGMENT},以防止被'
.. ' [[Special:MyLanguage/Blocked user|blocked]] or'
.. '[[Wikipedia:封禁方针|封禁]]或被'
.. ' [[Special:MyLanguage/Banned user|banned users]]'
.. '[[Wikipedia:編輯禁制方針|編輯禁制]]用户的[[Wikipedia:傀儡|傀儡]]'
.. ' from editing it.',
.. '编辑。',
tooltip = '${TOOLTIPFRAGMENT} to prevent sock puppets of blocked or banned users from'
tooltip = '为防止被封禁或被編輯禁制用户的傀儡编辑,'
.. ' editing it',
.. '${TOOLTIPFRAGMENT}',
},
},
template = {
template = {
description = 'For [[w:en:Wikipedia:High-risk templates|high-risk]]'
description = '[[Wikipedia:高風險模板|高風險模板]]'
.. ' templates and Lua modules',
.. '和Lua模块',
text = 'This is a permanently [[Special:MyLanguage/Help:Protection|protected]] ${PAGETYPE},'
text = '此${PAGETYPE}为[[Wikipedia:高風險模板|高風險模板]]'
.. ' as it is [[w:en:Wikipedia:High-risk templates|high-risk]].',
.. '已被永久[[Wikipedia:獲保護頁面|保護]]',
explanation = 'Please discuss any changes on the ${TALKPAGE}; you may'
explanation = '请在${TALKPAGE}上讨论任何修改或添加动作。如果'
.. ' ${EDITREQUEST} to ask an'
.. '编辑[[Help:小修改#何时标明编辑为小修改'
.. ' [[Special:MyLanguage/Meta:Administrators|administrator]] or'
.. '|无争议]]或有'
.. ' [[w:en:Wikipedia:Template editor|template editor]] to make an edit if'
.. '[[Wikipedia:共识|共识]]基础,您可以'
.. ' it is [[Help:Minor edit#When to mark an edit as a minor edit'
.. '[[Wikipedia:管理员|管理员]]'
.. '|uncontroversial]] or supported by'
.. '[[Wikipedia:模板编辑员|模板编辑员]]'
.. ' [[Special:MyLanguage/Consensus|consensus]]. You can also'
.. '${EDITREQUEST}。您也可以'
.. ' [[Meta:Requests for help from a sysop or bureaucrat|request]] that the page be'
.. '[[Wikipedia:请求保护页面|请求]]解除'
.. ' unprotected.',
.. '页面保护。',
tooltip = 'This high-risk ${PAGETYPE} is permanently ${PROTECTIONLEVEL}'
tooltip = '此高风险${PAGETYPE}已被永久${PROTECTIONLEVEL}'
.. ' to prevent vandalism',
.. ',以避免破坏',
alt = 'Permanently protected ${PAGETYPE}',
alt = '被永久保护的${PAGETYPE}',
},
},
usertalk = {
usertalk = {
description = 'For pages protected against disruptive edits by a'
description = '由于特定用户破坏而'
.. ' particular user',
.. '被保护的页面',
text = '${INTROFRAGMENT} to prevent ${VANDAL} from using it to make disruptive edits,'
text = '${INTROFRAGMENT},以防止${VANDAL}使用其进行破坏性编辑,'
.. ' such as abusing the'
.. '如滥用'
.. ' &#123;&#123;[[Template:unblock|unblock]]&#125;&#125; template.',
.. '&#123;&#123;[[Template:unblock|unblock]]&#125;&#125;模板。',
explanation = 'If you cannot edit this user talk page and you need to'
explanation = '如果您不能编辑此用户讨论页,且需要'
.. ' make a change or leave a message, you can'
.. '修改或留言,您可以'
.. ' [[Meta:Requests for help from a sysop or bureaucrat'
.. '[[Wikipedia:请求保护页面'
.. '|request an edit]],'
.. '#请求编辑'
.. ' [[Meta:Requests for help from a sysop or bureaucrat'
.. '|请求编辑]]'
.. '|request unprotection]],'
.. '[[Wikipedia:请求保护页面'
.. ' [[Special:Userlogin|log in]],'
.. '#请求解除保护'
.. ' or [[Special:UserLogin/signup|create an account]].',
.. '|请求解除保护]]'
.. '[[Special:用户登录|登录]]'
.. '[[Special:创建账户|创建帐户]]',
},
},
vandalism = {
vandalism = {
description = 'For pages protected against'
description = '由于'
.. ' [[Meta:Vandalism|vandalism]]',
.. '[[Wikipedia:破坏|破坏]]而被保护的页面',
text = '${INTROFRAGMENT} due to [[Meta:Vandalism|vandalism]].',
text = '由于[[Wikipedia:破坏|破坏]],${INTROFRAGMENT}。',
explanation = function (protectionObj, args)
explanation = function (protectionObj, args)
local ret = ''
local ret = ''
if protectionObj.level == 'sysop' then
if protectionObj.level == 'sysop' then
ret = ret .. "This protection is '''not''' an endorsement of the"
ret = ret .. "此保护'''不是'''"
.. ' ${CURRENTVERSION}. '
.. '${CURRENTVERSION}的认可。'
end
end
return ret .. '${EXPLANATIONBLURB}'
return ret .. '${EXPLANATIONBLURB}'
end,
end,
tooltip = '${TOOLTIPFRAGMENT} due to vandalism',
tooltip = '由于破坏,${TOOLTIPFRAGMENT}',
}
}
},
},
move = {
move = {
dispute = {
dispute = {
description = 'For pages protected against page moves due to'
description = '由于标题争议而'
.. ' disputes over the page title',
.. '被移动保护的页面',
explanation = "This protection is '''not''' an endorsement of the"
explanation = "此保护'''不是'''"
.. ' ${CURRENTVERSION}. ${EXPLANATIONBLURB}',
.. '${CURRENTVERSION}的认可。${EXPLANATIONBLURB}',
image = 'Padlock-olive.svg'
image = 'Move-protection-shackle.svg'
},
},
vandalism = {
vandalism = {
description = 'For pages protected against'
description = '由于'
.. ' [[w:en:Wikipedia:Vandalism#Page-move vandalism'
.. '[[Wikipedia:破坏#移动破坏'
.. ' |page-move vandalism]]'
.. '|移动破坏]]而被保护的页面'
}
}
},
},
Line 397: Line 394:
protectionBlurbs = {
protectionBlurbs = {
edit = {
edit = {
default = 'This ${PAGETYPE} is currently [[Help:Protection|'
default = '${PAGETYPE}当前已被[[Wikipedia:獲保護頁面|'
.. 'protected]] from editing',
.. '保護]],无法编辑',
autoconfirmed = 'Editing of this ${PAGETYPE} by [[Special:MyLanguage/Newly'
autoconfirmed = '[[Wikipedia:用户权限'
.. ' registered user|new]] or [[Special:MyLanguage/Unregistered'
.. '级别#新用户|新用户]][[Wikipedia:用户权限级别#匿名'
.. ' user|unregistered]] users is currently [[Special:MyLanguage/Help:Protection|disabled]]',
.. '用户|匿名用户]]用户编辑此${PAGETYPE}目前[[Wikipedia:獲保護頁面|已禁用]]',
extendedconfirmed = 'This ${PAGETYPE} is ${PROTECTIONLEVEL} as a result of'
.. ' [[Special:MyLanguage/Arbitration Committee|ArbCom]] enforcement or meets the'
.. ' [[w:en:Wikipedia:Protection policy#extended|criteria for community use]]',
},
},
move = {
move = {
default = 'This ${PAGETYPE} is currently [[Special:MyLanguage/Help:Protection|protected]]'
default = '${PAGETYPE}当前已被[[Wikipedia:獲保護頁面|保護]]'
.. ' from [[Special:MyLanguage/Help:Moving a page|page moves]]'
.. '无法[[Help:页面重命名|移动]]'
},
},
autoreview = {
autoreview = {
autoconfirmed = 'All edits made to this ${PAGETYPE} by'
autoconfirmed = 'All edits made to this ${PAGETYPE} by'
.. ' [[Special:MyLanguage/Newly registered users|new]] or'
.. ' [[Wikipedia:用户权限级别#新用户|新用户]] or'
.. ' [[Special:MyLanguage/Unregistered users|unregistered]]'
.. ' [[Wikipedia:用户权限级别#匿名用户|匿名用户]]'
.. ' users are currently'
.. ' users are currently'
.. ' [[Flagged Revisions|subject to review]]',
.. ' [[Wikipedia:Pending changes|subject to review]]',
default = 'All edits made to this ${PAGETYPE} by users who are not'
default = 'All edits made to this ${PAGETYPE} by users who are not'
.. ' [[w:en:Wikipedia:Reviewing|reviewers]] or'
.. ' [[Wikipedia:Reviewing|reviewers]] or'
.. ' [[Special:MyLanguage/Meta:Administrators|administrators]] are currently'
.. ' [[Wikipedia:管理员|管理员]] are currently'
.. ' [[Flagged Revisions|subject to review]]'
.. ' [[Wikipedia:Pending changes|subject to review]]'
},
},
upload = {
upload = {
default = 'Uploading new versions of this ${PAGETYPE} is currently disabled'
default = '上传此${PAGETYPE}的新版本目前已禁用'
}
}
},
},
Line 446: Line 440:
edit = {
edit = {
autoconfirmed = {
autoconfirmed = {
subject = 'See the [[w:en:Wikipedia:Protection policy|'
subject = '更多信息,请参见[[Wikipedia:保護方針|'
.. 'protection policy]] and ${PROTECTIONLOG} for more details. If you'
.. '保護方針]]${PROTECTIONLOG}。如果您'
.. ' cannot edit this ${PAGETYPE} and you wish to make a change, you can'
.. '不能编辑,且希望修改此${PAGETYPE},您可以'
.. ' ${EDITREQUEST}, discuss changes on the ${TALKPAGE},'
.. '${EDITREQUEST},在${TALKPAGE}上讨论更改,'
.. ' [[Meta:Requests for help from a sysop or bureaucrat'
.. '[[Wikipedia:请求保护页面'
.. '|request unprotection]], [[Special:Userlogin|log in]], or'
.. '#请求解除保护'
.. ' [[Special:UserLogin/signup|create an account]].',
.. '|请求解除保护]][[Special:用户登录|登录]]'
default = 'See the [[w:en:Wikipedia:Protection policy|'
.. '[[Special:创建账户|创建帐户]]',
.. 'protection policy]] and ${PROTECTIONLOG} for more details. If you'
default = '更多信息,请参见[[Wikipedia:保護方針|'
.. ' cannot edit this ${PAGETYPE} and you wish to make a change, you can'
.. '保護方針]]${PROTECTIONLOG}。如果您'
.. ' [[Meta:Requests for help from a sysop or bureaucrat'
.. '不能编辑,且希望修改此${PAGETYPE},您可以'
.. '|request unprotection]], [[Special:Userlogin|log in]], or'
.. '[[Wikipedia:请求保护页面'
.. ' [[Special:UserLogin/signup|create an account]].',
.. '#请求解除保护'
},
.. '|请求解除保护]][[Special:用户登录|登录]]'
extendedconfirmed = {
.. '[[Special:创建账户|创建帐户]]',
default = 'Extended confirmed protection prevents edits from all IP editors'
.. ' and registered users with fewer than 30 days tenure and 500 edits.'
.. ' The [[w:en:Wikipedia:Protection policy#extended|policy on community use]]'
.. ' specifies that extended confirmed protection can be applied to combat'
.. ' disruption, given that semi-protection has proven to be ineffective.'
.. ' Please discuss any changes on the ${TALKPAGE}; you may'
.. ' ${EDITREQUEST} to ask for unconversial changes supported by'
.. ' [[Special:MyLanguage/Consensus|consensus]].'
},
},
default = {
default = {
subject = 'See the [[w:en:Wikipedia:Protection policy|'
subject = '更多信息,请参见[[Wikipedia:保護方針|'
.. 'protection policy]] and ${PROTECTIONLOG} for more details.'
.. '保護方針]]${PROTECTIONLOG}'
.. ' Please discuss any changes on the ${TALKPAGE}; you'
.. '请在${TALKPAGE}上讨论任何修改动作。如果'
.. ' may ${EDITREQUEST} to ask an'
.. '编辑[[Help:小修改#何时标明编辑为小修改'
.. ' [[Special:MyLanguage/Meta:Administrators|administrator]] to make an edit if it'
.. '|无争议]]或有[[Wikipedia:共识'
.. ' is [[Help:Minor edit#When to mark an edit as a minor edit'
.. '|共识]]基础,您可以向'
.. '|uncontroversial]] or supported by [[Special:MyLanguage/Consensus'
.. '[[Wikipedia:管理员|管理员]]'
.. '|consensus]]. You may also [[Meta:Requests for help from a sysop or bureaucrat'
.. '${EDITREQUEST}。您也可以[[Wikipedia:请求'
.. '|request]] that this page be unprotected.',
.. '保护页面#请求解除保护'
default = 'See the [[w:en:Wikipedia:Protection policy|'
.. '|请求]]解除页面保护。',
.. 'protection policy]] and ${PROTECTIONLOG} for more details.'
default = '更多信息,请参见[[Wikipedia:保護方針|'
.. ' You may [[Meta:Requests for help from a sysop or bureaucrat|request an'
.. '保護方針]]${PROTECTIONLOG}'
.. ' edit]] to this page, or [[Meta:Requests for help from a sysop or bureaucrat'
.. '您可以[[Wikipedia:请求'
.. '|ask]] for it to be unprotected.'
.. '保护页面#请求编辑|请求'
.. '编辑]]此页面,或[[Wikipedia:请求'
.. '保护页面#请求解除保护'
.. '|请求]]解除页面保护。',
}
}
},
},
move = {
move = {
default = {
default = {
subject = 'See the [[w:en:Wikipedia:Protection policy|'
subject = '更多信息,请参见[[Wikipedia:保護方針|'
.. 'protection policy]] and ${PROTECTIONLOG} for more details.'
.. '保護方針]]${PROTECTIONLOG}'
.. ' The page may still be edited but cannot be moved'
.. '该页面仍可编辑,但在解除保护后'
.. ' until unprotected. Please discuss any suggested moves on the'
.. '才能移动。请在${TALKPAGE}[[Wikipedia:移動請求]]'
.. ' ${TALKPAGE} or at [[Meta:Babel]]. You can also'
.. '上讨论任何移动建议。您也可以'
.. ' [[Meta:Requests for help from a sysop or bureaucrat|request]] that the page be'
.. '[[Wikipedia:请求保护页面|请求]]解除'
.. ' unprotected.',
.. '页面保护。',
default = 'See the [[w:en:Wikipedia:Protection policy|'
default = '更多信息,请参见[[Wikipedia:保護方針|'
.. 'protection policy]] and ${PROTECTIONLOG} for more details.'
.. '保護方針]]${PROTECTIONLOG}'
.. ' The page may still be edited but cannot be moved'
.. '该页面仍可编辑,但在解除保护后'
.. ' until unprotected. Please discuss any suggested moves at'
.. '才能移动。请在[[Wikipedia:移動請求]]'
.. ' [[Meta:Babel]]. You can also'
.. '上讨论任何移动建议。您也可以'
.. ' [[Meta:Requests for help from a sysop or bureaucrat|request]] that the page be'
.. '[[Wikipedia:请求保护页面|请求]]解除'
.. ' unprotected.'
.. '页面保护。',
}
}
},
},
autoreview = {
autoreview = {
default = {
default = {
reviewer = 'See the [[w:en:Wikipedia:Protection policy|'
reviewer = '更多信息,请参见[[Wikipedia:保護方針|'
.. 'protection policy]] and ${PROTECTIONLOG} for more details.'
.. '保護方針]]${PROTECTIONLOG}'
.. ' Edits to this ${PAGETYPE} will not be visible to readers'
.. ' Edits to this ${PAGETYPE} will not be visible to readers'
.. ' until they are accepted by a reviewer or an administrator.'
.. ' until they are accepted by a reviewer or an administrator.'
.. ' To avoid the need for your edits to be reviewed, you may'
.. ' To avoid the need for your edits to be reviewed, you may'
.. ' [[Meta:Requests for help from a sysop or bureaucrat'
.. ' [[Wikipedia:Requests for page protection'
.. '#Current requests for reduction in protection level'
.. '|request unprotection]]. Experienced editors may also'
.. '|request unprotection]]. Experienced editors may also'
.. ' request the [[w:en:Wikipedia:Reviewing|reviewer user right]].',
.. ' request the [[Wikipedia:Reviewing|reviewer user right]].',
default = 'See the [[w:en:Wikipedia:Protection policy|'
default = '更多信息,请参见[[Wikipedia:保護方針|'
.. 'protection policy]] and ${PROTECTIONLOG} for more details.'
.. '保護方針]]${PROTECTIONLOG}'
.. ' Edits to this ${PAGETYPE} by new and unregistered users'
.. ' Edits to this ${PAGETYPE} by new and unregistered users'
.. ' will not be visible to readers until they are accepted by'
.. ' will not be visible to readers until they are accepted by'
.. ' a reviewer. To avoid the need for your edits to be'
.. ' a reviewer. To avoid the need for your edits to be'
.. ' reviewed, you may'
.. ' reviewed, you may'
.. ' [[Meta:Requests for help from a sysop or bureaucrat'
.. ' [[Wikipedia:Requests for page protection'
.. '#Current requests for reduction in protection level'
.. '|request unprotection]], [[Special:Userlogin|log in]], or'
.. '|request unprotection]], [[Special:Userlogin|log in]], or'
.. ' [[Special:UserLogin/signup|create an account]].'
.. ' [[Special:UserLogin/signup|create an account]].'
Line 528: Line 519:
upload = {
upload = {
default = {
default = {
default = 'See the [[w:en:Wikipedia:Protection policy|'
default = '更多信息,请参见[[Wikipedia:保護方針|'
.. 'protection policy]] and ${PROTECTIONLOG} for more details.'
.. '保護方針]]${PROTECTIONLOG}'
.. ' The page may still be edited but new versions of the file'
.. '页面可能仍可以编辑,但在解除保护后'
.. ' cannot be uploaded until it is unprotected. You can'
.. '才能上传文件的新版本。您可以使用'
.. ' request that a new version be uploaded by using a'
.. '[[Wikipedia:编辑请求|受保护页面编辑请求]]'
.. ' [[Template:Edit Protected|protected edit request]], or you'
.. '来请求上传新版本,或者您'
.. ' can  [[Meta:Requests for help from a sysop or bureaucrat|request]]'
.. '可以[[Wikipedia:请求保护页面|请求]]'
.. ' that the file be unprotected.'
.. '解除文件保护。'
}
}
}
}
Line 556: Line 547:
protectionLevels = {
protectionLevels = {
edit = {
edit = {
default = 'protected',
default = '全保护',
templateeditor = 'template-protected',
templateeditor = '模板保护',
extendedconfirmed = 'extended-protected',
extendedconfirmed = '延伸確認保護',
autoconfirmed = 'semi-protected',
autoconfirmed = '半保护',
},
},
move = {
move = {
default = 'move-protected'
default = '移动保护'
},
},
autoreview = {
autoreview = {
},
},
upload = {
upload = {
default = 'upload-protected'
default = '文件保护'
}
}
},
},
Line 583: Line 574:
images = {
images = {
edit = {
edit = {
default = 'Padlock.svg',
default = 'Full-protection-shackle-block.svg',
templateeditor = 'Padlock-pink.svg',
templateeditor = 'Template-protection-shackle-picture-1.svg',
extendedconfirmed = 'Padlock-blue.svg',
extendedconfirmed = 'Extended-protection-shackle-account-pro-plus.svg',
autoconfirmed = 'Padlock-silver.svg'
autoconfirmed = 'Semi-protection-shackle.svg'
},
},
move = {
move = {
default = 'Padlock-olive.svg',
default = 'Move-protection-shackle.svg',
},
},
autoreview = {
autoreview = {
Line 596: Line 587:
},
},
upload = {
upload = {
default = 'Padlock-purple.svg'
default = 'Upload-protection-shackle.svg'
}
}
},
},
Line 621: Line 612:
imageLinks = {
imageLinks = {
edit = {
edit = {
default = 'w:en:Wikipedia:Protection policy#full',
default = 'Wikipedia:保護方針#全保护',
templateeditor = 'w:en:Wikipedia:Protection policy#template',
templateeditor = 'Wikipedia:保護方針#模板保护',
extendedconfirmed = 'w:en:Wikipedia:Protection policy#extended',
extendedconfirmed = 'Wikipedia:保護方針#延伸確認保護',
autoconfirmed = 'w:en:Wikipedia:Protection policy#semi'
autoconfirmed = 'Wikipedia:保護方針#半保护'
},
},
move = {
move = {
default = 'w:en:Wikipedia:Protection policy#move'
default = 'Wikipedia:保護方針#移动保护'
},
},
autoreview = {
autoreview = {
autoconfirmed = 'w:en:Wikipedia:Protection policy#pc1',
autoconfirmed = 'Wikipedia:保護方針#pc1',
reviewer = 'w:en:Wikipedia:Protection policy#pc2'
reviewer = 'Wikipedia:保護方針#pc2'
},
},
upload = {
upload = {
default = 'w:en:Wikipedia:Protection policy#upload'
default = 'Wikipedia:保護方針#文件保护'
}
}
},
},
Line 666: Line 657:
-- 4. the protection level (e.g. "sysop" or "autoconfirmed")
-- 4. the protection level (e.g. "sysop" or "autoconfirmed")
-- 5. the action (e.g. "edit" or "move")
-- 5. the action (e.g. "edit" or "move")
--  
--
-- When the module looks up a category in the table, first it will will check to
-- When the module looks up a category in the table, first it will will check to
-- see a key exists that corresponds to all five parameters. For example, a
-- see a key exists that corresponds to all five parameters. For example, a
Line 745: Line 736:


protectionCategories = {
protectionCategories = {
['all|all|all|all|all']                  = 'Protected',
['all|all|all|all|all']                  = '被保护的页面',
['all|all|office|all|all']              = 'Office-protected',
['all|all|office|all|all']              = '被基金会保护的页面',
['all|all|reset|all|all']                = 'Office-protected',
['all|all|reset|all|all']                = '被基金会保护的页面',
['all|all|dmca|all|all']                = 'Office-protected',
['all|all|dmca|all|all']                = '被基金会保护的页面',
['all|all|mainpage|all|all']            = 'fully-protected main page files',
['all|all|mainpage|all|all']            = '被保护的首页文件',
['all|all|all|extendedconfirmed|all']    = 'pages under 30-500 editing restriction',
['all|template|all|all|edit']            = '被保護的模板',
['all|all|ecp|extendedconfirmed|all']    = 'pages under 30-500 editing restriction',
['all|all|all|autoconfirmed|edit']      = '被半保护的页面',
['all|template|all|all|edit']            = 'fully-protected templates',
['indef|all|all|autoconfirmed|edit']    = '被永久半保护的页面',
['all|all|all|autoconfirmed|edit']      = 'semi-protected',
['all|all|blp|autoconfirmed|edit']      = '被永久半保护的生者传记',
['indef|all|all|autoconfirmed|edit']    = 'indefinitely semi-protected',
['temp|all|blp|autoconfirmed|edit']      = '被暂时半保护的生者传记',
['all|all|blp|autoconfirmed|edit']      = 'indefinitely semi-protected biographies of living people',
['all|all|dispute|autoconfirmed|edit']  = '由于争议而被半保护的页面',
['temp|all|blp|autoconfirmed|edit']      = 'temporarily semi-protected biographies of living people',
['all|all|sock|autoconfirmed|edit']      = '由于滥用傀儡而被半保护的页面',
['all|all|dispute|autoconfirmed|edit']  = 'pages semi-protected due to dispute',
['all|all|vandalism|autoconfirmed|edit'] = '避免破坏而被半保护的页面',
['all|all|sock|autoconfirmed|edit']      = 'pages semi-protected from banned users',
['all|category|all|autoconfirmed|edit']  = '被半保護的分類',
['all|all|vandalism|autoconfirmed|edit'] = 'pages semi-protected against vandalism',
['all|file|all|autoconfirmed|edit']      = '被半保護的圖像',
['all|category|all|autoconfirmed|edit']  = 'semi-protected categories',
['all|portal|all|autoconfirmed|edit']    = '被半保護的主題',
['all|file|all|autoconfirmed|edit']      = 'semi-protected files',
['all|project|all|autoconfirmed|edit']  = '被半保護的專題',
['all|portal|all|autoconfirmed|edit']    = 'semi-protected portals',
['all|talk|all|autoconfirmed|edit']      = '被半保護的討論頁',
['all|project|all|autoconfirmed|edit']  = 'semi-protected project pages',
['all|template|all|autoconfirmed|edit']  = '被半保護的模板',
['all|talk|all|autoconfirmed|edit']      = 'semi-protected talk pages',
['all|user|all|autoconfirmed|edit']      = '被半保護的用戶頁',
['all|template|all|autoconfirmed|edit']  = 'semi-protected templates',
['all|template|all|templateeditor|edit'] = '被模板保護的模板',
['all|user|all|autoconfirmed|edit']      = 'semi-protected user and user talk pages',
['all|all|blp|sysop|edit']              = '被永久保护的生者传记',
['all|template|all|templateeditor|edit'] = 'template-protected templates',
['temp|all|blp|sysop|edit']              = '被暂时保护的生者传记',
['all|all|blp|sysop|edit']              = 'indefinitely protected biographies of living people',
['all|all|dispute|sysop|edit']          = '由于争议而被保护的页面',
['temp|all|blp|sysop|edit']              = 'temporarily protected biographies of living people',
['all|all|sock|sysop|edit']              = '由于滥用傀儡而被保护的页面',
['all|all|dispute|sysop|edit']          = 'pages protected due to dispute',
['all|all|vandalism|sysop|edit']        = '避免破坏而被保护的页面',
['all|all|sock|sysop|edit']              = 'pages protected from banned users',
['all|category|all|sysop|edit']          = '被保護的分類',
['all|all|vandalism|sysop|edit']        = 'pages protected against vandalism',
['all|file|all|sysop|edit']              = '被保護的圖像',
['all|category|all|sysop|edit']          = 'protected categories',
['all|project|all|sysop|edit']          = '被保護的專題',
['all|file|all|sysop|edit']              = 'fully-protected files',
['all|talk|all|sysop|edit']              = '被保護的討論頁',
['all|project|all|sysop|edit']          = 'fully-protected project pages',
['all|template|all|sysop|edit']          = '被保護的模板',
['all|talk|all|sysop|edit']              = 'fully-protected talk pages',
['all|user|all|sysop|edit']              = '被保護的用戶頁',
['all|template|all|sysop|edit']          = 'fully-protected templates',
['all|module|all|all|edit']              = '被保护的模块',
['all|user|all|sysop|edit']              = 'protected user and user talk pages',
['all|module|all|templateeditor|edit']  = '被模板保护的模块',
['all|module|all|all|edit']              = 'fully-protected modules',
['all|module|all|autoconfirmed|edit']    = '被半保护的模块',
['all|module|all|templateeditor|edit']  = 'template-protected modules',
['all|all|all|sysop|move']              = '被移動保護的頁面',
['all|module|all|autoconfirmed|edit']    = 'semi-protected modules',
['indef|all|all|sysop|move']            = '被永久移動保護的頁面',
['all|all|all|sysop|move']              = 'move-protected',
['all|all|dispute|sysop|move']          = '由于争议而被移动保护的页面',
['indef|all|all|sysop|move']            = 'indefinitely move-protected',
['all|all|vandalism|sysop|move']        = '避免破坏而被移动保护的页面',
['all|all|dispute|sysop|move']          = 'pages move-protected due to dispute',
['all|portal|all|sysop|move']            = '被移動保護的主題',
['all|all|vandalism|sysop|move']        = 'pages move-protected due to vandalism',
['all|portal|all|sysop|move']            = '被移動保護的主題',
['all|portal|all|sysop|move']            = 'move-protected portals',
['all|project|all|sysop|move']          = '被移動保護的專題',
['all|portal|all|sysop|move']            = 'move-protected portals',
['all|talk|all|sysop|move']              = '被移動保護的討論頁',
['all|project|all|sysop|move']          = 'move-protected project pages',
['all|template|all|sysop|move']          = '被移動保護的模板',
['all|talk|all|sysop|move']              = 'move-protected talk pages',
['all|user|all|sysop|move']              = '被移動保護的用戶頁',
['all|template|all|sysop|move']          = 'move-protected templates',
['all|all|all|autoconfirmed|autoreview'] = 'Wikipedia pending changes protected pages',
['all|user|all|sysop|move']              = 'move-protected user and user talk pages',
['all|all|all|reviewer|autoreview']      = 'Wikipedia pending changes protected pages (level 2)',
['all|all|all|autoconfirmed|autoreview'] = 'pending changes protected pages (level 1)',
['all|file|all|all|upload']              = '被文件保护的文件',
['all|all|all|reviewer|autoreview']      = 'pending changes protected pages (level 2)',
['all|file|all|all|upload']              = 'upload-protected files',
},
},


Line 831: Line 820:
-- Keys are namespace numbers, or the string "default" for the default value.
-- Keys are namespace numbers, or the string "default" for the default value.
pagetypes = {
pagetypes = {
[0] = 'article',
[0] = '条目',
[6] = 'file',
[6] = '文件',
[10] = 'template',
[10] = '模板',
[14] = 'category',
[14] = '分类',
[828] = 'module',
[828] = '模块',
default = 'page'
default = '页面'
},
},


Line 885: Line 874:
-- default arguments automatically. However, users can override any of the
-- default arguments automatically. However, users can override any of the
-- arguments.
-- arguments.
--
-- [[Wikipedia:模板消息/保護模板]]
wrappers = {
wrappers = {
['Template:Pp']                         = {},
['Template:Pp-protected']               = {},
['Template:Pp-30-500']                  = {'ecp'},
['Template:Pp-semi-blp']               = {'blp'},
['Template:Pp-blp']                     = {'blp'},
-- we don't need Template:Pp-create
-- we don't need Template:Pp-create
['Template:Pp-dispute']                = {'dispute'},
['Template:Pp-dispute']                = {'dispute'},
['Template:Pp-main-page']              = {'mainpage'},
-- ['Template:Pp-main-page']              = {'mainpage'},
['Template:Pp-move']                    = {action = 'move'},
['Template:Pp-move']                    = {action = 'move'},
['Template:Pp-move-dispute']            = {'dispute', action = 'move'},
['Template:Pp-move-dispute']            = {'dispute', action = 'move'},
Line 902: Line 892:
['Template:Pp-reset']                  = {'reset'},
['Template:Pp-reset']                  = {'reset'},
['Template:Pp-semi-indef']              = {small = true},
['Template:Pp-semi-indef']              = {small = true},
['Template:Pp-sock']                   = {'sock'},
['Template:Pp-semi-sock']               = {'sock'},
['Template:PP-template']                = {'template', small = true},
['Template:Pp-template']                = {'template', small = true},
['Template:Pp-upload']                  = {action = 'upload'},
['Template:Pp-upload']                  = {action = 'upload'},
['Template:Pp-usertalk']                = {'usertalk'},
['Template:Pp-usertalk']                = {'usertalk'},
Line 910: Line 900:


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--  
--
--                                MESSAGES
--                                MESSAGES
--  
--
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


Line 926: Line 916:
-- intro-blurb-noexpiry or intro-fragment-noexpiry.
-- intro-blurb-noexpiry or intro-fragment-noexpiry.
-- It is possible to use banner parameters in these messages.
-- It is possible to use banner parameters in these messages.
['intro-blurb-expiry'] = '${PROTECTIONBLURB} until ${EXPIRY}.',
['intro-blurb-expiry'] = '${PROTECTIONBLURB}${EXPIRY}',
['intro-blurb-noexpiry'] = '${PROTECTIONBLURB}.',
['intro-blurb-noexpiry'] = '${PROTECTIONBLURB}',
['intro-fragment-expiry'] = '${PROTECTIONBLURB} until ${EXPIRY},',
['intro-fragment-expiry'] = '${PROTECTIONBLURB}${EXPIRY}',
['intro-fragment-noexpiry'] = '${PROTECTIONBLURB}',
['intro-fragment-noexpiry'] = '${PROTECTIONBLURB}',


Line 939: Line 929:
-- if not the tooltip-blurb-noexpiry message is used.
-- if not the tooltip-blurb-noexpiry message is used.
-- It is possible to use banner parameters in these messages.
-- It is possible to use banner parameters in these messages.
['tooltip-blurb-expiry'] = 'This ${PAGETYPE} is ${PROTECTIONLEVEL} until ${EXPIRY}.',
['tooltip-blurb-expiry'] = '${PAGETYPE}已被${PROTECTIONLEVEL}${EXPIRY}',
['tooltip-blurb-noexpiry'] = 'This ${PAGETYPE} is ${PROTECTIONLEVEL}.',
['tooltip-blurb-noexpiry'] = '${PAGETYPE}已被${PROTECTIONLEVEL}',
['tooltip-fragment-expiry'] = 'This ${PAGETYPE} is ${PROTECTIONLEVEL} until ${EXPIRY},',
['tooltip-fragment-expiry'] = '${PAGETYPE}已被${PROTECTIONLEVEL}${EXPIRY}',
['tooltip-fragment-noexpiry'] = 'This ${PAGETYPE} is ${PROTECTIONLEVEL}',
['tooltip-fragment-noexpiry'] = '${PAGETYPE}已被${PROTECTIONLEVEL}',


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Line 951: Line 941:
-- in the MediaWiki namespace.
-- in the MediaWiki namespace.
-- It is possible to use banner parameters in this message.
-- It is possible to use banner parameters in this message.
['explanation-blurb-nounprotect'] = 'See the [[w:en:Wikipedia:Protection policy|'
['explanation-blurb-nounprotect'] = '更多信息,请参见[[Wikipedia:保護方針|'
.. 'protection policy]] and ${PROTECTIONLOG} for more details.'
.. '保護方針]]${PROTECTIONLOG}'
.. ' Please discuss any changes on the ${TALKPAGE}; you'
.. '请在${TALKPAGE}上讨论任何修改或添加动作。如果'
.. ' may ${EDITREQUEST} to ask an'
.. '编辑[[Help:小修改#何时标明编辑为小修改'
.. ' [[Special:MyLanguage/Meta:Administrators|administrator]] to make an edit if it'
.. '|无争议]]或有'
.. ' is [[Help:Minor edit#When to mark an edit as a minor edit'
.. '[[Wikipedia:共识|共识]]基础,您可以'
.. '|uncontroversial]] or supported by [[Special:MyLanguage/Consensus'
.. '向[[Wikipedia:管理员|管理员]]'
.. '|consensus]].',
.. '${EDITREQUEST}。',


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Line 967: Line 957:
-- or the pending changes log link produced by the ${PROTECTIONLOG} parameter.
-- or the pending changes log link produced by the ${PROTECTIONLOG} parameter.
-- It is possible to use banner parameters in these messages.
-- It is possible to use banner parameters in these messages.
['protection-log-display'] = 'protection log',
['protection-log-display'] = '保护日志',
['pc-log-display'] = 'pending changes log',
['pc-log-display'] = '待更改日志',


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Line 977: Line 967:
-- or the move log link produced by the ${CURRENTVERSION} parameter.
-- or the move log link produced by the ${CURRENTVERSION} parameter.
-- It is possible to use banner parameters in these messages.
-- It is possible to use banner parameters in these messages.
['current-version-move-display'] = 'current title',
['current-version-move-display'] = '当前标题',
['current-version-edit-display'] = 'current version',
['current-version-edit-display'] = '当前版本',


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Line 987: Line 977:
-- with the ${TALKPAGE} parameter.
-- with the ${TALKPAGE} parameter.
-- It is possible to use banner parameters in this message.
-- It is possible to use banner parameters in this message.
['talk-page-link-display'] = 'talk page',
['talk-page-link-display'] = '讨论页',


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Line 996: Line 986:
-- with the ${EDITREQUEST} parameter.
-- with the ${EDITREQUEST} parameter.
-- It is possible to use banner parameters in this message.
-- It is possible to use banner parameters in this message.
['edit-request-display'] = 'submit an edit request',
['edit-request-display'] = '提出编辑请求',


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Line 1,004: Line 994:
-- This is the format for the blurb expiry date. It should be valid input for
-- This is the format for the blurb expiry date. It should be valid input for
-- the first parameter of the #time parser function.
-- the first parameter of the #time parser function.
['expiry-date-format'] = 'F j, Y',
['expiry-date-format'] = 'Y F j',


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Line 1,011: Line 1,001:


-- These messages determine which tracking categories the module outputs.
-- These messages determine which tracking categories the module outputs.
['tracking-category-incorrect'] = 'Pages with incorrect protection templates',
['tracking-category-incorrect'] = '保護狀態與保護標誌不符的頁面‎',
['tracking-category-template'] = 'Template-protected pages other than templates and modules',
['tracking-category-template'] = '非模板和模块的模板保护页面',


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Line 1,019: Line 1,009:


-- These are images that are not defined by their protection action and protection level.
-- These are images that are not defined by their protection action and protection level.
['image-filename-indef'] = 'Padlock.svg',
['image-filename-indef'] = 'Full-protection-shackle-block.svg',
['image-filename-default'] = 'Transparent.gif',
['image-filename-default'] = 'Transparent.gif',


Cookies help us deliver our services. By using our services, you agree to our use of cookies.