Difference between revisions of "Template:Warning"

From Wiki.OSArch
(Created page with "<table cellspacing="0" cellpadding="0" border="0" style="box-sizing:border-box; background: transparent; margin-top:0.5em;padding:0.5em;background-color: #fee7e6"><tr><td nowr...")
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<table cellspacing="0" cellpadding="0" border="0" style="box-sizing:border-box; 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:warning.svg|18px|Warning]]</span> '''Warning:''' {{{1}}}</td><td valign="top" style="padding-right:0.5em;"></td></tr></table>
+
<noinclude>
 +
=Usage=
 +
Copy the text below wherever you need a text paragraph as a warning.
 +
 
 +
<pre style="overflow:auto;">
 +
{{Warning
 +
| 1 = Warning text here
 +
}}
 +
</pre>
 +
 
 +
=Example=
 +
{{Warning
 +
| 1 = That was a warning!
 +
}}
 +
</noinclude>
 +
 
 +
<includeonly>
 +
{| class="wikitable"
 +
|-
 +
| style="background:red;"|
 +
| style="background:#fbcff4; width:100%;"|[[File:emblem-warning.png|32px|Warning]] Warning: {{{1}}}
 +
|-
 +
|}
 +
</includeonly>

Latest revision as of 15:55, 27 July 2022

Usage[edit]

Copy the text below wherever you need a text paragraph as a warning.

{{Warning
| 1 = Warning text here
}}

Example[edit]

Warning Warning: That was a warning!