Template:Round: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Text replacement - "]] </noinclude>" to "]]</noinclude>") |
||
Line 22: | Line 22: | ||
</pre> | </pre> | ||
[[Category:Templates]] | [[Category:Templates]]</noinclude> | ||
</noinclude> |
Revision as of 01:02, August 30, 2019
-moz-border-radius: 15px 0; -webkit-border-radius: 15px 0; khtml-border-radius: 15px 0; -icab-border-radius: 15px 0; border-radius: 15px 0;
Info
This template generates border rounding code. Use it in the "style" property of an element.
Parameters
Parameter | Mandatory | Default | Purpose | Detailed description |
---|---|---|---|---|
1 | No | 15 | Radius | Radius of the rounded border. Do not include the "px" after the number. |
full | No | All corners | If this has a value, like "y", all corners are curved. Otherwise, only the top-left and bottom-right are. |
Skeleton
{{round | <radius> | full = <y>}}