Template:BaseWarning: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{| style="background: {{{background-color}}}; margin: auto; width: {{{width}}}; border: {{{border-width}}} solid {{{border-color}}};" | {| style="background: {{{background-color}}}; margin: auto; max-width: {{{width}}}; border: {{{border-width}}} solid {{{border-color}}};" | ||
| style="background: {{{bar-color}}}; width:9px;" | | | style="background: {{{bar-color}}}; width:9px;" | | ||
| style="padding: 5px;" | [[{{{icon}}}]] | | style="padding: 5px;" | [[{{{icon}}}]] |
Revision as of 04:15, 10 July 2023
[[{{{icon}}}]] | {{{text}}} |
Usage example:
{{BaseWarning | width=Example | bar-color=Example | icon=Example | text=Example | border-width=Example | border-color=Example | background-color=Example }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
width | width | no description
| String | suggested |
bar-color | bar-color | no description
| String | suggested |
icon | icon | no description | File | suggested |
text | text | no description
| String | required |
border-width | border-width | no description
| String | suggested |
border-color | border-color | no description
| String | suggested |
background-color | background-color | no description
| String | suggested |