Info Macro (Velocity)
Last modified by Vincent Massol on 2021/03/17 21:07
![]() | 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")