Card
Overview
The Card scope function creates a titled panel that can contain wiki formatted text.
Prototype
Card(string {styleName}, string {titleText})
Parameters
- Name: styleName {Optional}
- Type: string
- Default: default
- Values: default, primary, secondary, light, dark, success, info, warning, danger
- Description: The style name of the card.
- Name: titleText {Optional}
- Type: string
- Description: The title text of the card.
Examples
{{Card(Primary, This is the header text)
This is the content text
}}
See Also
Function Calling Convention
Scope Function
Instruction Function
Standard Function
Related
- Alert - Alerts bring important information to the attention of the reader.