Difference between revisions of "Template:Warning"

From PINE64
Jump to navigation Jump to search
(test)
(fixed template)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
{{Template}}
{{Template}}
</noinclude>


<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;">[[File:OOjs UI icon notice-destructive.svg|18px|<!--T:1--> Warning|link=]]</span> '''<!--T:2--> 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 1em;background-color: #fee7e6"><tr><td nowrap="nowrap" valign="top" style="padding-right: 5px;">'''Warning: '''</td><td valign="top">{{{msg|{{{1|}}}}}}</td></tr></table></includeonly>

Revision as of 00:43, 26 January 2021

This page is a template. Check out all pages using this template.
For more information, read Template:Template.

Usage

{{warning|This is a warning.}}

Example

Warning: This is a warning.