Template:Banner: Difference between revisions
No edit summary |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 3: | Line 3: | ||
{ | { | ||
"params": { | "params": { | ||
"title": {}, | |||
"content": {}, | |||
"variant": { | "variant": { | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"warning", | "warning", | ||
"info", | |||
"danger", | "danger", | ||
" | "success" | ||
] | ], | ||
"default": "info" | |||
" | |||
}, | }, | ||
" | "icon": {} | ||
}, | }, | ||
"format": "block" | "format": "block" | ||
| Line 34: | Line 21: | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
{{#tag:react | | | |||
component= | component=BaseBanner | ||
|icon={{{icon|}}} | |icon={{{icon|}}} | ||
|variant={{{variant|}}} | |variant={{{variant|}}} | ||
|title={{{title}}} | |title={{{title}}} | ||
|content={{{content|}}} | |content={{{content|}}} | ||
}} | }} | ||
Latest revision as of 17:11, 7 July 2026
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title | title | no description | Unknown | optional |
| content | content | no description | Unknown | optional |
| variant | variant | no description
| String | optional |
| icon | icon | no description | Unknown | optional |