Box
Last modified by Justin Morgan on 2019/09/29 18:03
Box Macro displays a message in a styled box. Learn more
There are several specialised box macros:
Box Macro
Title of the box
This is a box message
{{box title="Title of the box" width="30%"}}
This is a box message
{{/box}}
This is a box message
{{/box}}
Info Macro
{{info}}
This is an informative message
{{/info}}
This is an informative message
{{/info}}
Success Macro
{{success}}
This is a success message
{{/success}}
This is a success message
{{/success}}
Warning Macro
{{warning}}
This is a warning message
{{/warning}}
This is a warning message
{{/warning}}
Error Macro
{{error}}
This is an error message
{{/error}}
This is an error message
{{/error}}