Jump to content

Module:Message box/configuration: Difference between revisions

add MW.org custom types
(Undo revision 896899 by 86.135.251.105 (talk))
(add MW.org custom types)
Line 1: Line 1:
local ambox = {
local ambox = {
types = {
types = {
critical = {
class = 'ambox-speedy',
image = 'Ambox speedy deletion.png'
},
speedy = {
speedy = {
class = 'ambox-speedy',
class = 'ambox-speedy',
image = 'Ambox speedy deletion.png'
image = 'Ambox speedy deletion.png'
},
important = {
class = 'ambox-delete',
image = 'Ambox deletion.png'
},
},
delete = {
delete = {
class = 'ambox-delete',
class = 'ambox-delete',
image = 'Ambox deletion.png'
image = 'Ambox deletion.png'
},
warning = {
class = 'ambox-content',
image = 'Ambox content.png'
},
},
content = {
content = {
class = 'ambox-content',
class = 'ambox-content',
image = 'Ambox content.png'
image = 'Ambox content.png'
},
caution = {
class = 'ambox-style',
image = 'Edit-clear.svg'
},
},
style = {
style = {
Line 26: Line 42:
},
},
notice = {
notice = {
class = 'ambox-notice',
image = 'Ambox notice.png'
},
license = {
class = 'ambox-notice',
class = 'ambox-notice',
image = 'Ambox notice.png'
image = 'Ambox notice.png'
Cookies help us deliver our services. By using our services, you agree to our use of cookies.