Template:Message: Difference between revisions
Template page
More actions
| Line 49: | Line 49: | ||
== Example == | == Example == | ||
<pre><nowiki>{{Message|title=Title|text=Warning text!|style=warning}}</nowiki></pre> | <pre><nowiki>{{Message|title=Title|text=Warning text!|style=warning}}</nowiki></pre> | ||
{{Message|text=Warning text!|style=warning}} | {{Message|title=Title|text=Warning text!|style=warning}} | ||
== Supported Styles == | == Supported Styles == | ||
Revision as of 12:50, 23 October 2025
A message box containing important information to be made more prominent.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Style | style | no description
| String | optional |
| Title | title | no description | String | optional |
| Text | text | no description | String | required |
Example
{{Message|title=Title|text=Warning text!|style=warning}}