Template:BMI Calculator: Difference between revisions

(Create BMI & BSA calculator template with references)
 
(Fix formula: use gadget-supported functions instead of Math.* prefix)
Line 21: Line 21:
|-
|-
| '''BSA''' (Mosteller, m²)
| '''BSA''' (Mosteller, m²)
| style="font-size:18px; font-weight:bold;" | {{calculator|id=bmi_bsa|type=plain|formula=Math.sqrt(bmi_ht*bmi_wt/3600)|decimals=2|NaN-text=—|style=min-width:4ch;display:inline-block}} m²
| style="font-size:18px; font-weight:bold;" | {{calculator|id=bmi_bsa|type=plain|formula=sqrt(bmi_ht*bmi_wt/3600)|decimals=2|NaN-text=—|style=min-width:4ch;display:inline-block}} m²
|}
|}
{| class="wikitable" style="width:100%; margin-top:4px;"
{| class="wikitable" style="width:100%; margin-top:4px;"

Revision as of 15:50, 21 March 2026

Interactive BMI (Body Mass Index) and BSA (Body Surface Area) calculator. Requires the calculator gadget. Usage: {{BMI Calculator}}

BMI & Body Surface Area
Parameter Value
Weight (kg)
Height (cm)
Results
BMI (kg/m²) kg/m²
BSA (Mosteller, m²)
BMI Classification (WHO)
<18.5 | Underweight
18.5–24.9 | Normal weight
25–29.9 | Overweight
30–34.9 | Obesity class I
35–39.9 | Obesity class II
≥40 | Obesity class III (morbid)
References
  • WHO. Obesity: preventing and managing the global epidemic. WHO Technical Report Series 894. Geneva, 2000.
  • Mosteller RD. Simplified calculation of body-surface area. N Engl J Med. 1987;317(17):1098. PMID 3657876.
  • BMI = weight (kg) / height² (m²). BSA (Mosteller) = √(height(cm) × weight(kg) / 3600).