Card


Overview
The Card scope function creates a titled panel that can contain wiki formatted text.

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

Parameters

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