Alert



The Alert scope function renders an alert box with optional style and title.


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


  • Name: styleName {Optional}
    • Type: string
    • Default: Default
    • Values: Default, Primary, Secondary, Light, Dark, Success, Info, Warning, Danger, Muted, White
    • Description: Optional style of the alert.
  • Name: titleText {Optional}
    • Type: string
    • Description: Optional title text for the alert.


{{Alert(Primary, This is the header text)
This is the body content of the function scope.
}}

This is the header text

This is the body content a default alert.

This is the header text

This is the body content a primary alert.

This is the header text

This is the body content a secondary alert.

This is the header text

This is the body content a success alert.

This is the header text

This is the body content a info alert.

This is the header text

This is the body content a warning alert.

This is the header text

This is the body content a danger alert.


Function Calling Convention
Scope Function
Instruction Function
Standard Function


Wiki Help :: Scope Function
Scope functions apply a function over a defined scope of wiki text.