Template:Box: Difference between revisions

From KDE UserBase Wiki
No edit summary
No edit summary
Line 3: Line 3:
</noinclude>
</noinclude>
<div class="alert {{#if: {{{4|}}} | {{{4}}} | alert-success }}">
<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">{{{3}}}</td><td>{{{1}}}</td></tr></table>
<table><tr><th></th><th> {{#if: {{{2|}}} | {{{2}}} }}</th></tr><tr><td width="50" valign="top">{{{3}}}</td><td>{{{1}}}</td></tr></table>
<div class="clearfix"></div>
<div class="clearfix"></div>
</div>
</div>

Revision as of 06:09, 27 July 2012


{{{3}}}{{{1}}}

Produces a boks for emphasizing material. Takes four arguments:

  1. The text of the main body if the box
  2. The title of the box
  3. An image file to be displayed in the left side of the body - the image should be 40 x 40
  4. The background color: possible values
    1. nothing gives yellow
    2. alert-info gives blue - use with care, it doesn't work well with links
    3. alert-success gives green
    4. 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}}}