「モジュール:Protection banner/config」の版間の差分

template>本日晴天
template>本日晴天
124行目: 124行目:
tooltip = '${TOOLTIPBLURB}',
tooltip = '${TOOLTIPBLURB}',
link = '${IMAGELINK}',
link = '${IMAGELINK}',
alt = 'Page ${PROTECTIONLEVEL}'
alt = '${PROTECTIONLEVEL}されたページ'
},
},


188行目: 188行目:
},
},
dispute = {
dispute = {
description = 'For pages protected due to editing disputes',
description = '[[Wikipedia:編集合戦|編集合戦]]により保護されたページ',
text = function (protectionObj, args)
text = '[[Wikipedia:編集合戦|編集合戦]]が発生したため、${INTROFRAGMENT}',
-- Find the value of "disputes".
explanation = "${CURRENTVERSION}が'''正しいとは限りません'''。"
local display = 'disputes'
.. '詳しくは[[Wikipedia:保護の方針|保護の方針]]および'
local disputes
.. '${PROTECTIONLOG}をご覧ください。'
if args.section then
.. '問題となった個所について意見がある場合は'
disputes = string.format(
.. '${TALKPAGE}で議論するようにしてください。'
'[[%s:%s#%s|%s]]',
.. '[[Wikipedia:合意形成|合意を形成]]され、保護を解除できる状態になった場合は'
mw.site.namespaces[protectionObj.title.namespace].talk.name,
.. '[[Wikipedia:保護解除依頼|保護の解除を依頼]]してください。',
protectionObj.title.text,
tooltip = '編集合戦が発生したため、${TOOLTIPFRAGMENT}',
args.section,
display
)
else
disputes = display
end
 
-- Make the blurb, depending on the expiry.
local msg
if type(protectionObj.expiry) == 'number' then
msg = '${INTROFRAGMENT} or until editing %s have been resolved.'
else
msg = '${INTROFRAGMENT} until editing %s have been resolved.'
end
return string.format(msg, disputes)
end,
explanation = "This protection is '''not''' an endorsement of the"
.. ' ${CURRENTVERSION}. ${EXPLANATIONBLURB}',
tooltip = '${TOOLTIPFRAGMENT} due to editing disputes',
},
},
ecp = {
ecp = {
255行目: 236行目:
.. " so.'''",
.. " so.'''",
image = 'Office-protection-shackle.svg',
image = 'Office-protection-shackle.svg',
},
permanent = {
description = '半永久的に${PROTECTIONLEVEL}されているページ',
text = function (protectionObj, args)
if protectionObj.level == 'sysop' then
return 'この${PAGETYPE}は、無期限に編集[[Wikipedia:保護|保護]]されています。'
else
return 'この${PAGETYPE}は、無期限に[[Wikipedia:利用者#新規利用者|新規利用者]]'
.. 'および[[Wikipedia:利用者#IP利用者|未登録利用者]]からの編集を[[Wikipedia:保護|禁止]]しています。'
end
end,
explanation = function (protectionObj, args)
if protectionObj.level == 'sysop' then
return '詳しくは[[Wikipedia:保護の方針#半永久的な保護|保護の方針]]および'
.. '${PROTECTIONLOG}をご覧ください。'
.. '変更が必要なときは${TALKPAGE}で議論し、[[Wikipedia:合意形成|合意形成]]後に'
.. '[[Wikipedia:管理者伝言板/保護ページ編集|保護編集依頼]]を行ってください。'
else
return '詳しくは[[Wikipedia:半保護の方針#半永久的な半保護|半保護の方針]]および'
.. '${PROTECTIONLOG}をご覧ください。'
.. 'このページが編集できない場合、${TALKPAGE}で変更を提案してください。'
end
end,
tooltip = '半永久的に${PROTECTIONLEVEL}されているページ',
image = function (protectionObj)
if protectionObj.level == 'sysop' then
return 'Padlock-red-inf.svg'
else
return 'Padlock-violet.svg'
end
end,
},
},
reset = {
reset = {
304行目: 316行目:
},
},
template = {
template = {
description = 'For [[Wikipedia:High-risk templates|high-risk]]'
description = '[[Wikipedia:影響が特に大きいテンプレート|'
.. ' templates and Lua modules',
.. '影響が特に大きいテンプレート・モジュール]]',
text = 'This is a permanently [[Help:Protection|protected]] ${PAGETYPE},'
text = 'この[[Wikipedia:影響が特に大きいテンプレート|'
.. ' as it is [[Wikipedia:High-risk templates|high-risk]].',
.. '影響が特に大きい${PAGETYPE}]]は[[Wikipedia:荒らし|荒らし]]を予防するために、'
explanation = 'Please discuss any changes on the ${TALKPAGE}; you may'
.. '${PROTECTIONLEVEL}されています。',
.. ' ${EDITREQUEST} to ask an'
explanation = function (protectionObj, args)
.. ' [[Wikipedia:Administrators|administrator]] or'
if protectionObj.level == 'sysop' then
.. ' [[Wikipedia:Template editor|template editor]] to make an edit if'
return '詳しくは[[Wikipedia:保護の方針#半永久的な保護|保護の方針]]および'
.. ' it is [[Help:Minor edit#When to mark an edit as a minor edit'
.. '${PROTECTIONLOG}をご覧ください。'
.. '|uncontroversial]] or supported by'
.. '変更が必要なときは${TALKPAGE}で議論し、[[Wikipedia:合意形成|合意形成]]後に'
.. ' [[Wikipedia:Consensus|consensus]]. You can also'
.. '[[Wikipedia:管理者伝言板/保護ページ編集|保護編集依頼]]を行ってください。'
.. ' [[Wikipedia:Requests for page protection|request]] that the page be'
else
.. ' unprotected.',
return '詳しくは[[Wikipedia:半保護の方針#半永久的な半保護|半保護の方針]]および'
tooltip = 'This high-risk ${PAGETYPE} is permanently ${PROTECTIONLEVEL}'
.. '${PROTECTIONLOG}をご覧ください。'
.. ' to prevent vandalism',
.. 'このページが編集できない場合、${TALKPAGE}で変更を提案してください。'
alt = 'Permanently protected ${PAGETYPE}',
end
end,
tooltip = 'この影響が特に大きい${PAGETYPE}は、'
.. '荒らしを予防するために${PROTECTIONLEVEL}されています。',
alt = '半永久的に${PROTECTIONLEVEL}されている${PAGETYPE}',
image = function (protectionObj)
if protectionObj.level == 'sysop' then
return 'Padlock-red-inf.svg'
else
return 'Padlock-silver.svg'
end
end,
},
},
usertalk = {
usertalk = {
339行目: 362行目:
},
},
vandalism = {
vandalism = {
description = 'For pages protected against'
description = '[[Wikipedia:荒らし|荒らし]]行為により${PROTECTIONLEVEL}されているページ',
.. ' [[Wikipedia:Vandalism|vandalism]]',
text = '度重なる[[Wikipedia:荒らし|荒らし]]行為のため、${INTROFRAGMENT}'
text = '${INTROFRAGMENT} due to [[Wikipedia:Vandalism|vandalism]].',
explanation = function (protectionObj, args)
local ret = ''
if protectionObj.level == 'sysop' then
ret = ret .. "This protection is '''not''' an endorsement of the"
.. ' ${CURRENTVERSION}. '
end
return ret .. '${EXPLANATIONBLURB}'
end,
tooltip = '${TOOLTIPFRAGMENT} due to vandalism',
}
}
},
},
move = {
move = {
dispute = {
dispute = {
description = 'For pages protected against page moves due to'
description = '[[Wikipedia:編集合戦#移動合戦|移動合戦]]により保護されたページ',
.. ' disputes over the page title',
text = '[[Wikipedia:編集合戦#移動合戦|移動合戦]]が発生したため、${INTROFRAGMENT}',
explanation = "This protection is '''not''' an endorsement of the"
explanation = "${CURRENTVERSION}が'''正しいとは限りません'''"
.. ' ${CURRENTVERSION}. ${EXPLANATIONBLURB}',
.. '詳しくは[[Wikipedia:保護の方針|保護の方針]]および'
image = 'Move-protection-shackle.svg'
.. '${PROTECTIONLOG}をご覧ください。'
.. 'ページ名について意見がある場合は${TALKPAGE}で議論し、'
.. '必要に応じて[[Help:ページの改名]]に従い'
.. '[[Wikipedia:改名提案|改名の提案]]をしてください。'
.. '[[Wikipedia:合意形成|合意を形成]]され、保護を解除できる状態になった場合は'
.. '[[Wikipedia:保護解除依頼|保護の解除を依頼]]してください。',
tooltip = '移動合戦が発生したため、${TOOLTIPFRAGMENT}',
},
},
vandalism = {
vandalism = {
description = 'For pages protected against'
description = '[[Wikipedia:荒らし#移動荒らし|移動荒らし]]行為により${PROTECTIONLEVEL}されたページ',
.. ' [[Wikipedia:Vandalism#Page-move vandalism'
text = '度重なる[[Wikipedia:荒らし#移動荒らし|移動荒らし]]行為のため、${INTROFRAGMENT}'
.. ' |page-move vandalism]]'
}
}
},
},
392行目: 410行目:
protectionBlurbs = {
protectionBlurbs = {
edit = {
edit = {
default = 'This ${PAGETYPE} is currently [[Help:Protection|'
default = 'この${PAGETYPE}は編集[[Wikipedia:保護|保護]]されています',
.. 'protected]] from editing',
autoconfirmed = 'この${PAGETYPE}[[Wikipedia:利用者#新規利用者|新規利用者]]'
autoconfirmed = 'Editing of this ${PAGETYPE} by [[Wikipedia:User access'
.. 'および[[Wikipedia:利用者#IP利用者|未登録利用者]]からの編集を[[Wikipedia:保護|禁止]]しています',
.. ' levels#New users|new]] or [[Wikipedia:User access levels#Unregistered'
extendedconfirmed = 'この${PAGETYPE}は[[Wikipedia:利用者#拡張承認された利用者|'
.. ' users|unregistered]] users is currently [[Help:Protection|disabled]]',
.. '拡張承認された利用者]]以外の編集を[[Wikipedia:保護|禁止]]しています',
extendedconfirmed = 'This ${PAGETYPE} is currently under extended confirmed protection',
},
},
move = {
move = {
default = 'This ${PAGETYPE} is currently [[Help:Protection|protected]]'
default = 'この${PAGETYPE}[[Help:ページの移動|移動]][[Wikipedia:保護|保護]]されています',
.. ' from [[Help:Moving a page|page moves]]'
extendedconfirmed = 'この${PAGETYPE}は[[Wikipedia:利用者#拡張承認された利用者|'
.. '拡張承認された利用者]]以外の[[Help:ページの移動|移動]]を[[Wikipedia:保護|禁止]]しています',
},
},
autoreview = {
autoreview = {
411行目: 429行目:
},
},
upload = {
upload = {
default = 'Uploading new versions of this ${PAGETYPE} is currently disabled'
default = 'この${PAGETYPE}は[[Wikipedia:ファイルのアップロード|アップロード]]'
.. '[[Wikipedia:保護|保護]]されています',
extendedconfirmed = 'この${PAGETYPE}は[[Wikipedia:利用者#拡張承認された利用者|'
.. '拡張承認された利用者]]以外の上書き[[Wikipedia:ファイルのアップロード|アップロード]]を'
.. '[[Wikipedia:保護|禁止]]しています',
}
}
},
},
435行目: 457行目:
edit = {
edit = {
autoconfirmed = {
autoconfirmed = {
subject = 'See the [[Wikipedia:Protection policy|'
--subject = 'See the [[Wikipedia:Protection policy|'
.. 'protection policy]] and ${PROTECTIONLOG} for more details. If you'
-- .. 'protection policy]] and ${PROTECTIONLOG} for more details. If you'
.. ' cannot edit this ${PAGETYPE} and you wish to make a change, you can'
-- .. ' cannot edit this ${PAGETYPE} and you wish to make a change, you can'
.. ' ${EDITREQUEST}, discuss changes on the ${TALKPAGE},'
-- .. ' ${EDITREQUEST}, discuss changes on the ${TALKPAGE},'
.. ' [[Wikipedia:Requests for page protection'
-- .. ' [[Wikipedia:Requests for page protection'
.. '#Current requests for reduction in protection level'
-- .. '#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]].',
default = 'See the [[Wikipedia:Protection policy|'
default = '詳しくは[[Wikipedia:半保護の方針|半保護の方針]]および'
.. 'protection policy]] and ${PROTECTIONLOG} for more details. If you'
.. '${PROTECTIONLOG}をご覧ください。'
.. ' cannot edit this ${PAGETYPE} and you wish to make a change, you can'
.. '半保護を解除しても問題ない状態になった場合、'
.. ' [[Wikipedia:Requests for page protection'
.. '[[Wikipedia:保護解除依頼|半保護の解除を依頼]]してください。',
.. '#Current requests for reduction in protection level'
.. '|request unprotection]], [[Special:Userlogin|log in]], or'
.. ' [[Special:UserLogin/signup|create an account]].',
},
},
extendedconfirmed = {
extendedconfirmed = {
default = 'Extended confirmed protection prevents edits from all unregistered editors'
default = '詳しくは[[Wikipedia:拡張半保護の方針|拡張半保護の方針]]および'
.. ' and registered users with fewer than 30 days tenure and 500 edits.'
.. '${PROTECTIONLOG}をご覧ください。'
.. ' The [[Wikipedia:Protection policy#extended|policy on community use]]'
.. '拡張半保護を解除しても問題ない状態になった場合、'
.. ' specifies that extended confirmed protection can be applied to combat'
.. '[[Wikipedia:保護解除依頼|拡張半保護の解除を依頼]]してください。'
.. ' 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 = 'See the [[Wikipedia:Protection policy|'
subject = '詳しくは[[Wikipedia:保護の方針|保護の方針]]および'
.. 'protection policy]] and ${PROTECTIONLOG} for more details.'
.. '${PROTECTIONLOG}をご覧ください。'
.. ' Please discuss any changes on the ${TALKPAGE}; you'
.. '変更が必要なときは${TALKPAGE}で議論し、[[Wikipedia:合意形成|合意形成]]後に'
.. ' 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'
default = '詳しくは[[Wikipedia:保護の方針|保護の方針]]および'
.. '|consensus]]. You may also [[Wikipedia:Requests for'
.. '${PROTECTIONLOG}をご覧ください。'
.. ' page protection#Current requests for reduction in protection level'
.. '合意が形成されるなど、保護を解除できる状態になった場合は'
.. '|request]] that this page be unprotected.',
.. '[[Wikipedia:保護解除依頼|保護の解除を依頼]]してください。'
default = 'See the [[Wikipedia:Protection policy|'
.. 'protection policy]] and ${PROTECTIONLOG} for more details.'
.. ' You may [[Wikipedia:Requests for page'
.. ' protection#Current requests for edits to a protected page|request an'
.. ' 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 = {
extendedconfirmed = {
default = '詳しくは[[Wikipedia:拡張半保護の方針|拡張半保護の方針]]および'
.. '${PROTECTIONLOG}をご覧ください。'
.. 'ページを移動できない場合は、${TALKPAGE}で移動を依頼してください。'
.. '移動拡張半保護を解除しても問題ない状態になった場合、'
.. '[[Wikipedia:保護解除依頼|移動拡張半保護の解除を依頼]]してください。',
},
default = {
default = {
subject = 'See the [[Wikipedia:Protection policy|'
subject = '詳しくは[[Wikipedia:保護の方針|保護の方針]]および'
.. 'protection policy]] and ${PROTECTIONLOG} for more details.'
.. '${PROTECTIONLOG}をご覧ください。'
.. ' The page may still be edited but cannot be moved'
.. '移動が必要なときは${TALKPAGE}で議論し、'
.. ' until unprotected. Please discuss any suggested moves on the'
.. '[[Wikipedia:合意形成|合意形成]]後に'
.. ' ${TALKPAGE} or at [[Wikipedia:Requested moves]]. You can also'
.. '[[Wikipedia:移動依頼|移動依頼]]で依頼してください。'
.. ' [[Wikipedia:Requests for page protection|request]] that the page be'
.. '合意が形成されるなど、移動保護を解除できる状態になった場合は'
.. ' unprotected.',
.. '[[Wikipedia:保護解除依頼|移動保護の解除を依頼]]してください。',
default = 'See the [[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:保護解除依頼|移動保護の解除を依頼]]してください。'
.. ' [[Wikipedia:Requested moves]]. You can also'
.. ' [[Wikipedia:Requests for page protection|request]] that the page be'
.. ' unprotected.'
}
}
},
},
517行目: 527行目:
upload = {
upload = {
default = {
default = {
default = 'See the [[Wikipedia:Protection policy|'
default = '詳しくは${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'
.. 'アップロード保護を解除しても問題ない状態になった場合、'
.. ' request that a new version be uploaded by using a'
.. '[[Wikipedia:保護解除依頼|アップロード保護の解除を依頼]]してください。'
.. ' [[Wikipedia:Edit requests|protected edit request]], or you'
.. ' can  [[Wikipedia:Requests for page protection|request]]'
.. ' that the file be unprotected.'
}
}
}
}
545行目: 552行目:
protectionLevels = {
protectionLevels = {
edit = {
edit = {
default = 'protected',
default = '保護',
templateeditor = 'template-protected',
templateeditor = 'template-protected',
extendedconfirmed = 'extended-protected',
extendedconfirmed = '拡張半保護',
autoconfirmed = 'semi-protected',
autoconfirmed = '半保護',
},
},
move = {
move = {
default = 'move-protected'
default = '移動保護',
extendedconfirmed = '移動拡張半保護'
},
},
autoreview = {
autoreview = {
},
},
upload = {
upload = {
default = 'upload-protected'
default = 'アップロード保護',
extendedconfirmed = 'アップロード拡張半保護'
}
}
},
},
572行目: 581行目:
images = {
images = {
edit = {
edit = {
default = 'Full-protection-shackle.svg',
default = 'Padlock.svg',
templateeditor = 'Template-protection-shackle.svg',
templateeditor = 'Template-protection-shackle.svg',
extendedconfirmed = 'Extended-protection-shackle.svg',
extendedconfirmed = 'Padlock-orange.svg',
autoconfirmed = 'Semi-protection-shackle.svg'
autoconfirmed = 'Padlock-silver.svg'
},
},
move = {
move = {
default = 'Move-protection-shackle.svg',
default = 'Padlock-olive-arrow.svg',
extendedconfirmed = 'Padlock-lightolive.svg',
},
},
autoreview = {
autoreview = {
609行目: 619行目:
imageLinks = {
imageLinks = {
edit = {
edit = {
default = 'Wikipedia:Protection policy#full',
default = 'Wikipedia:保護の方針',
templateeditor = 'Wikipedia:Protection policy#template',
templateeditor = 'Wikipedia:Protection policy#template',
extendedconfirmed = 'Wikipedia:Protection policy#extended',
extendedconfirmed = 'Wikipedia:拡張半保護の方針',
autoconfirmed = 'Wikipedia:Protection policy#semi'
autoconfirmed = 'Wikipedia:半保護の方針'
},
},
move = {
move = {
default = 'Wikipedia:Protection policy#move'
default = 'Wikipedia:保護の方針',
extendedconfirmed = 'Wikipedia:拡張半保護の方針'
},
},
autoreview = {
autoreview = {
621行目: 632行目:
},
},
upload = {
upload = {
default = 'Wikipedia:Protection policy#upload'
default = ''
}
}
},
},
636行目: 647行目:
-- protection action name or the string "default".
-- protection action name or the string "default".
padlockIndicatorNames = {
padlockIndicatorNames = {
move = 'pp-move',
autoreview = 'pp-autoreview',
autoreview = 'pp-autoreview',
upload = 'pp-upload',
default = 'pp-default'
default = 'pp-default'
},
},
732行目: 745行目:


protectionCategories = {
protectionCategories = {
['all|all|all|all|all']                  = 'Wikipedia fully protected pages',
['all|all|all|all|all']                  = '編集保護中のページ',
['all|all|office|all|all']              = 'Wikipedia Office-protected pages',
--['all|all|office|all|all']              = 'Wikipedia Office-protected pages',
['all|all|reset|all|all']                = 'Wikipedia Office-protected pages',
--['all|all|reset|all|all']                = 'Wikipedia Office-protected pages',
['all|all|dmca|all|all']                = 'Wikipedia Office-protected pages',
--['all|all|dmca|all|all']                = 'Wikipedia Office-protected pages',
['all|all|mainpage|all|all']            = 'Wikipedia fully-protected main page files',
--['all|all|mainpage|all|all']            = 'Wikipedia fully-protected main page files',
['all|all|all|extendedconfirmed|all']    = 'Wikipedia extended-confirmed-protected pages',
['all|all|all|extendedconfirmed|all']    = '編集拡張半保護中のページ',
['all|all|ecp|extendedconfirmed|all']    = 'Wikipedia extended-confirmed-protected pages',
['all|all|ecp|extendedconfirmed|all']    = '編集拡張半保護中のページ',
['all|template|all|all|edit']            = 'Wikipedia fully protected templates',
['all|template|all|all|edit']            = '編集保護中のテンプレート',
['all|all|all|autoconfirmed|edit']      = 'Wikipedia semi-protected pages',
['all|all|all|autoconfirmed|edit']      = '編集半保護中のページ',
['indef|all|all|autoconfirmed|edit']    = 'Wikipedia indefinitely semi-protected pages',
--['indef|all|all|autoconfirmed|edit']    = 'Wikipedia indefinitely semi-protected pages',
['all|all|blp|autoconfirmed|edit']      = 'Wikipedia indefinitely semi-protected biographies of living people',
--['all|all|blp|autoconfirmed|edit']      = 'Wikipedia indefinitely semi-protected biographies of living people',
['temp|all|blp|autoconfirmed|edit']      = 'Wikipedia temporarily semi-protected biographies of living people',
--['temp|all|blp|autoconfirmed|edit']      = 'Wikipedia temporarily semi-protected biographies of living people',
['all|all|dispute|autoconfirmed|edit']  = 'Wikipedia pages semi-protected due to dispute',
--['all|all|dispute|autoconfirmed|edit']  = 'Wikipedia pages semi-protected due to dispute',
['all|all|sock|autoconfirmed|edit']      = 'Wikipedia pages semi-protected from banned users',
--['all|all|sock|autoconfirmed|edit']      = 'Wikipedia pages semi-protected from banned users',
['all|all|vandalism|autoconfirmed|edit'] = 'Wikipedia pages semi-protected against vandalism',
--['all|all|vandalism|autoconfirmed|edit'] = 'Wikipedia pages semi-protected against vandalism',
['all|category|all|autoconfirmed|edit']  = 'Wikipedia semi-protected categories',
--['all|category|all|autoconfirmed|edit']  = 'Wikipedia semi-protected categories',
['all|file|all|autoconfirmed|edit']      = 'Wikipedia semi-protected files',
--['all|file|all|autoconfirmed|edit']      = 'Wikipedia semi-protected files',
['all|portal|all|autoconfirmed|edit']    = 'Wikipedia semi-protected portals',
--['all|portal|all|autoconfirmed|edit']    = 'Wikipedia semi-protected portals',
['all|project|all|autoconfirmed|edit']  = 'Wikipedia semi-protected project pages',
--['all|project|all|autoconfirmed|edit']  = 'Wikipedia semi-protected project pages',
['all|talk|all|autoconfirmed|edit']      = 'Wikipedia semi-protected talk pages',
--['all|talk|all|autoconfirmed|edit']      = 'Wikipedia semi-protected talk pages',
['all|template|all|autoconfirmed|edit']  = 'Wikipedia semi-protected templates',
['all|template|all|autoconfirmed|edit']  = '編集半保護中のテンプレート',
['all|user|all|autoconfirmed|edit']      = 'Wikipedia semi-protected user and user talk pages',
--['all|user|all|autoconfirmed|edit']      = 'Wikipedia semi-protected user and user talk pages',
['all|template|all|templateeditor|edit'] = 'Wikipedia template-protected templates',
--['all|template|all|templateeditor|edit'] = 'Wikipedia template-protected templates',
['all|all|blp|sysop|edit']              = 'Wikipedia indefinitely protected biographies of living people',
--['all|all|blp|sysop|edit']              = 'Wikipedia indefinitely protected biographies of living people',
['temp|all|blp|sysop|edit']              = 'Wikipedia temporarily protected biographies of living people',
--['temp|all|blp|sysop|edit']              = 'Wikipedia temporarily protected biographies of living people',
['all|all|dispute|sysop|edit']          = 'Wikipedia pages protected due to dispute',
--['all|all|dispute|sysop|edit']          = 'Wikipedia pages protected due to dispute',
['all|all|sock|sysop|edit']              = 'Wikipedia pages protected from banned users',
--['all|all|sock|sysop|edit']              = 'Wikipedia pages protected from banned users',
['all|all|vandalism|sysop|edit']        = 'Wikipedia pages protected against vandalism',
--['all|all|vandalism|sysop|edit']        = 'Wikipedia pages protected against vandalism',
['all|category|all|sysop|edit']          = 'Wikipedia fully protected categories',
--['all|category|all|sysop|edit']          = 'Wikipedia fully protected categories',
['all|file|all|sysop|edit']              = 'Wikipedia fully-protected files',
--['all|file|all|sysop|edit']              = 'Wikipedia fully-protected files',
['all|project|all|sysop|edit']          = 'Wikipedia fully-protected project pages',
--['all|project|all|sysop|edit']          = 'Wikipedia fully-protected project pages',
['all|talk|all|sysop|edit']              = 'Wikipedia fully-protected talk pages',
--['all|talk|all|sysop|edit']              = 'Wikipedia fully-protected talk pages',
['all|template|all|sysop|edit']          = 'Wikipedia fully protected templates',
['all|template|all|sysop|edit']          = '編集保護中のテンプレート',
['all|user|all|sysop|edit']              = 'Wikipedia fully protected user and user talk pages',
--['all|user|all|sysop|edit']              = 'Wikipedia fully protected user and user talk pages',
['all|module|all|all|edit']              = 'Wikipedia fully-protected modules',
['all|module|all|all|edit']              = '編集保護中のモジュール',
['all|module|all|templateeditor|edit']  = 'Wikipedia template-protected modules',
--['all|module|all|templateeditor|edit']  = 'Wikipedia template-protected modules',
['all|module|all|autoconfirmed|edit']    = 'Wikipedia semi-protected modules',
['all|module|all|autoconfirmed|edit']    = '編集半保護中のモジュール',
['all|all|all|sysop|move']              = 'Wikipedia move-protected pages',
['all|all|all|sysop|move']              = '移動保護中のページ',
['indef|all|all|sysop|move']            = 'Wikipedia indefinitely move-protected pages',
--['indef|all|all|sysop|move']            = 'Wikipedia indefinitely move-protected pages',
['all|all|dispute|sysop|move']          = 'Wikipedia pages move-protected due to dispute',
--['all|all|dispute|sysop|move']          = 'Wikipedia pages move-protected due to dispute',
['all|all|vandalism|sysop|move']        = 'Wikipedia pages move-protected due to vandalism',
--['all|all|vandalism|sysop|move']        = 'Wikipedia pages move-protected due to vandalism',
['all|portal|all|sysop|move']            = 'Wikipedia move-protected portals',
--['all|portal|all|sysop|move']            = 'Wikipedia move-protected portals',
['all|portal|all|sysop|move']            = 'Wikipedia move-protected portals',
--['all|portal|all|sysop|move']            = 'Wikipedia move-protected portals',
['all|project|all|sysop|move']          = 'Wikipedia move-protected project pages',
--['all|project|all|sysop|move']          = 'Wikipedia move-protected project pages',
['all|talk|all|sysop|move']              = 'Wikipedia move-protected talk pages',
--['all|talk|all|sysop|move']              = 'Wikipedia move-protected talk pages',
['all|template|all|sysop|move']          = 'Wikipedia move-protected templates',
['all|template|all|sysop|move']          = '移動保護中のテンプレート',
['all|user|all|sysop|move']              = 'Wikipedia move-protected user and user talk pages',
--['all|user|all|sysop|move']              = 'Wikipedia move-protected user and user talk pages',
['all|all|all|autoconfirmed|autoreview'] = 'Wikipedia pending changes protected pages',
--['all|all|all|autoconfirmed|autoreview'] = 'Wikipedia pending changes protected pages',
['all|file|all|all|upload']              = 'Wikipedia upload-protected files',
--['all|file|all|all|upload']              = 'Wikipedia upload-protected files',
['all|all|all|extendedconfirmed|move']  = '移動拡張半保護中のページ',
},
},


817行目: 831行目:
-- 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 = 'ページ'
},
},


873行目: 887行目:
wrappers = {
wrappers = {
['Template:Pp']                        = {},
['Template:Pp']                        = {},
-- ['Template:半保護']                  = {small = true},
['Template:Pp-extended']                = {'ecp'},
['Template:Pp-extended']                = {'ecp'},
['Template:Pp-blp']                    = {'blp'},
['Template:Pp-blp']                    = {'blp'},
879行目: 894行目:
['Template:Pp-main-page']              = {'mainpage'},
['Template:Pp-main-page']              = {'mainpage'},
['Template:Pp-move']                    = {action = 'move'},
['Template:Pp-move']                    = {action = 'move'},
-- ['Template:移動保護']                = {action = 'move', small = true},
['Template:Pp-move-dispute']            = {'dispute', action = 'move'},
['Template:Pp-move-dispute']            = {'dispute', action = 'move'},
-- we don't need Template:Pp-move-indef
-- we don't need Template:Pp-move-indef
886行目: 902行目:
['Template:Pp-pc']                      = {action = 'autoreview', small = true},
['Template:Pp-pc']                      = {action = 'autoreview', small = true},
['Template:Pp-pc1']                    = {action = 'autoreview', small = true},
['Template:Pp-pc1']                    = {action = 'autoreview', small = true},
['Template:Pp-permanent']              = {'permanent', small = true},
['Template:Pp-reset']                  = {'reset'},
['Template:Pp-reset']                  = {'reset'},
['Template:Pp-semi-indef']              = {small = true},
['Template:Pp-semi-indef']              = {small = true},
912行目: 929行目:
-- 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}',


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
925行目: 942行目:
-- 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}${EXPIRY}まで${PROTECTIONLEVEL}されています。',
['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}${EXPIRY}まで${PROTECTIONLEVEL}されています。',
['tooltip-fragment-noexpiry'] = 'This ${PAGETYPE} is ${PROTECTIONLEVEL}',
['tooltip-fragment-noexpiry'] = 'この${PAGETYPE}${PROTECTIONLEVEL}されています。',


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
953行目: 970行目:
-- 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'] = 'pending changes log',


963行目: 980行目:
-- 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'] = '現在の記述内容',


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
973行目: 990行目:
-- 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'] = 'ノートページ',


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
990行目: 1,007行目:
-- 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 "at" H:i e',
['expiry-date-format'] = 'Y年Fj日H:i "("e")"',


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
997行目: 1,014行目:


-- These messages determine which tracking categories the module outputs.
-- These messages determine which tracking categories the module outputs.
['tracking-category-incorrect'] = 'Wikipedia pages with incorrect protection templates',
['tracking-category-incorrect'] = '不適切な保護テンプレートのあるページ',
['tracking-category-mismatch'] = '保護理由と保護レベルが合致していないページ', -- 日本語版独自
['tracking-category-template'] = 'Wikipedia template-protected pages other than templates and modules',
['tracking-category-template'] = 'Wikipedia template-protected pages other than templates and modules',


匿名利用者