Template:Bra size/doc: Difference between revisions
Boobpedia - Encyclopedia of big boobs
Jump to navigationJump to search
m (→Sub-templates) |
No edit summary |
||
| Line 1: | Line 1: | ||
{{documentation subpage}} | {{documentation subpage}} | ||
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | |||
<includeonly>{{high-use}}</includeonly> | |||
== Functionality == | == Functionality == | ||
This template | This template | ||
Revision as of 20:39, 1 June 2008
Functionality
This template
- automatically converts US and European bra sizes and displays both,
- automatically detects 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 alternative 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 26C 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).
Syntax
The syntax is very simple:
{{bra size|band=<number>|cup=<text>}}
band
- Number. Unrealistic numbers lead to an error.
- Optional.
<number>or the whole parameterband=<number>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.
- Required.
Examples
| US measurements (in) | |
|---|---|
| {{bra size|band=34|cup=D}} | 34D (75D) |
| {{bra size|band=34|cup=DD}} | 34E (75E) (same as DD cup) |
| {{bra size|band=33|cup=D}} | Error: US band sizes must be even. |
| {{bra size|band=28|cup=D}} | 28D (60D) |
| European measurements (cm) | |
| {{bra size|band=75|cup=D}} | 34D (75D) |
| {{bra size|band=75|cup=DD}} | 34E (75E) (same as DD cup) |
| {{bra size|band=76|cup=D}} | Error: European band sizes must be divisible by 5. |
| {{bra size|band=60|cup=D}} | 28D (60D) |
| Cup sizes | |
| {{bra size|band=34|cup=F}} | 34F (75F) |
| {{bra size|band=34|cup=FF}} | 34G (75G) (same as FF cup) |
| {{bra size|band=34|cup=FFF}} | 34H (75H) (same as FFF cup) |
| {{bra size|band=34|cup=ZZZ}} | 34Z (75Z) (same as ZZZ cup) |
| {{bra size|band=34|cup=B}} | 34B (75B) |
| Required and optional parameters | |
| {{bra size|cup=D}} | D |
| {{bra size|cup=DD}} | E (same as DD cup) |
| {{bra size|band=34}} | Error: Please specify a cup size or leave all parameters blank. |
| {{bra size|band=|cup=}} | |
Usage
The template can be used
- within an article: In recent years, her bra size has increased to 36H (80H).
- in the Measurements field of the Biobox: Measurements: 40-24-36 - 34F (75F)
The template cannot be used
- As the Bra size template can be used both for complete bra sizes and only for cup sizes, it could be discussed if the Cup size field of the Biobox should be replaced by Bra size. If someone does not know the complete bra size of a model, he can enter just the cup size like before. The Honorable would have to change the code of the field so that it does not convert the whole entry into a category search, but only the cup size. This would help to keep the Measurements field clean (only bust-waist-hips) and to give the writers a proper field where they can add a bra size.
- with the "metric" suffix used for Japanese bra sizes: 34P metric (75P metric)
- Funcionality for "metric" suffixes could be added. But unfortunately I have no idea how Japanese cup sizes are converted into "normal" ones. DDrendar has added to a category page that J metric corresponds to DD. Is there something like a conversion table? Dekkappai, master of Japanese models, please help! :-)
Sub-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}}
- detects 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.