Template:Rounded: Difference between revisions
Template page
More actions
Created page with "{{box|width={{{w|99%}}}|border color={{{bc|#AAA}}}|background={{{bg|#F9F9F9}}}|radius={{{r|5px}}}|1={{{content}}}|border size={{{bs|1}}}px }}<noinclude> {{Documentation}} </noinclude>" |
(No difference)
|
Latest revision as of 06:08, 24 February 2025
{{{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.