Template:Round: Difference between revisions

From Pikmin Fanon
(Created page with " -moz-border-radius:{{{1|15}}}px;border-radius:{{{1|15}}}px; -webkit-border-radius:{{{1|15}}}px;khtml-border-radius:{{{1|15}}}px; -icab-border-radius:{{{1|15}}}px;<noinclude> ==...")
 
mNo edit summary
 
Line 1: Line 1:
-moz-border-radius:{{{1|15}}}px;border-radius:{{{1|15}}}px; -webkit-border-radius:{{{1|15}}}px;khtml-border-radius:{{{1|15}}}px; -icab-border-radius:{{{1|15}}}px;<noinclude>
-moz-border-radius:{{{1|15}}}px;border-radius:{{{1|15}}}px; -webkit-border-radius:{{{1|15}}}px;khtml-border-radius:{{{1|15}}}px; -icab-border-radius:{{{1|15}}}px;<noinclude>


==Usage==
==Info==
This template is used to automatically generate all of the border rounding code. To use it, type <nowiki>{{round|radius}}</nowiki> within a styling. The radius is the radius of the rounded border. If left blank, it will default to 15 pixels. Do not include a px after the number, and remember that the radius is in pixels. Be sure to include a semicolon after it if it is not the last item in the styling.
This template is used to automatically generate all of the border rounding code. To use it, type <nowiki>{{round|radius}}</nowiki> within a styling. The radius is the radius of the rounded border. If left blank, it will default to 15 pixels. Do not include a px after the number, and remember that the radius is in pixels. Be sure to include a semicolon after it if it is not the last item in the styling.
[[Category:Formatting Templates|{{PAGENAME}}]]
 
[[Category:Templates]]

Latest revision as of 18:16, 20 May 2022

-moz-border-radius:15px;border-radius:15px; -webkit-border-radius:15px;khtml-border-radius:15px; -icab-border-radius:15px;

Info

This template is used to automatically generate all of the border rounding code. To use it, type {{round|radius}} within a styling. The radius is the radius of the rounded border. If left blank, it will default to 15 pixels. Do not include a px after the number, and remember that the radius is in pixels. Be sure to include a semicolon after it if it is not the last item in the styling.