Module:Message box/configuration: Difference between revisions
add warning type
(trying to fix lots of templates using {{mbox|type=critical}}) |
(add warning type) |
||
Line 15: | Line 15: | ||
class = 'ambox-delete', | class = 'ambox-delete', | ||
image = 'Ambox warning pn.svg' | image = 'Ambox warning pn.svg' | ||
}, | |||
warning = { -- alias for content | |||
class = 'ambox-content', | |||
image = 'Ambox important.svg' | |||
}, | }, | ||
content = { | content = { | ||
Line 178: | Line 182: | ||
class = 'ombox-delete', | class = 'ombox-delete', | ||
image = 'Ambox warning pn.svg' | image = 'Ambox warning pn.svg' | ||
}, | |||
warning = { -- alias for content | |||
class = 'ombox-content', | |||
image = 'Ambox important.svg' | |||
}, | }, | ||
content = { | content = { |