Copyright (c) Hyperion Entertainment and contributors.
Template:FrameBox: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Created page with '<noinclude> ==Usage== Allows to draw a colored box. </noinclude> {| style="width: 100%" | <div style="color:green">abc</div> | def |}' |
mNo edit summary |
||
Line 3: | Line 3: | ||
Allows to draw a colored box. |
Allows to draw a colored box. |
||
</noinclude> |
</noinclude> |
||
{| style="width: 100%" |
{| cellspacing="0" cellpadding="0" style="width: 100%" |
||
| <div style="color: |
| <div style="border:1px solid #abd5f5; background-color: #f1f5fc;">{{{1}}}</div> |
||
|- |
|||
| def |
|||
| <div style="border-left: 1px solid #abd5f5; border-right: 1px solid #abd5f5;border-bottom: 1px solid #abd5f5;">{{{2}}}</div> |
|||
|} |
|} |
Revision as of 12:41, 15 April 2009
Usage
Allows to draw a colored box.
{{{1}}}
|
{{{2}}}
|