Template:Card2: Difference between revisions
Created page with "<noinclude> <templatedata> { "params": { "content": { "description": "The text to display inside the card.", "type": "unbalanced-wikitext", "aliases": [ "Content", "Body", "body" ] }, "variant": { "description": "The style variant of the card (e.g., warning, success, info, danger).", "type": "string", "aliases": [ "Variant", "type", "Type" ], "suggestedvalues": [ "success", "danger", "info", "warni..." |
No edit summary |
||
| Line 103: | Line 103: | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
<span class="plainlinks"> | |||
[{{{href|}}}{{#tag:react | | | [{{{href|}}}{{#tag:react | | | ||
component=Card | component=Card | ||
| Line 111: | Line 112: | ||
|title={{{title}}} | |title={{{title}}} | ||
|content={{{content|}}} | |content={{{content|}}} | ||
}}] | }}]</span> | ||
Revision as of 14:49, 19 May 2026
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| content | content Content Body body | The text to display inside the card. | Unbalanced wikitext | optional |
| 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 | required |
| orientation | orientation Orientation layout Layout | no description
| String | optional |
| icon | icon Icon | no description
| String | optional |
| align | align | no description
| String | optional |
| href | href | no description | URL | optional |
[
]