Actions

Template

Template:Infobox medical specialty

From W8MD weight loss and sleep centers

Template:Documentation subpage

Usage

This template is used for medical specialties, healthcare disciplines, and related clinical fields such as lifestyle medicine, obesity medicine, sleep medicine, preventive medicine, nutrition, and medical weight loss.

Basic example

{{Infobox medical specialty
| title        = Lifestyle medicine
| image        = Good Food Display - NCI Visuals Online.jpg
| caption      = Lifestyle medicine emphasizes healthy habits to prevent and treat chronic disease
| specialty    = [[Preventive medicine]], [[lifestyle medicine]]
| subdivisions = [[Nutrition counseling]], [[sleep medicine]], [[weight management]]
| diseases     = [[Obesity]], [[type 2 diabetes]], [[hypertension]], [[sleep apnea]]
| specialist   = [[Lifestyle medicine physician]]
| related      = [[Obesity medicine]], [[medical weight loss]], [[nutrition]]
}}

Parameters

Parameter Description
title Title displayed at the top of the infobox. Defaults to page name.
name Alternative title field.
image Image filename only, without File:.
image_size Image width. Default is 250px.
alt Alternative text for the image.
caption Image caption.
specialty Main medical specialty or discipline.
system Body system or broad medical system.
subdivisions Subspecialties or related branches.
subspecialties Alternative field for subdivisions.
focus Main clinical or scientific focus.
diseases Diseases or conditions treated.
conditions Alternative field for diseases.
tests Common diagnostic tests.
procedures Common procedures.
treatments Common treatments.
medications Common medications.
training Training or certification.
specialist Type of specialist.
related Related specialties or topics.
organization Related professional organization.
website Official or relevant website.

TemplateData

<templatedata> {

 "description": "Infobox for medical specialties, healthcare disciplines, and clinical fields.",
 "params": {
   "title": {
     "label": "Title",
     "description": "Title displayed at the top of the infobox.",
     "type": "string"
   },
   "name": {
     "label": "Name",
     "description": "Alternative title field.",
     "type": "string"
   },
   "image": {
     "label": "Image",
     "description": "Image filename only, without File:.",
     "type": "wiki-file-name"
   },
   "image_size": {
     "label": "Image size",
     "description": "Image width, such as 250px.",
     "type": "string",
     "default": "250px"
   },
   "alt": {
     "label": "Alt text",
     "description": "Alternative text for the image.",
     "type": "string"
   },
   "caption": {
     "label": "Caption",
     "description": "Caption for the image.",
     "type": "string"
   },
   "specialty": {
     "label": "Specialty",
     "description": "Main medical specialty or discipline.",
     "type": "string"
   },
   "system": {
     "label": "System",
     "description": "Body system or broad medical system.",
     "type": "string"
   },
   "subdivisions": {
     "label": "Subdivisions",
     "description": "Subspecialties or related branches.",
     "type": "string"
   },
   "subspecialties": {
     "label": "Subspecialties",
     "description": "Alternative field for subdivisions.",
     "type": "string"
   },
   "focus": {
     "label": "Focus",
     "description": "Main clinical or scientific focus.",
     "type": "string"
   },
   "diseases": {
     "label": "Diseases",
     "description": "Diseases or conditions treated.",
     "type": "string"
   },
   "conditions": {
     "label": "Conditions",
     "description": "Alternative field for diseases.",
     "type": "string"
   },
   "tests": {
     "label": "Tests",
     "description": "Common diagnostic tests.",
     "type": "string"
   },
   "procedures": {
     "label": "Procedures",
     "description": "Common procedures.",
     "type": "string"
   },
   "treatments": {
     "label": "Treatments",
     "description": "Common treatments.",
     "type": "string"
   },
   "medications": {
     "label": "Medications",
     "description": "Common medications.",
     "type": "string"
   },
   "training": {
     "label": "Training",
     "description": "Training or certification.",
     "type": "string"
   },
   "specialist": {
     "label": "Specialist",
     "description": "Type of specialist.",
     "type": "string"
   },
   "related": {
     "label": "Related fields",
     "description": "Related specialties or topics.",
     "type": "string"
   },
   "organization": {
     "label": "Organization",
     "description": "Related professional organization.",
     "type": "string"
   },
   "website": {
     "label": "Website",
     "description": "Official or relevant website.",
     "type": "string"
   }
 }

} </templatedata>

See also