You can edit almost every page by Creating an account and confirming your email.

T-shirt size

From EverybodyWiki Bios & Wiki

In several contexts, T-shirt sizes refers to the standardized clothing sizes used for t-shirts as a more general concept applicable to all sorts of dimensions, e.g. in agile software development as part of planning poker[1].

At its base, these are the sizes small (S), medium (M) and large (L). Non-medium sizes can be augmented by the prefix extra (X), generating additional sizes XS and XL. This can be repeated if needed. Multiple extra prefixes are abbreviated either as the respective number of the letter X, i.e. XXS and XXL etc., or as their count given as a digit before the letter, i.e. 2XS and 2XL etc.

Variants

Sometimes, extra small (XS) and extra large (XL) are replaced by other single-word designations like tiny (T) and huge (H), respectively, so they can be represented by a single unique letter. Likewise, instead of reduplicating the prefix extra there are sometimes alternative modifiers like super (S) and ultra (U), so every size can be represented by a maximum of two letters. To make all size abbreviations exactly two letters, e.g. in CSS class names of Bootstrap[2], the base sizes may be represented as SM, MD and LG instead. Rarely, e.g. in Korean/Japanese clothes, there is no prefix but the size designator itself is repeated, i.e. SS and LL.[3] CSS use the letter x as a prefix in named font sizes but does not abbreviate the base size, so it runs from xx-small through xx-large.[4]

Overview of T-shirt size variants
Level prefix reduplication prefix count size reduplication alternative prefixes alternative names
+4 extra extra extra large XXXL triple extra large 3XL quadruple large LLLL 4L ultra large  UL
+3 extra extra large XXL double extra large 2XL triple large LLL 3L super large SL
+2 extra large XL double large LL 2L huge H
+1 large L LG
±0 medium M MD
−1 small S SM
−2 extra small XS double small SS 2S tiny T
−3 extra extra small XXS double extra small 2XS triple small SSS 3S super small SS
−4 extra extra extra small XXXS triple extra small 3XS quadruple small SSSS 4S ultra small US

In many scenarios, including clothing sizes themselves, there are more large than small sizes, e.g. 3XL, 4XL and 5XL but just XS, so the medium size is not really in the middle. Although t-shirt size may be used to categorically bin ranges on an interval scale, they can only be arranged on an ordinal scale themselves.


This article "T-shirt size" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:T-shirt size. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.

  1. "How I use T-Shirt sizing as a Product Owner to estimate delivery". Medium. Feb 7, 2020. Retrieved 2022-10-22.
  2. "Bootstrap Breakpoints". Bootstrap team. Retrieved 2023-08-03.
  3. JIS L 4004 Sizing systems for men's garments and JIS L 4005 Sizing Systems for Women's Garments
  4. CSS Fonts Module. Font size: the font-size property