Editing Module:Message box/configuration
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
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 89: | Line 93: | ||
class = 'cmbox-notice', | class = 'cmbox-notice', | ||
image = 'Information icon4.svg' | image = 'Information icon4.svg' | ||
}, | |||
caution = { | |||
class = 'cmbox-style', | |||
image = 'Ambox warning yellow.svg' | |||
} | } | ||
}, | }, | ||
Line 178: | Line 186: | ||
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 = { | ||
Line 198: | Line 210: | ||
class = 'ombox-notice', | class = 'ombox-notice', | ||
image = 'Information icon4.svg' | image = 'Information icon4.svg' | ||
}, | |||
critical = { | |||
class = 'mbox-critical', | |||
image = 'Ambox warning pn.svg' | |||
} | } | ||
}, | }, |