Info Macro (Velocity)
Last modified by Thomas Mortagne on 2026/02/26 15:34
| Displays an informational message in a styled box format, using an information 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
#info($text)Parameters definition
| Name | Optional | Allowed values | Default value | Description |
|---|---|---|---|---|
| text | no | a string | none | The text message that will be displayed |
Example
#info("This is an informational message")