Template:WarnAlt: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 27: | Line 27: | ||
"description": "The severity of the warning that will also determine the color of the warning. ", | "description": "The severity of the warning that will also determine the color of the warning. ", | ||
"example": "Danger, Caution, Note", | "example": "Danger, Caution, Note", | ||
"suggestedvalues": [ | |||
"Danger", | |||
"Caution", | |||
"Note" | |||
], | |||
"type": "string", | "type": "string", | ||
"default": "Caution", | "default": "Caution", |
Revision as of 15:27, 13 February 2022
The severity argument is required.
Create a warning box to get the users attention
Parameter | Description | Type | Status | |
---|---|---|---|---|
Warning Box Size | Size | The size or type of the warning to be created
| String | deprecated |
Severity and Color | Severity | The severity of the warning that will also determine the color of the warning.
| String | required |
Displayed Text | Message | The text to be displayed in the warning box
| String | required |