Template:Bra size: Difference between revisions
Boobpedia - Encyclopedia of big boobs
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
}} | }} | ||
|{{convert cup|ccup={{{cup}}} }} | |{{convert cup|ccup={{{cup}}} }} | ||
}}{{#ifeq: {{convert cup|ccup={{{cup}}} }} | [[{{{cup}}}]] || - [[{{{cup}}}]] cup}} | }}{{#ifeq: {{convert cup|ccup={{{cup}}} }} | [[{{{cup}}}]] || - alt: [[{{{cup}}}]] cup}} | ||
|{{#if: {{{band|}}} | |{{#if: {{{band|}}} | ||
|<font color="red">Error: Please specify a cup size or leave all parameters blank.</font> | |<font color="red">Error: Please specify a cup size or leave all parameters blank.</font> | ||
| Line 15: | Line 15: | ||
This template | This template | ||
* automatically converts US and European bra sizes and displays both, | * automatically converts US and European bra sizes and displays both, | ||
* automatically recognises if you specify | * automatically recognises if you specify the band size (the number in the bra size) in inches (US) or centimeters (Europe) , | ||
* automatically converts the "American DD" phenomenon to normal bra sizes (e. g. DD = E, DDD = F), but adds the multiple letter cup size as well, | * automatically converts the "American DD" phenomenon to normal bra sizes (e. g. DD = E, DDD = F), but adds the multiple letter cup size as well, | ||
* displays only the cup size if you do not specify the band size, | * displays only the cup size if you do not specify the band size, | ||
| Line 51: | Line 51: | ||
== Examples == | == Examples == | ||
{| border="0" cellspacing="0" cellpadding="4" style="text-align:center;border:1px solid #ccc;" | {| border="0" cellspacing="0" cellpadding="4" style="text-align:center;border:1px solid #ccc;" | ||
|- valign="center | |- valign="center" | ||
!colspan="2" style="background:#ccc;"| | !colspan="2" style="background:#ccc;"| US measurements (in) | ||
|- | |- | ||
| | | <nowiki>{{bra size|band=34|cup=D}}</nowiki> || {{bra size|band=34|cup=D}} | ||
|- | |||
| <nowiki>{{bra size|band=34|cup=DD}}</nowiki> || {{bra size|band=34|cup=DD}} | |||
|- | |||
| <nowiki>{{bra size|band=33|cup=D}}</nowiki> || {{bra size|band=33|cup=D}} | |||
|- | |||
| <nowiki>{{bra size|band=28|cup=D}}</nowiki> || {{bra size|band=28|cup=D}} | |||
|- valign="center" | |||
!colspan="2" style="background:#ccc;"| European measurements (cm) | |||
|- | |||
| <nowiki>{{bra size|band=75|cup=D}}</nowiki> || {{bra size|band=75|cup=D}} | |||
|- | |||
| <nowiki>{{bra size|band=75|cup=DD}}</nowiki> || {{bra size|band=75|cup=DD}} | |||
|- | |||
| <nowiki>{{bra size|band=76|cup=D}}</nowiki> || {{bra size|band=76|cup=D}} | |||
|- | |||
| <nowiki>{{bra size|band=60|cup=D}}</nowiki> || {{bra size|band=60|cup=D}} | |||
|- | |||
| <nowiki>{{bra size|band=34}}</nowiki> || {{bra size|band=34}} | |||
|- | |||
| <nowiki>{{bra size|band=|cup=}}</nowiki> || {{bra size|band=|cup=}} | |||
|- | |||
| <nowiki>{{bra size|cup=D}}</nowiki> || {{bra size|band=|cup=D}} | |||
|- | |||
| <nowiki>{{bra size|cup=DD}}</nowiki> || {{bra size|band=|cup=DD}} | |||
|- style="background:#eee;" | |- style="background:#eee;" | ||
| v || v | | v || v | ||
Revision as of 23:26, 29 April 2008
Functionality
This template
- automatically converts US and European bra sizes and displays both,
- automatically recognises if you specify the band size (the number in the bra size) in inches (US) or centimeters (Europe) ,
- automatically converts the "American DD" phenomenon to normal bra sizes (e. g. DD = E, DDD = F), but adds the multiple letter cup size as well,
- displays only the cup size if you do not specify the band size,
- displays an error if you
- specify an unrealistic band size (e. g. a 28C bra does not exist),
- specify an uneven band size (US) or a band size not divisible by 5 (Europe) (these do not exist),
- specify a cup size smaller than C (not allowed on Boobpedia),
- do not specify a cup size (a single band size is useless).
Sup-templates
In order to keep the code clear and readable, this template uses two sub-templates:
- Convert cup
- converts double and triple letter cup sizes to normal ones,
- checks if the cup size is smaller than C
- gives back a clickable single letter cup size
- Split bra
- recognises if US or European band size is specified,
- checks if band size is uneven or not divisible by 5,
- gives back both US and European bra sizes.
Syntax
The syntax is very simple:
{{bra size|band=<band size>|cup=<cup size>}}
band
- Number. Unrealistic numbers lead to an error.
- Optional.
<band size>or the whole parameterband=<band size>can be omitted. - You do not have to specify if the number is a US or European measurement. The template sorts this out for you.
cup
- Letter or multiple letters.
- Obligatory.
Examples
| US measurements (in) | |
|---|---|
| {{bra size|band=34|cup=D}} | 34D (75D) - alt: D cup |
| {{bra size|band=34|cup=DD}} | 34E (75E) - alt: DD cup |
| {{bra size|band=33|cup=D}} | Error: US band sizes must be even. - alt: D cup |
| {{bra size|band=28|cup=D}} | Error: Band size out of range. - alt: D cup |
| European measurements (cm) | |
| {{bra size|band=75|cup=D}} | 34D (75D) - alt: D cup |
| {{bra size|band=75|cup=DD}} | 34E (75E) - alt: DD cup |
| {{bra size|band=76|cup=D}} | Error: European band sizes must be divisible by 5. - alt: D cup |
| {{bra size|band=60|cup=D}} | Error: Band size out of range. - alt: D cup |
| {{bra size|band=34}} | Error: Please specify a cup size or leave all parameters blank. |
| {{bra size|band=|cup=}} | |
| {{bra size|cup=D}} | D - alt: D cup |
| {{bra size|cup=DD}} | E - alt: DD cup |
| v | v |
| v | v |