Wiki Help :: Wiki Help/TightWiki Logo.png

Alert


Overview
The Alert scope function allows you to create a basic panel that contains wiki formatted text. Creating an alert is accomplished by three opening curly brackets which denote the scope of the alert, then alert function call with the parameters that define the type of alert within parenthesis. Next would be the content of the alert which is then terminated with three closing curly brackets.
Unlike Card, a header is optional for alerts.

Prototype
Alert(string {styleName}, string {titleText})

Parameters

Examples
Standard alert:
{{ Alert(Primary)
This is the body content.
}}

Alert with a header:
{{ Alert(Primary, This is the header)
This is the body content.
}}


See Also
Function Calling Convention
Scope Function
Instruction Function
Standard Function

Related


Last modified by admin @ 12/20/2022 10:52:21 AM