Template:Card: Difference between revisions
No edit summary |
No edit summary |
||
| Line 43: | Line 43: | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
{{#tag:react| |component=Card|variant={{{variant|info}}}|content={{{content}}}}} | {{#tag:react| |component=Card|variant={{{variant|info}}}|title={{{title}}}|content={{{content}}}}} | ||
Revision as of 16:30, 11 May 2026
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| content | content Content Body body | The text to display inside the card. | Unbalanced wikitext | required |
| variant | variant Variant type Type | The style variant of the card (e.g., warning, success, info, danger).
| String | optional |
| title | title Title | The title for the card | String | optional |