Difference between revisions of "Template:Warning"
Jump to navigation
Jump to search
m (Removed image as it's loading from external source) |
(Fix) |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
{{Template}} | {{Template}} | ||
<table cellspacing="0" cellpadding="0" border="0" style="box-sizing:border-box; border:1px #d33 solid; background: transparent; margin-top:0.5em;padding:0.5em;background-color: #fee7e6"><tr><td nowrap="nowrap" valign="top"><span style="position: relative; top: -2px;"></span> '''Warning:'''</td><td valign="top" style="padding: 0 0.5em 0 0.5em;">{{{msg|{{{1|}}}}}}</td></tr></table> | == Usage == | ||
<pre><nowiki>{{warning|This is a warning.}} | |||
</nowiki></pre> | |||
== Example == | |||
{{warning|This is a warning.}} | |||
</noinclude><includeonly><table cellspacing="0" cellpadding="0" border="0" style="box-sizing:border-box; border:1px #d33 solid; background: transparent; margin-top:0.5em;padding:0.5em;background-color: #fee7e6"><tr><td nowrap="nowrap" valign="top"><span style="position: relative; top: -2px;"></span> '''Warning:'''</td><td valign="top" style="padding: 0 0.5em 0 0.5em;">{{{msg|{{{1|}}}}}}</td></tr></table></includeonly> |
Revision as of 16:04, 11 October 2020
This page is a template. Check out all pages using this template.
For more information, read Template:Template.
For more information, read Template:Template.
Usage
{{warning|This is a warning.}}
Example
Warning: | This is a warning. |