Warning Macro (Velocity)
Last modified by Vincent Massol on 2024/07/05 17:47
Displays a warning message in a styled box format, using a warning icon |
Type | Doc (Velocity Macro) |
Category | |
Developed by | |
Rating | |
License | GNU Lesser General Public License 2.1 |
Bundled With | XWiki Standard |
Table of contents
Description
Usage
#warning($text)
Parameters definition
Name | Optional | Allowed values | Default value | Description |
---|---|---|---|---|
text | no | a string | none | The text message that will be displayed |
Example
#warning("This is a warning message")