Template:Round: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(Created page with " -moz-border-radius:{{#ifeq:{{{1|}}}|{{void}}|15|{{{1|}}}}}px;border-radius:{{#ifeq:{{{1|}}}|{{void}}|15|{{{1|}}}}}px; -webkit-border-radius:{{#ifeq:{{{1|}}}|{{void}}|15|{{{1|}...")
 
No 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:{{#ifeq:{{{1|}}}|{{void}}|15|{{{1|}}}}}px;border-radius:{{#ifeq:{{{1|}}}|{{void}}|15|{{{1|}}}}}px; -webkit-border-radius:{{#ifeq:{{{1|}}}|{{void}}|15|{{{1|}}}}}px;khtml-border-radius:{{#ifeq:{{{1|}}}|{{void}}|15|{{{1|}}}}}px; -icab-border-radius:{{#ifeq:{{{1|}}}|{{void}}|15|{{{1|}}}}}px;<noinclude>


==Usage==
==Usage==
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.
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:Formatting Templates|{{PAGENAME}}]]

Revision as of 13:23, September 19, 2010

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

Usage

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.