Template:Warning: Difference between revisions

From Miosix Wiki
Jump to navigation Jump to search
Created page with "<noinclude> A "Warning" box used to report potential danger. == Example == {{Warning|This text should be heeded.}} </noinclude> <includeonly> <div style="margin:1em 0; padding:0.5em 1em; border:thin solid light-dark(black,white); border-left-width:0.25rem; overflow:hidden; background-color:light-dark(#fdd,#390009); border-color:rgb(255,87,87);"><strong style="display:block; border-bottom:1px solid var(--border-color-base,#ccc); margin-bottom:0.5em; padding-bottom:0.25e..."
 
No edit summary
 
Line 3: Line 3:


== Example ==
== Example ==
Some text before
{{Warning|This text should be heeded.}}


{{Warning|This text should be heeded.}}
Some text after
</noinclude>
</noinclude>
<includeonly>
<includeonly><div style="margin:1em 0; padding:0.5em 1em; border:thin solid light-dark(black,white); border-left-width:0.25rem; overflow:hidden; background-color:light-dark(#fdd,#390009); border-color:rgb(255,87,87);"><strong style="display:block; border-bottom:1px solid var(--border-color-base,#ccc); margin-bottom:0.5em; padding-bottom:0.25em;">Warning</strong> {{{1|{{META Error}}}}}</div></includeonly>
<div style="margin:1em 0; padding:0.5em 1em; border:thin solid light-dark(black,white); border-left-width:0.25rem; overflow:hidden; background-color:light-dark(#fdd,#390009); border-color:rgb(255,87,87);"><strong style="display:block; border-bottom:1px solid var(--border-color-base,#ccc); margin-bottom:0.5em; padding-bottom:0.25em;">Warning</strong> {{{1|{{META Error}}}}}</div>
</includeonly>

Latest revision as of 12:12, 23 July 2026

A "Warning" box used to report potential danger.

Example

Some text before

Warning This text should be heeded.

Some text after