Box

Last modified by Marco Grawunder on 2025/07/03 09:42

Box Macro displays a message in a styled box. Learn more

There are several specialized box macros:

Box Macro

Title of the box

This is a box message

{{box title='Title of the box'}}
This is a box message
{{/box}}

Info Macro

infoInformation

This is an info message

{{info}}
This is an info message
{{/info}}

Success Macro

checkSuccess

This is a success message

{{success}}
This is a success message
{{/success}}

Warning Macro

errorWarning

This is a warning message

{{warning}}
This is a warning message
{{/warning}}

Error Macro

priority_highError

This is an error message

{{error}}
This is an error message
{{/error}}