Warning Macro (Velocity)

Last modified by Vincent Massol on 2021/03/17 21:13

errorDisplays a warning message in a styled box format, using a warning icon
TypeDoc (Velocity Macro)
Category
Developed by

XWiki Development Team

Rating
0 Votes
LicenseGNU Lesser General Public License 2.1
Bundled With

XWiki Standard

Description

Usage

#warning($text)

Parameters definition

NameOptionalAllowed valuesDefault valueDescription
textnoa stringnoneThe text message that will be displayed

Example

#warning("This is a warning message")

Result

This is a warning message

See also

Get Connected