Template:Box: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
</noinclude> | </noinclude> | ||
<div class="alert {{{4}}}"> | <div class="alert {{#if: {{{4|}}} | {{{4}}} | alert-success }}"> | ||
<table><tr><th></th><th>{{{2}}}</th></tr><tr><td width="50" valign="top">{{{3}}}</td><td>{{{1}}}</td></tr></table> | <table><tr><th></th><th>{{{2}}}</th></tr><tr><td width="50" valign="top">{{{3}}}</td><td>{{{1}}}</td></tr></table> | ||
<div class="clearfix"></div> | <div class="clearfix"></div> | ||
Line 20: | Line 20: | ||
Don't use this template directly in your pages. Instead use it to make a more specific template. For examples see [[Template:Info]] or [[Template:Warning]] | Don't use this template directly in your pages. Instead use it to make a more specific template. For examples see [[Template:Info]] or [[Template:Warning]] | ||
[[Category:Template]] | [[Category:Template]] | ||
<div class="alert {{#if: {{{4|}}} | {{{4}}} | alert-success }}"> | |||
<table><tr> | |||
<th></th><th>{{#if: {{{2|}}} | {{{2}}} | Testing }}</th></tr> | |||
<tr><td width="50" valign="top">{{#if: {{{3|}}} | {{{3}}} | [[Image:Dialog-information.png|left|40px]] }}</td><td>{{{1}}}</td></tr></table> | |||
<div class="clearfix"></div> | |||
</div> |
Revision as of 05:44, 27 July 2012
{{{2}}} | |
---|---|
{{{3}}} | {{{1}}} |
Produces a boks for emphasizing material. Takes four arguments:
- The text of the main body if the box
- The title of the box
- An image file to be displayed in the left side of the body - the image should be 40 x 40
- The background color: possible values
- nothing gives yellow
- alert-info gives blue - use with care, it doesn't work well with links
- alert-success gives green
- alert-error gives red
Don't use this template directly in your pages. Instead use it to make a more specific template. For examples see Template:Info or Template:Warning
Testing | |
---|---|
{{{1}}} |