Template:Callout
Unified callout box with type-based styling (tip, note, warning, protip). Uses TemplateStyles.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Type | type | Callout type: tip, note, warning, protip
| String | optional |
| Title | title | The content of the callout | String | required |
| Text | text | The content of the callout | String | required |
Callout usage
Use this template to create a visually distinct callout box.
Valid types: tip, note, warning, protip.
Copy/paste/edit parameters
{{
Callout
| type = tip / note / warning / protip
| title = The title of your callout goes here.
| text = Your callout text goes here.
}}
The Callout will render as it appears below this line.
Note: The title of your callout goes here.Your callout text goes here