Module:Message box/configuration: Difference between revisions

add warning type
(remove allowId)
(add warning type)
Line 15:
class = 'ambox-delete',
image = 'Ambox warning pn.svg'
},
warning = { -- alias for content
class = 'ambox-content',
image = 'Ambox important.svg'
},
content = {
Line 87 ⟶ 91:
class = 'cmbox-notice',
image = 'Information icon4.svg'
},
caution = {
class = 'cmbox-style',
image = 'Ambox warning yellow.svg'
}
},
Line 174 ⟶ 182:
class = 'ombox-delete',
image = 'Ambox warning pn.svg'
},
warning = { -- alias for content
class = 'ombox-content',
image = 'Ambox important.svg'
},
content = {
Line 194 ⟶ 206:
class = 'ombox-notice',
image = 'Information icon4.svg'
},
critical = {
class = 'mbox-critical',
image = 'Ambox warning pn.svg'
}
},