Jump to content

Template:Rounded: Difference between revisions

From PokeHero Official Wiki
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<translate>{{TemplateUsage
{{TemplateUsage
|usage=<pre>{{Rounded|10px}}</pre>
|usage=<pre>{{Rounded|Value}}</pre>
|description=CSS attributes for border-radius with multiple browser compatibility.
|description=CSS attributes for border-radius with multiple browser compatibility.
<b>Value</b> parameter is optional.
<b>Value</b> parameter is optional.
}}
}}</translate>
</noinclude>


border-radius: {{{1|10px}}}; -moz-border-radius: {{{1|10px}}}; -webkit-border-radius: {{{1|10px}}}; -khtml-border-radius: {{{1|10px}}}; -icab-border-radius: {{{1|10px}}}; -o-border-radius: {{{1|10px}}};
<onlyinclude>border-radius: {{{1|10px}}}; -moz-border-radius: {{{1|10px}}}; -webkit-border-radius: {{{1|10px}}}; -khtml-border-radius: {{{1|10px}}}; -icab-border-radius: {{{1|10px}}}; -o-border-radius: {{{1|10px}}};</onlyinclude>


<noinclude>
{{BulbAttrib|Template:Roundy}}
{{BulbAttrib|Template:Roundy}}
[[Category:Table templates]]
[[Category:Table templates]]
</noinclude>

Latest revision as of 19:09, 19 September 2025

Usage
{{Rounded|10px}}
Description CSS attributes for border-radius with multiple browser compatibility.

Value parameter is optional.

border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px;