Template:Alert: Difference between revisions
Appearance
m modified to match deletionalert |
m Protected "Template:Alert" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<div class="notification-alert" style="displey:flex;width:fit-content;min-width:300px;background-color: #f0f8ff; border: 0.2rem solid #a3c1ff; padding: 0.5rem 0; margin: 10px 0;"> | <div class="notification-alert" style="displey:flex;width:fit-content;min-width:300px;background-color: var(--background-color-interactive-subtle,#f0f8ff); border: 0.2rem solid #a3c1ff; padding: 0.5rem 0; margin: 10px 0;"> | ||
<div class="alert-box-header" style="font-size:1rem;text-align:center;"> | <div class="alert-box-header" style="font-size:1rem;text-align:center;"> | ||
<span style="margin-right:8px;">🔔</span> ''' Notice''' | <span style="margin-right:8px;">🔔</span> ''' Notice''' | ||
</div> | </div> | ||
<div class="alert-box-body" style="background-color: #f6f6f6;padding:1rem 1rem"> | <div class="alert-box-body" style="background-color: background-color: var(--background-color-interactive-subtle, #f6f6f6);padding:1rem 1rem"> | ||
{{{message}}} | {{{message}}} | ||
</div> | </div> | ||
Line 16: | Line 16: | ||
</pre> | </pre> | ||
[[Category:Alert templates]] | |||
[[Category:Alert | |||
<templatedata> | <templatedata> | ||
{ | { |
Latest revision as of 10:14, 1 March 2025
🔔 Notice
{{{message}}}
Usage
Use this template to display important alert messages to readers.
{{Alert|Your alert message here}}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
message | message | Your notice message | String | required |