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

Editing Module:Protection banner/config

From WikiOasis Meta
Warning: You are not logged in. Once you make an edit, a temporary account will be created for you. Learn more. Log in or create an account to continue receiving notifications after this account expires, and to access other features.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision Your text
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 53: Line 50:
--
--
-- ${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 127: Line 124:
tooltip = '${TOOLTIPBLURB}',
tooltip = '${TOOLTIPBLURB}',
link = '${IMAGELINK}',
link = '${IMAGELINK}',
alt = '页面被${PROTECTIONLEVEL}'
alt = 'Page ${PROTECTIONLEVEL}'
},
},


Line 137: Line 134:
move = {},
move = {},
autoreview = {
autoreview = {
autoconfirmed = {
default = {
alt = 'Page protected with pending changes level 1',
alt = 'Page protected with pending changes',
tooltip = 'All edits by unregistered and new users are subject to review prior to becoming visible to unregistered users',
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 = 'Pending-protection-shackle.svg'
},
default = {
alt = 'Page protected with pending changes level 2',
tooltip = 'All edits by users who are not reviewers or administrators are'
.. ' subject to review prior to becoming visible to unregistered users',
image = 'Padlock-orange.svg'
}
}
},
},
Line 164: Line 155:
edit = {
edit = {
blp = {
blp = {
description = '为了遵守'
description = 'For pages protected to promote compliance with the'
.. ' [[Wikipedia:生者傳記'
.. ' [[Wikipedia:Biographies of living persons'
.. '|生者傳記]]方针而保护的页面',
.. '|biographies of living persons]] policy',
text = '${INTROFRAGMENT}以遵守'
text = '${INTROFRAGMENT} to promote compliance with'
.. ' [[Wikipedia:生者傳記'
.. ' [[Wikipedia:Biographies of living persons'
.. "|维基百科"
.. "|Wikipedia's policy on the biographies"
.. '生者傳記]]方针。',
.. ' of living people]].',
tooltip = '${TOOLTIPFRAGMENT}以遵守'
tooltip = '${TOOLTIPFRAGMENT} to promote compliance with the policy on'
.. '生者傳記方针',
.. ' biographies of living persons',
},
},
dmca = {
dmca = {
description = '因[[數字千年版權法]]移除通知而'
description = 'For pages protected by the Wikimedia Foundation'
.. '被维基媒体基金会保护的页面',
.. ' due to [[Digital Millennium Copyright Act]] takedown requests',
explanation = function (protectionObj, args)
explanation = function (protectionObj, args)
local ret = '为回应数字'
local ret = 'Pursuant to a rights owner notice under the Digital'
.. ' 千年版权法案(DMCA)下,文中部分内容'
.. ' Millennium Copyright Act (DMCA) regarding some content'
.. ' 权利人发来的通知,维基媒体基金会已根据'
.. ' 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 .. '可以在此查看删除请求副本:'
ret = ret .. ' A copy of the received notice can be found here: '
.. args.notice .. ''
.. args.notice .. '.'
end
end
ret = ret .. '有关更多信息,包括讨论'
ret = ret .. ' For more information, including websites discussing'
.. '如何提交反通知的网站,请参阅'
.. ' how to file a counter-notice, please see'
.. '[[Wikipedia:基金會行動]]及条目的${TALKPAGE}。'
.. " [[Wikipedia:Office actions]] and the article's ${TALKPAGE}."
.. "'''在限制撤销之前,"
.. "'''Do not remove this template from the article until the"
.. "请勿移除此模板'''"
.. " restrictions are withdrawn'''."
return ret
return ret
end,
end,
image = 'Office-protection-shackle-WMFlogo.svg',
image = 'Office-protection-shackle.svg',
link = 'Wikipedia:Protection policy#office',
},
},
dispute = {
dispute = {
description = '由于编辑争议而被保护的页面',
description = 'For pages protected due to editing disputes',
text = function (protectionObj, args)
text = function (protectionObj, args)
-- Find the value of "disputes".
-- Find the value of "disputes".
local display = '争议'
local display = 'disputes'
local disputes
local disputes
if args.section then
if args.section then
Line 217: Line 209:
local msg
local msg
if type(protectionObj.expiry) == 'number' then
if type(protectionObj.expiry) == 'number' then
msg = '${INTROFRAGMENT},或直到编辑%s被解决。'
msg = '${INTROFRAGMENT} or until editing %s have been resolved.'
else
else
msg = '${INTROFRAGMENT},直到编辑%s被解决。'
msg = '${INTROFRAGMENT} until editing %s have been resolved.'
end
end
return string.format(msg, disputes)
return string.format(msg, disputes)
end,
end,
explanation = "此保护'''不是'''"
explanation = "This protection is '''not''' an endorsement of the"
.. '${CURRENTVERSION}的认可。${EXPLANATIONBLURB}',
.. ' ${CURRENTVERSION}. ${EXPLANATIONBLURB}',
tooltip = '由于编辑争议,${TOOLTIPFRAGMENT}',
tooltip = '${TOOLTIPFRAGMENT} due to editing disputes',
},
ecp = {
description = 'For articles in topic areas authorized by'
.. ' [[Wikipedia:Arbitration Committee|ArbCom]] or'
.. ' meets the criteria for community use',
tooltip = 'This ${PAGETYPE} is ${PROTECTIONLEVEL}',
alt = 'Extended-protected ${PAGETYPE}',
},
},
mainpage = {
mainpage = {
description = '由于在[[Wikipedia:首页]]展示而被保护的页面',
description = 'For pages protected for being displayed on the [[Main Page]]',
text = '此文件目前已'
text = 'This file is currently'
.. '[[Wikipedia:獲保護頁面|保护]]'
.. ' [[Wikipedia:This page is protected|protected]] from'
.. '无法编辑,因为它当前或即将'
.. ' editing because it is currently or will soon be displayed'
.. '[[Wikipedia:首页]]上展示。',
.. ' on the [[Main Page]].',
explanation = '首页上的图像由于其高可见性而被'
explanation = 'Images on the Main Page are protected due to their high'
.. '保护。任何必要的更改请在${TALKPAGE}上讨论。'
.. ' visibility. Please discuss any necessary changes on the ${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,'
.. '半保护。</span>',
.. ' as appropriate.</span>',
},
},
office = {
office = {
description = '被维基媒体基金会保护的页面',
description = 'For pages protected by the Wikimedia Foundation',
text = function (protectionObj, args)
text = function (protectionObj, args)
local ret = '${PAGETYPE}目前正在接受'
local ret = 'This ${PAGETYPE} is currently under the'
.. '[[Wikipedia:基金會行動|維基媒體基金會辦公室]]'
.. ' scrutiny of the'
.. '的审查,'
.. ' [[Wikipedia:Office actions|Wikimedia Foundation Office]]'
.. '并获保护。'
.. ' and is protected.'
if protectionObj.protectionDate then
if protectionObj.protectionDate then
ret = ret .. '此页面自${PROTECTIONDATE}起被保护。'
ret = ret .. ' It has been protected since ${PROTECTIONDATE}.'
end
end
return ret
return ret
end,
end,
explanation = "如果您可以编辑此页面,请首先在"
explanation = "If you can edit this page, please discuss all changes and"
.. "${TALKPAGE}上讨论任何修改或添加动作。'''请勿解除此页面的保护"
.. " additions on the ${TALKPAGE} first. '''Do not remove protection from this"
.. "状态,除非您得到维基媒体基金会"
.. " page unless you are authorized by the Wikimedia Foundation to do"
.. "的授权。'''",
.. " so.'''",
image = 'Office-protection-shackle-WMFlogo.svg',
image = 'Office-protection-shackle.svg',
link = 'Wikipedia:Protection policy#office',
},
},
reset = {
reset = {
description = '被维基媒体基金会保护,并将其'
description = 'For pages protected by the Wikimedia Foundation and'
.. '“重置”为纯粹版本的页面',
.. ' "reset" to a bare-bones version',
  text = '${PAGETYPE}目前正在接受'
  text = 'This ${PAGETYPE} is currently under the'
.. '[[Wikipedia:基金會行動|維基媒體基金會辦公室]]'
.. ' scrutiny of the'
.. '的审查,'
.. ' [[Wikipedia: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 .. '${PROTECTIONDATE},此${PAGETYPE}'
ret = ret .. 'On ${PROTECTIONDATE} this ${PAGETYPE} was'
else
else
ret = ret .. '${PAGETYPE}'
ret = ret .. 'This ${PAGETYPE} has been'
end
end
ret = ret .. '被简化为'
ret = ret .. ' reduced to a'
.. '“纯粹”的版本,以便可以完全'
.. ' simplified, "bare bones" version so that it may be completely'
.. '重写,确保其符合'
.. ' rewritten to ensure it meets the policies of'
.. '[[WP:NPOV|中立的观点]][[WP:V|可供查证]]方针。'
.. ' [[WP:NPOV|Neutral Point of View]] and [[WP:V|Verifiability]].'
.. '重写版本最终将会向所有编者开放,'
.. ' Standard Wikipedia policies will apply to its rewriting—which'
.. '通常的维基百科方针都将适用于此页面,并将严格'
.. ' will eventually be open to all editors—and will be strictly'
.. '执行。此${PAGETYPE}在重建时已被'
.. ' enforced. The ${PAGETYPE} has been ${PROTECTIONLEVEL} while'
.. '${PROTECTIONLEVEL}。\n\n'
.. ' it is being rebuilt.\n\n'
.. '直接添加任何从此${PAGETYPE}'
.. 'Any insertion of material directly from'
.. '保护前版本中得到的资料,或'
.. ' pre-protection revisions of the ${PAGETYPE} will be removed, as'
.. '任何添加至此${PAGETYPE}中的'
.. ' will any material added to the ${PAGETYPE} that is not properly'
.. '无来源资料,都将被删除。相关讨论页也于'
.. ' sourced. The associated talk page(s) were also cleared on the'
.. '同一天清空。\n\n'
.. " same date.\n\n"
.. "如果您可以编辑此页面,请首先在"
.. "If you can edit this page, please discuss all changes and"
.. "${TALKPAGE}上讨论任何修改或添加动作。'''请勿覆盖"
.. " additions on the ${TALKPAGE} first. '''Do not override"
.. "此操作,且不要解除此页面的保护状态,"
.. " 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 = 'Office-protection-shackle-WMFlogo.svg',
image = 'Office-protection-shackle.svg',
link = 'Wikipedia:Protection policy#office',
},
},
sock = {
sock = {
description = '由于滥用'
description = 'For pages protected due to'
.. '[[Wikipedia:傀儡|傀儡]]而被保护的页面。',
.. ' [[Wikipedia:Sock puppetry|sock puppetry]]',
text = '${INTROFRAGMENT},以防止被'
text = '${INTROFRAGMENT} to prevent [[Wikipedia:Sock puppetry|sock puppets]] of'
.. '[[Wikipedia:封禁方针|封禁]]或被'
.. ' [[Wikipedia:Blocking policy|blocked]] or'
.. '[[Wikipedia:編輯禁制方針|編輯禁制]]用户的[[Wikipedia:傀儡|傀儡]]'
.. ' [[Wikipedia:Banning policy|banned users]]'
.. '编辑。',
.. ' from editing it.',
tooltip = '为防止被封禁或被編輯禁制用户的傀儡编辑,'
tooltip = '${TOOLTIPFRAGMENT} to prevent sock puppets of blocked or banned users from'
.. '${TOOLTIPFRAGMENT}',
.. ' editing it',
},
},
template = {
template = {
description = '[[Wikipedia:高風險模板|高風險模板]]'
description = 'For [[Wikipedia:High-risk templates|high-risk]]'
.. '和Lua模块',
.. ' templates and Lua modules',
text = '此${PAGETYPE}为[[Wikipedia:高風險模板|高風險模板]]'
text = 'This is a permanently [[Help:Protection|protected]] ${PAGETYPE},'
.. '已被永久[[Wikipedia:獲保護頁面|保護]]',
.. ' as it is [[Wikipedia:High-risk templates|high-risk]].',
explanation = '请在${TALKPAGE}上讨论任何修改或添加动作。如果'
explanation = 'Please discuss any changes on the ${TALKPAGE}; you may'
.. '编辑[[Help:小修改#何时标明编辑为小修改'
.. ' ${EDITREQUEST} to ask an'
.. '|无争议]]或有'
.. ' [[Wikipedia:Administrators|administrator]] or'
.. '[[Wikipedia:共识|共识]]基础,您可以'
.. ' [[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'
.. '${EDITREQUEST}。您也可以'
.. ' [[Wikipedia:Consensus|consensus]]. You can also'
.. '[[Wikipedia:请求保护页面|请求]]解除'
.. ' [[Wikipedia:Requests for page protection|request]] that the page be'
.. '页面保护。',
.. ' unprotected.',
tooltip = '此高风险${PAGETYPE}已被永久${PROTECTIONLEVEL}'
tooltip = 'This high-risk ${PAGETYPE} is permanently ${PROTECTIONLEVEL}'
.. ',以避免破坏',
.. ' to prevent vandalism',
alt = '被永久保护的${PAGETYPE}',
alt = 'Permanently protected ${PAGETYPE}',
},
},
usertalk = {
usertalk = {
description = '由于特定用户破坏而'
description = 'For pages protected against disruptive edits by a'
.. '被保护的页面',
.. ' particular user',
text = '${INTROFRAGMENT},以防止${VANDAL}使用其进行破坏性编辑,'
text = '${INTROFRAGMENT} to prevent ${VANDAL} from using it to make disruptive edits,'
.. '如滥用'
.. ' such as abusing the'
.. '&#123;&#123;[[Template:unblock|unblock]]&#125;&#125;模板。',
.. ' &#123;&#123;[[Template:unblock|unblock]]&#125;&#125; template.',
explanation = '如果您不能编辑此用户讨论页,且需要'
explanation = 'If you cannot edit this user talk page and you need to'
.. '修改或留言,您可以'
.. ' make a change or leave a message, you can'
.. '[[Wikipedia:请求保护页面'
.. ' [[Wikipedia:Requests for page protection'
.. '#请求编辑'
.. '#Current requests for edits to a protected page'
.. '|请求编辑]]'
.. '|request an edit]],'
.. '[[Wikipedia:请求保护页面'
.. ' [[Wikipedia:Requests for page protection'
.. '#请求解除保护'
.. '#Current requests for reduction in protection level'
.. '|请求解除保护]]'
.. '|request unprotection]],'
.. '[[Special:用户登录|登录]]'
.. ' [[Special:Userlogin|log in]],'
.. '[[Special:创建账户|创建帐户]]',
.. ' or [[Special:UserLogin/signup|create an account]].',
},
},
vandalism = {
vandalism = {
description = '由于'
description = 'For pages protected against'
.. '[[Wikipedia:破坏|破坏]]而被保护的页面',
.. ' [[Wikipedia:Vandalism|vandalism]]',
text = '由于[[Wikipedia:破坏|破坏]],${INTROFRAGMENT}。',
text = '${INTROFRAGMENT} due to [[Wikipedia:Vandalism|vandalism]].',
explanation = function (protectionObj, args)
explanation = function (protectionObj, args)
local ret = ''
local ret = ''
if protectionObj.level == 'sysop' then
if protectionObj.level == 'sysop' then
ret = ret .. "此保护'''不是'''"
ret = ret .. "This protection is '''not''' an endorsement of the"
.. '${CURRENTVERSION}的认可。'
.. ' ${CURRENTVERSION}. '
end
end
return ret .. '${EXPLANATIONBLURB}'
return ret .. '${EXPLANATIONBLURB}'
end,
end,
tooltip = '由于破坏,${TOOLTIPFRAGMENT}',
tooltip = '${TOOLTIPFRAGMENT} due to vandalism',
}
}
},
},
move = {
move = {
dispute = {
dispute = {
description = '由于标题争议而'
description = 'For pages protected against page moves due to'
.. '被移动保护的页面',
.. ' disputes over the page title',
explanation = "此保护'''不是'''"
explanation = "This protection is '''not''' an endorsement of the"
.. '${CURRENTVERSION}的认可。${EXPLANATIONBLURB}',
.. ' ${CURRENTVERSION}. ${EXPLANATIONBLURB}',
image = 'Move-protection-shackle.svg'
image = 'Move-protection-shackle.svg'
},
},
vandalism = {
vandalism = {
description = '由于'
description = 'For pages protected against'
.. '[[Wikipedia:破坏#移动破坏'
.. ' [[Wikipedia:Vandalism#Page-move vandalism'
.. '|移动破坏]]而被保护的页面'
.. ' |page-move vandalism]]'
}
}
},
},
Line 394: Line 395:
protectionBlurbs = {
protectionBlurbs = {
edit = {
edit = {
default = '${PAGETYPE}当前已被[[Wikipedia:獲保護頁面|'
default = 'This ${PAGETYPE} is currently [[Help:Protection|'
.. '保護]],无法编辑',
.. 'protected]] from editing',
autoconfirmed = '[[Wikipedia:用户权限'
autoconfirmed = 'Editing of this ${PAGETYPE} by [[Wikipedia:User access'
.. '级别#新用户|新用户]][[Wikipedia:用户权限级别#匿名'
.. ' levels#New users|new]] or [[Wikipedia:User access levels#Unregistered'
.. '用户|匿名用户]]用户编辑此${PAGETYPE}目前[[Wikipedia:獲保護頁面|已禁用]]',
.. ' users|unregistered]] users is currently [[Help:Protection|disabled]]',
extendedconfirmed = 'This ${PAGETYPE} is currently under extended confirmed protection',
},
},
move = {
move = {
default = '${PAGETYPE}当前已被[[Wikipedia:獲保護頁面|保護]]'
default = 'This ${PAGETYPE} is currently [[Help:Protection|protected]]'
.. '无法[[Help:页面重命名|移动]]'
.. ' from [[Help:Moving a page|page moves]]'
},
},
autoreview = {
autoreview = {
autoconfirmed = 'All edits made to this ${PAGETYPE} by'
default = 'All edits made to this ${PAGETYPE} by'
.. ' [[Wikipedia:用户权限级别#新用户|新用户]] or'
.. ' [[Wikipedia:User access levels#New users|new]] or'
.. ' [[Wikipedia:用户权限级别#匿名用户|匿名用户]]'
.. ' [[Wikipedia:User access levels#Unregistered users|unregistered]]'
.. ' users are currently'
.. ' users are currently'
.. ' [[Wikipedia:Pending changes|subject to review]]',
default = 'All edits made to this ${PAGETYPE} by users who are not'
.. ' [[Wikipedia:Reviewing|reviewers]] or'
.. ' [[Wikipedia:管理员|管理员]] are currently'
.. ' [[Wikipedia:Pending changes|subject to review]]'
.. ' [[Wikipedia:Pending changes|subject to review]]'
},
},
upload = {
upload = {
default = '上传此${PAGETYPE}的新版本目前已禁用'
default = 'Uploading new versions of this ${PAGETYPE} is currently disabled'
}
}
},
},
Line 440: Line 438:
edit = {
edit = {
autoconfirmed = {
autoconfirmed = {
subject = '更多信息,请参见[[Wikipedia:保護方針|'
subject = 'See the [[Wikipedia:Protection policy|'
.. '保護方針]]${PROTECTIONLOG}。如果您'
.. 'protection policy]] and ${PROTECTIONLOG} for more details. If you'
.. '不能编辑,且希望修改此${PAGETYPE},您可以'
.. ' cannot edit this ${PAGETYPE} and you wish to make a change, you can'
.. '${EDITREQUEST},在${TALKPAGE}上讨论更改,'
.. ' ${EDITREQUEST}, discuss changes on the ${TALKPAGE},'
.. '[[Wikipedia:请求保护页面'
.. ' [[Wikipedia:Requests for page protection'
.. '#请求解除保护'
.. '#Current requests for reduction in protection level'
.. '|请求解除保护]][[Special:用户登录|登录]]'
.. '|request unprotection]], [[Special:Userlogin|log in]], or'
.. '[[Special:创建账户|创建帐户]]',
.. ' [[Special:UserLogin/signup|create an account]].',
default = '更多信息,请参见[[Wikipedia:保護方針|'
default = 'See the [[Wikipedia:Protection policy|'
.. '保護方針]]${PROTECTIONLOG}。如果您'
.. 'protection policy]] and ${PROTECTIONLOG} for more details. If you'
.. '不能编辑,且希望修改此${PAGETYPE},您可以'
.. ' cannot edit this ${PAGETYPE} and you wish to make a change, you can'
.. '[[Wikipedia:请求保护页面'
.. ' [[Wikipedia:Requests for page protection'
.. '#请求解除保护'
.. '#Current requests for reduction in protection level'
.. '|请求解除保护]][[Special:用户登录|登录]]'
.. '|request unprotection]], [[Special:Userlogin|log in]], or'
.. '[[Special:创建账户|创建帐户]]',
.. ' [[Special:UserLogin/signup|create an account]].',
},
extendedconfirmed = {
default = 'Extended confirmed protection prevents edits from all unregistered editors'
.. ' and registered users with fewer than 30 days tenure and 500 edits.'
.. ' The [[Wikipedia:Protection policy#extended|policy on community use]]'
.. ' specifies that extended confirmed protection can be applied to combat'
.. ' disruption, if semi-protection has proven to be ineffective.'
.. ' Extended confirmed protection may also be applied to enforce'
.. ' [[Wikipedia:Arbitration Committee|arbitration sanctions]].'
.. ' Please discuss any changes on the ${TALKPAGE}; you may'
.. ' ${EDITREQUEST} to ask for uncontroversial changes supported by'
.. ' [[Wikipedia:Consensus|consensus]].'
},
},
default = {
default = {
subject = '更多信息,请参见[[Wikipedia:保護方針|'
subject = 'See the [[Wikipedia:Protection policy|'
.. '保護方針]]${PROTECTIONLOG}'
.. 'protection policy]] and ${PROTECTIONLOG} for more details.'
.. '请在${TALKPAGE}上讨论任何修改动作。如果'
.. ' Please discuss any changes on the ${TALKPAGE}; you'
.. '编辑[[Help:小修改#何时标明编辑为小修改'
.. ' may ${EDITREQUEST} to ask an'
.. '|无争议]]或有[[Wikipedia:共识'
.. ' [[Wikipedia: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 [[Wikipedia:Consensus'
.. '${EDITREQUEST}。您也可以[[Wikipedia:请求'
.. '|consensus]]. You may also [[Wikipedia:Requests for'
.. '保护页面#请求解除保护'
.. ' page protection#Current requests for reduction in protection level'
.. '|请求]]解除页面保护。',
.. '|request]] that this page be unprotected.',
default = '更多信息,请参见[[Wikipedia:保護方針|'
default = 'See the [[Wikipedia:Protection policy|'
.. '保護方針]]${PROTECTIONLOG}'
.. 'protection policy]] and ${PROTECTIONLOG} for more details.'
.. '您可以[[Wikipedia:请求'
.. ' You may [[Wikipedia:Requests for page'
.. '保护页面#请求编辑|请求'
.. ' protection#Current requests for edits to a protected page|request an'
.. '编辑]]此页面,或[[Wikipedia:请求'
.. ' edit]] to this page, or [[Wikipedia:Requests for'
.. '保护页面#请求解除保护'
.. ' page protection#Current requests for reduction in protection level'
.. '|请求]]解除页面保护。',
.. '|ask]] for it to be unprotected.'
}
}
},
},
move = {
move = {
default = {
default = {
subject = '更多信息,请参见[[Wikipedia:保護方針|'
subject = 'See the [[Wikipedia:Protection policy|'
.. '保護方針]]${PROTECTIONLOG}'
.. 'protection policy]] and ${PROTECTIONLOG} for more details.'
.. '该页面仍可编辑,但在解除保护后'
.. ' The page may still be edited but cannot be moved'
.. '才能移动。请在${TALKPAGE}[[Wikipedia:移動請求]]'
.. ' until unprotected. Please discuss any suggested moves on the'
.. '上讨论任何移动建议。您也可以'
.. ' ${TALKPAGE} or at [[Wikipedia:Requested moves]]. You can also'
.. '[[Wikipedia:请求保护页面|请求]]解除'
.. ' [[Wikipedia:Requests for page protection|request]] that the page be'
.. '页面保护。',
.. ' unprotected.',
default = '更多信息,请参见[[Wikipedia:保護方針|'
default = 'See the [[Wikipedia:Protection policy|'
.. '保護方針]]${PROTECTIONLOG}'
.. 'protection policy]] and ${PROTECTIONLOG} for more details.'
.. '该页面仍可编辑,但在解除保护后'
.. ' The page may still be edited but cannot be moved'
.. '才能移动。请在[[Wikipedia:移動請求]]'
.. ' until unprotected. Please discuss any suggested moves at'
.. '上讨论任何移动建议。您也可以'
.. ' [[Wikipedia:Requested moves]]. You can also'
.. '[[Wikipedia:请求保护页面|请求]]解除'
.. ' [[Wikipedia:Requests for page protection|request]] that the page be'
.. '页面保护。',
.. ' unprotected.'
}
}
},
},
autoreview = {
autoreview = {
default = {
default = {
reviewer = '更多信息,请参见[[Wikipedia:保護方針|'
default = 'See the [[Wikipedia:Protection policy|'
.. '保護方針]]${PROTECTIONLOG}。'
.. 'protection policy]] and ${PROTECTIONLOG} for more details.'
.. ' Edits to this ${PAGETYPE} will not be visible to readers'
.. ' until they are accepted by a reviewer or an administrator.'
.. ' To avoid the need for your edits to be reviewed, you may'
.. ' [[Wikipedia:Requests for page protection'
.. '#Current requests for reduction in protection level'
.. '|request unprotection]]. Experienced editors may also'
.. ' request the [[Wikipedia:Reviewing|reviewer user right]].',
default = '更多信息,请参见[[Wikipedia:保護方針|'
.. '保護方針]]及${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'
Line 519: Line 520:
upload = {
upload = {
default = {
default = {
default = '更多信息,请参见[[Wikipedia:保護方針|'
default = 'See the [[Wikipedia:Protection policy|'
.. '保護方針]]${PROTECTIONLOG}'
.. 'protection policy]] and ${PROTECTIONLOG} for more details.'
.. '页面可能仍可以编辑,但在解除保护后'
.. ' The page may still be edited but new versions of the file'
.. '才能上传文件的新版本。您可以使用'
.. ' cannot be uploaded until it is unprotected. You can'
.. '[[Wikipedia:编辑请求|受保护页面编辑请求]]'
.. ' request that a new version be uploaded by using a'
.. '来请求上传新版本,或者您'
.. ' [[Wikipedia:Edit requests|protected edit request]], or you'
.. '可以[[Wikipedia:请求保护页面|请求]]'
.. ' can  [[Wikipedia:Requests for page protection|request]]'
.. '解除文件保护。'
.. ' that the file be unprotected.'
}
}
}
}
Line 547: Line 548:
protectionLevels = {
protectionLevels = {
edit = {
edit = {
default = '全保护',
default = 'protected',
templateeditor = '模板保护',
templateeditor = 'template-protected',
extendedconfirmed = '延伸確認保護',
extendedconfirmed = 'extended-confirmed-protected',
autoconfirmed = '半保护',
autoconfirmed = 'semi-protected',
},
},
move = {
move = {
default = '移动保护'
default = 'move-protected'
},
},
autoreview = {
autoreview = {
},
},
upload = {
upload = {
default = '文件保护'
default = 'upload-protected'
}
}
},
},
Line 574: Line 575:
images = {
images = {
edit = {
edit = {
default = 'Full-protection-shackle-block.svg',
default = 'Full-protection-shackle.svg',
templateeditor = 'Template-protection-shackle-picture-1.svg',
templateeditor = 'Template-protection-shackle.svg',
extendedconfirmed = 'Extended-protection-shackle-account-pro-plus.svg',
extendedconfirmed = 'Extended-protection-shackle.svg',
autoconfirmed = 'Semi-protection-shackle.svg'
autoconfirmed = 'Semi-protection-shackle.svg'
},
},
Line 583: Line 584:
},
},
autoreview = {
autoreview = {
autoconfirmed = 'Padlock-silver-light.svg',
default = 'Pending-protection-shackle.svg'
default = 'Padlock-orange.svg'
},
},
upload = {
upload = {
Line 612: Line 612:
imageLinks = {
imageLinks = {
edit = {
edit = {
default = 'Wikipedia:保護方針#全保护',
default = 'Wikipedia:Protection policy#full',
templateeditor = 'Wikipedia:保護方針#模板保护',
templateeditor = 'Wikipedia:Protection policy#template',
extendedconfirmed = 'Wikipedia:保護方針#延伸確認保護',
extendedconfirmed = 'Wikipedia:Protection policy#extended',
autoconfirmed = 'Wikipedia:保護方針#半保护'
autoconfirmed = 'Wikipedia:Protection policy#semi'
},
},
move = {
move = {
default = 'Wikipedia:保護方針#移动保护'
default = 'Wikipedia:Protection policy#move'
},
},
autoreview = {
autoreview = {
autoconfirmed = 'Wikipedia:保護方針#pc1',
default = 'Wikipedia:Protection policy#pending'
reviewer = 'Wikipedia:保護方針#pc2'
},
},
upload = {
upload = {
default = 'Wikipedia:保護方針#文件保护'
default = 'Wikipedia:Protection policy#upload'
}
}
},
},
Line 657: Line 656:
-- 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 736: Line 735:


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


Line 820: Line 824:
-- 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] = '条目',
[0] = 'article',
[6] = '文件',
[6] = 'file',
[10] = '模板',
[10] = 'template',
[14] = '分类',
[14] = 'category',
[828] = '模块',
[828] = 'module',
default = '页面'
default = 'page'
},
},


Line 874: Line 878:
-- 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-protected']               = {},
['Template:Pp']                        = {},
['Template:Pp-semi-blp']               = {'blp'},
['Template:Protection padlock']        = {},
['Template:Pp-extended']               = {'ecp'},
['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', catonly = 'yes'},
['Template:Pp-move-dispute']            = {'dispute', action = 'move'},
['Template:Pp-move-dispute']            = {'dispute', action = 'move', catonly = 'yes'},
-- we don't need Template:Pp-move-indef
-- we don't need Template:Pp-move-indef
['Template:Pp-move-vandalism']          = {'vandalism', action = 'move'},
['Template:Pp-move-vandalism']          = {'vandalism', action = 'move', catonly = 'yes'},
['Template:Pp-office']                  = {'office'},
['Template:Pp-office']                  = {'office'},
['Template:Pp-office-dmca']            = {'dmca'},
['Template:Pp-office-dmca']            = {'dmca'},
['Template:Pp-pc']                      = {action = 'autoreview', small = true},
['Template:Pp-pc1']                    = {action = 'autoreview', small = true},
['Template:Pp-pc1']                    = {action = 'autoreview', small = true},
['Template:Pp-pc2']                    = {action = 'autoreview', small = true},
['Template:Pp-reset']                  = {'reset'},
['Template:Pp-reset']                  = {'reset'},
['Template:Pp-semi-indef']              = {small = true},
['Template:Pp-semi-indef']              = {small = true},
['Template:Pp-semi-sock']               = {'sock'},
['Template:Pp-sock']                   = {'sock'},
['Template:Pp-template']                = {'template', small = true},
['Template:Pp-template']                = {'template', small = true},
['Template:Pp-upload']                  = {action = 'upload'},
['Template:Pp-upload']                  = {action = 'upload'},
Line 900: Line 904:


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


Line 916: Line 920:
-- 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}${EXPIRY}',
['intro-blurb-expiry'] = '${PROTECTIONBLURB} until ${EXPIRY}.',
['intro-blurb-noexpiry'] = '${PROTECTIONBLURB}',
['intro-blurb-noexpiry'] = '${PROTECTIONBLURB}.',
['intro-fragment-expiry'] = '${PROTECTIONBLURB}${EXPIRY}',
['intro-fragment-expiry'] = '${PROTECTIONBLURB} until ${EXPIRY},',
['intro-fragment-noexpiry'] = '${PROTECTIONBLURB}',
['intro-fragment-noexpiry'] = '${PROTECTIONBLURB}',


Line 929: Line 933:
-- 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'] = '${PAGETYPE}已被${PROTECTIONLEVEL}${EXPIRY}',
['tooltip-blurb-expiry'] = 'This ${PAGETYPE} is ${PROTECTIONLEVEL} until ${EXPIRY}.',
['tooltip-blurb-noexpiry'] = '${PAGETYPE}已被${PROTECTIONLEVEL}',
['tooltip-blurb-noexpiry'] = 'This ${PAGETYPE} is ${PROTECTIONLEVEL}.',
['tooltip-fragment-expiry'] = '${PAGETYPE}已被${PROTECTIONLEVEL}${EXPIRY}',
['tooltip-fragment-expiry'] = 'This ${PAGETYPE} is ${PROTECTIONLEVEL} until ${EXPIRY},',
['tooltip-fragment-noexpiry'] = '${PAGETYPE}已被${PROTECTIONLEVEL}',
['tooltip-fragment-noexpiry'] = 'This ${PAGETYPE} is ${PROTECTIONLEVEL}',


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


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Line 957: Line 961:
-- 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-display'] = 'protection log',
['pc-log-display'] = '待更改日志',
['pc-log-display'] = 'pending changes log',


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Line 967: Line 971:
-- 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-version-move-display'] = 'current title',
['current-version-edit-display'] = '当前版本',
['current-version-edit-display'] = 'current version',


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Line 977: Line 981:
-- 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-link-display'] = 'talk page',


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Line 986: Line 990:
-- 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'] = '提出编辑请求',
['edit-request-display'] = 'submit an edit request',


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Line 994: Line 998:
-- 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'] = 'Y F j',
['expiry-date-format'] = 'F j, Y "at" H:i e',


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Line 1,001: Line 1,005:


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


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Line 1,009: Line 1,013:


-- 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'] = 'Full-protection-shackle-block.svg',
['image-filename-indef'] = 'Full-protection-shackle.svg',
['image-filename-default'] = 'Transparent.gif',
['image-filename-default'] = 'Transparent.gif',


Please note that all contributions to WikiOasis Meta are considered to be released under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) (see Meta:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)

 

Page included on this page:

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