Template:Note: Difference between revisions

From Miosix Wiki
Jump to navigation Jump to search
Created page with "<noinclude> A "Note" box used to emphasize important information. == Example == {{Note|This text should be noted.}} </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:#fcc; border-color:#ebb;"><strong style="display:block; border-bottom:1px solid var(--border-color-base,#ccc); margin-bottom:0.5em; padding-bottom:0.25em;">Note</strong> {{{1|{{M..."
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:


== Example ==
== Example ==
Some text before
{{Note|This text should be noted.}}


{{Note|This text should be noted.}}
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(#dff0ff,#08212e); border-color:rgb(0,136,204);"><strong style="display:block; border-bottom:1px solid var(--border-color-base,#ccc); margin-bottom:0.5em; padding-bottom:0.25em;">Note</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:#fcc; border-color:#ebb;"><strong style="display:block; border-bottom:1px solid var(--border-color-base,#ccc); margin-bottom:0.5em; padding-bottom:0.25em;">Note</strong> {{{1|{{META Error}}}}}</div>
</includeonly>

Latest revision as of 12:07, 23 July 2026

A "Note" box used to emphasize important information.

Example

Some text before

Note This text should be noted.

Some text after