Warning Macro (Velocity)
Last modified by Thomas Mortagne on 2026/02/26 15:35
| 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")