Template:Rounded: Difference between revisions

Created page with "<noinclude> {{TemplateUsage |usage=<pre>{{Rounded|Value}}</pre> |description=CSS attributes for border-radius with multiple browser compatibility. <b>Value</b> parameter is optional. }} </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}}}; <noinclude> Category:Table templates </noinclude>"
 
No edit summary
 
(3 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}}
[[Category:Table templates]]
[[Category:Table templates]]
</noinclude>