Card
The Card scope function creates a titled panel that can contain wiki formatted text.
Card (string {styleName}, string {titleText})
- 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.
{{Card(Primary, This is the header text)
This is the content text
}}This is the header text
This is a default card.
This is the header text
This is a primary card.
This is the header text
This is a secondary card.
This is the header text
This is a light card.
This is the header text
This is a dark card.
This is the header text
This is a success card.
This is the header text
This is a info card.
This is the header text
This is a warning card.
This is the header text
This is a danger card.
Function Calling Convention
Scope Function
Instruction Function
Standard Function
Wiki Help :: Alert
Alerts bring important information to the attention of the reader.
Wiki Help :: AppVersion
Displays the wiki engine version.
Wiki Help :: Attachments
Lists the attached files associated with a page.
Wiki Help :: Background
Set the background color for a block of content.
Wiki Help :: Blockquote
Blockquotes are good for quoting blocks of content from another source within your document.
Wiki Help :: BR
Inserts one or more line-breaks into the wiki body.
Wiki Help :: Bullets
Create hierarchical ordered or unordered lists.
Wiki Help :: Callout
Prominently display useful information in a fairly understated panel.
Wiki Help :: Code
Display formatted, wiki-unprocessed and syntax-hilighted code.
Wiki Help :: Collapse
Dynamically show or hide a section of the wiki body.