Template:Message: Difference between revisions
Template page
More actions
No edit summary |
|||
| Line 48: | Line 48: | ||
== Example == | == Example == | ||
<pre><nowiki>{{Message|title=Title|text=Warning text!|style=warning}}</nowiki></pre> {{Message|Warning text!|style=warning}} | <pre><nowiki>{{Message|title=Title|text=Warning text!|style=warning}}</nowiki></pre> | ||
{{Message|text=Warning text!|style=warning}} | |||
== Supported Styles == | == Supported Styles == | ||
Revision as of 12:49, 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}}