Template:Warning: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Reverted |
||
| Line 28: | Line 28: | ||
<!--T:14--> | <!--T:14--> | ||
{{warning|1=<!--T:16--> Here is a long warning, which is sufficiently wordy to run onto a second line (unless you have a really large screen!), which would normally cause it to wrap round the icon, but because we passed it as a parameter it keeps its left alignment straight.}} | {{warning|1=<!--T:16--> Here is a long warning, which is sufficiently wordy to run onto a second line (unless you have a really large screen!), which would normally cause it to wrap round the icon, but because we passed it as a parameter it keeps its left alignment straight.}} | ||
<!--T:15--> | |||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"Warning": { | |||
"label": "Warning Message", | |||
"description": "The main text of the warning. Do not include 'Warning:' as the template adds this automatically.", | |||
"example": "Test Warning Message.", | |||
"type": "content", | |||
"default": "Attention required!", | |||
"required": true | |||
} | |||
}, | |||
"description": "Warning Message template data:", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> | |||
== See also == <!--T:18--> | == See also == <!--T:18--> | ||
[[Category:Warning templates]] | [[Category:Warning templates]] | ||
Revision as of 05:50, 17 February 2026
Warning:
Usage
This template has two possible usages:
- Will have the text flow below when the warning text is too long.
- Uses a table to indent the text.
Method 1
The following displays the warning icon and the word "Warning:".
You can follow this with whatever text/images/markup you like.
Example:
Method 2
The following includes the text passed to the template, and uses a table to stop the text flowing round the icon.
Warning Message template data:
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Warning Message | Warning | The main text of the warning. Do not include 'Warning:' as the template adds this automatically.
| Content | required |