Jump to content

Template:Rounded: Difference between revisions

From PokeHero Official Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{TemplateUsage
<translate>{{TemplateUsage
|usage=<pre>{{Rounded|Value}}</pre>
|usage=<pre>{{Rounded|10px}}</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>


<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>
<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>

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;