Template:WarnAlt: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
| caution=f1cc43 | | caution=f1cc43 | ||
| note|custom=4666c8 | | note|custom=4666c8 | ||
}};"><table><tr><td>[[File:{{#switch: {{{severity| {{{1}}} }}} | }}; border-top-width: 0.4em;"><table><tr><td>[[File:{{#switch: {{{severity| {{{1}}} }}} | ||
<!-- large box icons --> | <!-- large box icons --> | ||
| danger=OOjs UI icon alert-destructive.svg | | danger=OOjs UI icon alert-destructive.svg |
Revision as of 21:34, 17 February 2022
Error: The severity and size arguments are required.
Create a warning box to get the users attention
Parameter | Description | Type | Status | |
---|---|---|---|---|
Severity and Color | severity 1 | The severity of the warning that will also determine the color of the warning.
| String | required |
Warning Box Size | size 2 | The size or type of the warning to be created.
| String | required |
Displayed Text | message 3 | The text to be displayed in the warning box.
| String | required |
Custom Label | custom_label | A custom label to be displayed before the message. Required when ''severity'' is set to ''custom''.
| String | optional |
Custom Icon | custom_icon | An image file to be displayed as an icon before the label. Required when ''severity'' is set to ''custom''. Do not include ''File:''. Since the custom option displays in a blue theme, blue-colored icons are suggested.
| String | optional |