Template:Round: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{#if:{{{full|}}}
{{#if:{{{full|}}}
|-moz-border-radius: {{{1|15}}}px; -webkit-border-radius: {{{1|15}}}px; khtml-border-radius: {{{1|15}}}px; -icab-border-radius: {{{1|15}}}px; border-radius: {{{1|15}}}px;
|border-radius: {{{1|15}}}px;
|-moz-border-radius: {{{1|15}}}px 0; -webkit-border-radius: {{{1|15}}}px 0; khtml-border-radius: {{{1|15}}}px 0; -icab-border-radius: {{{1|15}}}px 0; border-radius: {{{1|15}}}px 0;}}<noinclude>
|border-radius: {{{1|15}}}px 0;}}<noinclude>
{{delete|no longer necessary}}
==Info==
This template generates border rounding code. Use it in the "style" property of an element.


==Use==
==Parameters==
<nowiki>{{round|radius|full = ...}}</nowiki>
{| class = "wikitable"
! Parameter || Mandatory || Default || Purpose || Detailed description
|-
! 1
| No || 15 || Radius || Radius of the rounded border. Do not include the "px" after the number.
|-
! full
| No ||  || All corners || If this has a value, like "y", all corners are curved. Otherwise, only the top-left and bottom-right are.
|}


This template generates border rounding code. Use it in the 'style' property of an element.  Radius is the radius of the rounded border in pixels (defaults to 15): do not include 'px' after the number.  Pass any value for the 'full' argument to curve every corner - otherwise, only top-left and bottom-right are curved.
==Skeleton==
[[Category:Templates|{{PAGENAME}}]]
<pre>
{{round | <radius> | full = <y>}}
</pre>
 
[[Category:Templates]]</noinclude>

Latest revision as of 16:14, July 4, 2024

border-radius: 15px 0;

Artwork of the bomb rock.

This page is currently pending deletion. Reason:
no longer necessary
Discuss your opinion on the talk page.

Info

This template generates border rounding code. Use it in the "style" property of an element.

Parameters

Parameter Mandatory Default Purpose Detailed description
1 No 15 Radius Radius of the rounded border. Do not include the "px" after the number.
full No All corners If this has a value, like "y", all corners are curved. Otherwise, only the top-left and bottom-right are.

Skeleton

{{round | <radius> | full = <y>}}