アイコン差し替え、WP:AN/PEによる
Triple-Zeta (トーク | 投稿記録) 細 (2版 をインポートしました) |
(アイコン差し替え、WP:AN/PEによる) |
||
272行目: | 272行目: | ||
image = function (protectionObj) | image = function (protectionObj) | ||
if protectionObj.level == 'sysop' then | if protectionObj.level == 'sysop' then | ||
return ' | return 'Edit Semi-permanent Protection.svg' | ||
elseif protectionObj.level == 'extendedconfirmed' then | elseif protectionObj.level == 'extendedconfirmed' then | ||
return ' | return 'Edit Semi-permanent Extended Semi-protection.svg' | ||
else | else | ||
return ' | return 'Edit Semi-permanent Semi-protection.svg' | ||
end | end | ||
end, | end, | ||
345行目: | 345行目: | ||
image = function (protectionObj) | image = function (protectionObj) | ||
if protectionObj.level == 'sysop' then | if protectionObj.level == 'sysop' then | ||
return ' | return 'Edit Semi-permanent Protection.svg' | ||
elseif protectionObj.level == 'extendedconfirmed' then | elseif protectionObj.level == 'extendedconfirmed' then | ||
return ' | return 'Edit Semi-permanent Extended Semi-protection.svg' | ||
else | else | ||
return ' | return 'Edit Semi-permanent Semi-protection.svg' | ||
end | end | ||
end, | end, | ||
604行目: | 604行目: | ||
images = { | images = { | ||
edit = { | edit = { | ||
default = ' | default = 'Edit Protection.svg', | ||
templateeditor = 'Template-protection-shackle.svg', | templateeditor = 'Template-protection-shackle.svg', | ||
extendedconfirmed = ' | extendedconfirmed = 'Edit Extended Semi-protection.svg', | ||
autoconfirmed = ' | autoconfirmed = 'Edit Semi-protection.svg' | ||
}, | }, | ||
move = { | move = { | ||
default = ' | default = 'Move-protection-shackle.svg', | ||
extendedconfirmed = ' | extendedconfirmed = 'Move Extended Semi-protection.svg', | ||
}, | }, | ||
autoreview = { | autoreview = { | ||
617行目: | 617行目: | ||
}, | }, | ||
upload = { | upload = { | ||
default = ' | default = 'Upload Protection.svg', | ||
extendedconfirmed = ' | 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'] = ' | ['image-filename-indef'] = 'Edit Protection.svg', | ||
['image-filename-default'] = 'Transparent.gif', | ['image-filename-default'] = 'Transparent.gif', | ||