[ms-note]
The [ms-note] shortcode displays styled messages to users. These messages can be used to provide helpful information or to show warnings when access or actions are required.
Parameters
- type (
info|warning)
Defines the type of noticeinfodisplays a green success-style messagewarningdisplays a red warning message
Default:info
- class (text)
Adds an additional CSS class to the notice for custom styling
Default: empty
Examples:
[ms-note type="info"]</span> Thanks for joining our Premium Membership! <span class="ms-code">[/ms-note]

[ms-note type="warning"]</span> Please log in to access this page! <span class="ms-code">[/ms-note]