Template:Warning: Difference between revisions
add todo |
No edit summary |
||
Line 19: | Line 19: | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude><includeonly><div class="template-box template-box-warning"><strong>Warning:</strong> {{{1}}}</div></includeonly> | </noinclude><includeonly><div class="template-box template-box-warning"><strong>Warning:</strong> {{{1}}}</div></includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"aliases": [ | |||
"Text" | |||
], | |||
"label": "Text", | |||
"description": "The text to display.", | |||
"example": "This text should be heeded.", | |||
"required": true | |||
} | |||
}, | |||
"description": "A \"Warning\" box used to report potential danger. ", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 09:05, 11 February 2023
A "Warning" box used to report potential danger.
Usage
{{Warning|This text should be heeded.}}
Example
Warning: This text should be heeded.
See also
A "Warning" box used to report potential danger.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | 1 Text | The text to display.
| Unknown | required |