Template:Warning: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div class="manual-warning-box"><div class="manual-warning-icon">⚠️</div><div class="manual-warning-content">'''Warning:''' {{{1|Attention required!}}}</div></div><noinclude>[[Category:Templates]]</noinclude> | <div class="manual-warning-box"><div class="manual-warning-icon">⚠️</div><div class="manual-warning-content">'''Warning:''' {{{1|Attention required!}}}</div></div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Warning Message", | |||
"description": "The main text of the warning. Do not include 'Warning:' as the template adds this automatically.", | |||
"example": "Test Warning Message.", | |||
"type": "content", | |||
"default": "Attention required!", | |||
"required": true | |||
} | |||
}, | |||
"description": "Displays a light-red warning box with a large icon, styled for important notices.", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
[[Category:Templates]] | |||
</noinclude> | |||
Revision as of 18:11, 16 February 2026
Warning: Attention required!
Displays a light-red warning box with a large icon, styled for important notices.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Warning Message | 1 | The main text of the warning. Do not include 'Warning:' as the template adds this automatically.
| Content | required |