Template:Bra size

Boobpedia - Encyclopedia of big boobs
Jump to navigationJump to search

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 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).

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 parameter band=<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.
  • Required.

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
Cup sizes
{{bra size|band=34|cup=F}} 34F (75F) - alt: F cup
{{bra size|band=34|cup=FF}} 34G (75G) - alt: FF cup
{{bra size|band=34|cup=FFF}} 34H (75H) - alt: FFF cup
{{bra size|band=34|cup=ZZZ}} 34Z (75Z) - alt: ZZZ cup
{{bra size|band=34|cup=B}} 34B (75B) - alt: B cup
Required and optional parameters
{{bra size|cup=D}} D - alt: D cup
{{bra size|cup=DD}} E - alt: DD cup
{{bra size|band=34}} Error: Please specify a cup size or leave all parameters blank.
{{bra size|band=|cup=}}


Usability

The template can be used

  • within an article: In recent years, her bra size has increased to 36H (80H) - alt: H cup.
  • in the Measurements field of the Biobox: Measurements: 40-24-36 - 34F (75F) - alt: F cup

The template cannot be used

  • in the Cup size field of the Biobox: [[:Category:34F (75F) - alt: F cup cup|34F (75F) - alt: F cup]]
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) - alt: P metric cup
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.