Template:BMI Calculator: Difference between revisions

(Create BMI & BSA calculator template with references)
 
(Add === BMI / Body Surface Area === subheading for TOC visibility)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
Usage: <code><nowiki>{{BMI Calculator}}</nowiki></code>
Usage: <code><nowiki>{{BMI Calculator}}</nowiki></code>
[[Category:Calculator templates]]</noinclude>
[[Category:Calculator templates]]</noinclude>
=== BMI / Body Surface Area ===
<div class="calculator-container" data-calculator-refresh-on-load="true">
<div class="calculator-container" data-calculator-refresh-on-load="true">
{| class="wikitable" style="width:100%; border-collapse:collapse;"
{| class="wikitable" style="width:100%; border-collapse:collapse;"
Line 21: Line 22:
|-
|-
| '''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;"

Latest revision as of 15:52, 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

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