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
Line 7: Line 7:
</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:#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>
<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>
</includeonly>

Revision as of 11:45, 23 July 2026

A "Note" box used to emphasize important information.

Example

Note This text should be noted.