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

2版 をインポートしました
(2版 をインポートしました)
(2版 をインポートしました)
 
(他の1人の利用者による、間の2版が非表示)
183行目: 183行目:
return ret
return ret
end,
end,
image = 'Padlock-black.svg',
image = 'Office-protection-shackle-WMFlogo.svg',
},
},
dispute = {
dispute = {
231行目: 231行目:
.. "'''ウィキメディア財団の許可があるまで、このページの保護を"
.. "'''ウィキメディア財団の許可があるまで、このページの保護を"
.. "解除しないでください。'''",
.. "解除しないでください。'''",
image = 'Padlock-black.svg',
image = 'Office-protection-shackle-WMFlogo.svg',
},
},
permanent = {
permanent = {
272行目: 272行目:
image = function (protectionObj)
image = function (protectionObj)
if protectionObj.level == 'sysop' then
if protectionObj.level == 'sysop' then
return 'Padlock-red-inf.svg'
return 'Edit Semi-permanent Protection.svg'
elseif protectionObj.level == 'extendedconfirmed' then
elseif protectionObj.level == 'extendedconfirmed' then
return 'Padlock-purple.svg'
return 'Edit Semi-permanent Extended Semi-protection.svg'
else
else
return 'Padlock-violet.svg'
return 'Edit Semi-permanent Semi-protection.svg'
end
end
end,
end,
301行目: 301行目:
.. "'''ウィキメディア財団の許可があるまで、このページの保護を"
.. "'''ウィキメディア財団の許可があるまで、このページの保護を"
.. "解除したり、このお知らせを除去しないでください。'''",
.. "解除したり、このお知らせを除去しないでください。'''",
image = 'Padlock-black.svg',
image = 'Office-protection-shackle-WMFlogo.svg',
},
},
--sock = {
--sock = {
345行目: 345行目:
image = function (protectionObj)
image = function (protectionObj)
if protectionObj.level == 'sysop' then
if protectionObj.level == 'sysop' then
return 'Padlock-red-inf.svg'
return 'Edit Semi-permanent Protection.svg'
elseif protectionObj.level == 'extendedconfirmed' then
elseif protectionObj.level == 'extendedconfirmed' then
return 'Padlock-purple.svg'
return 'Edit Semi-permanent Extended Semi-protection.svg'
else
else
return 'Padlock-violet.svg'
return 'Edit Semi-permanent Semi-protection.svg'
end
end
end,
end,
604行目: 604行目:
images = {
images = {
edit = {
edit = {
default = 'Padlock.svg',
default = 'Edit Protection.svg',
templateeditor = 'Template-protection-shackle.svg',
templateeditor = 'Template-protection-shackle.svg',
extendedconfirmed = 'Padlock-orange.svg',
extendedconfirmed = 'Edit Extended Semi-protection.svg',
autoconfirmed = 'Padlock-silver.svg'
autoconfirmed = 'Edit Semi-protection.svg'
},
},
move = {
move = {
default = 'Padlock-olive-arrow.svg',
default = 'Move-protection-shackle.svg',
extendedconfirmed = 'Padlock-lightolive-arrow.svg',
extendedconfirmed = 'Move Extended Semi-protection.svg',
},
},
autoreview = {
autoreview = {
617行目: 617行目:
},
},
upload = {
upload = {
default = 'Padlock-purple-uparrow.svg',
default = 'Upload Protection.svg',
extendedconfirmed = 'Padlock-pink-uparrow.svg',
extendedconfirmed = 'Upload Extended Semi-protection.svg',
}
}
},
},
1,060行目: 1,060行目:


-- 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'] = 'Edit Protection.svg',
['image-filename-default'] = 'Transparent.gif',
['image-filename-default'] = 'Transparent.gif',