Template:Rounded
Admin (Talk | contribs)
(Created page with '<includeonly><div style="width: {{{w|100%}}};"> <div style="border-bottom: 1px solid {{{bc|#AAA}}}; height: 1px; margin: 0 5px 0 5px; overflow: hidden;"></div> <div style="backgr…')
Newer edit →
(Created page with '<includeonly><div style="width: {{{w|100%}}};"> <div style="border-bottom: 1px solid {{{bc|#AAA}}}; height: 1px; margin: 0 5px 0 5px; overflow: hidden;"></div> <div style="backgr…')
Newer edit →
Revision as of 02:56, 29 December 2009
Template Documentation |
This template creates a box with rounded corners.
- Parameters
- w - width of the box
- bg - backgroundcolor
- bc - bordercolor
- content - text or other content
- Example
{{Rounded| bg = #F9F9F9 | bc = #AAAAAA| w = 75%| content = This is a rounded box.}}
- Makes
This is a rounded box.