Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Note box: Difference between revisions

Template page
m Add a little margin to avoid the box melting to another element.
m Rewrite to use {{Color box}} as meta template.
 
Line 1: Line 1:
<div style="margin: 0.5em; border: 1px solid #9999AD; padding: 0.8em; background-color: #404050; text-align: left; color: white;{{#ifeq: {{{italics}}}|no|| font-style: italic;}}">{{{1|An interesting note.}}}</div><noinclude>
{{Color box
|border= #9999AD
|width= {{{width|auto}}}
|color= #404050
|align= left
|text= white
|italics= {{{italics|}}}
|{{{1|An interesting note.}}}
}}<noinclude>
{{documentation}}
{{documentation}}
</noinclude>
</noinclude>