Template:Ambox
Usage
Displays a styled article message box. Supports four built-in types, each with a distinct colour and icon.
Syntax
{{Ambox
| type = notice <!-- notice | warning | error | success -->
| text = Your message here. Can include [[wikilinks]] and '''formatting'''.
}}
You can also override the icon:
{{Ambox
| type = warning
| icon = 🔧
| text = Custom icon example.
}}
Types
| Type | Border / Background | Default Icon | Use for |
|---|---|---|---|
notice |
Blue | ℹ️ | General information, tips |
warning |
Amber | ⚠️ | Cautions, things to watch out for |
error |
Red | 🚫 | Errors, do-not-do instructions |
success |
Green | ✅ | Confirmations, completed steps |
| (none) | Grey | 📌 | Neutral / uncategorised |