Template:Rounded
Appearance
{{{content}}}
This template creates a box with rounded corners.
Parameters
- w – width of the box
- bg – background color
- bc – border color
- r – corner radius
- content – text or other content
- bs - border size (Default: 1px)
Example
{{Rounded |bg=#F9F9F9 |bc=#AAAAAA |w=75% |content=This is a rounded box.|1}}
produces:
This is a rounded box.