Template:Infobox medical condition: Difference between revisions

From WikiMD's Wellness Encyclopedia

m Reverted edit by 108.2.210.210 (talk) to last revision by Prab
Tag: Rollback
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
{| class="infobox" style="width: 22em; font-size: 90%;"
{| class="infobox" style="width: 22em; font-size: 90%; border: 1px solid #a3c9f9; background-color: #eaf3fc;"
|-
|-
! colspan="2" style="background-color: #f8f9fa; font-size: 110%; text-align: center;" | {{{name|Medical Condition}}}
! colspan="2" style="background-color: #cfe8ff; color: #002b5c; font-size: 110%; text-align: center; border-bottom: 2px solid #a3c9f9;" | {{{name|Medical Condition}}}
|-
|-
| colspan="2" style="text-align: center;" | {{{image|}}}
| colspan="2" style="text-align: center;" | {{{image|}}}
|-
|-
| '''Synonyms'''
| '''Synonyms'''
| {{{synonyms|N/A}}}
| style="background-color: #d6e9ff;" | {{{synonyms|N/A}}}
|-
|-
| '''Pronounce'''
| '''Pronounce'''
Line 13: Line 13:
|-
|-
| '''Specialty'''
| '''Specialty'''
| {{{specialty|N/A}}}
| style="background-color: #d6e9ff;" | {{{specialty|N/A}}}
|-
|-
| '''Symptoms'''
| '''Symptoms'''
Line 19: Line 19:
|-
|-
| '''Complications'''
| '''Complications'''
| {{{complications|N/A}}}
| style="background-color: #d6e9ff;" | {{{complications|N/A}}}
|-
|-
| '''Onset'''
| '''Onset'''
Line 25: Line 25:
|-
|-
| '''Duration'''
| '''Duration'''
| {{{duration|N/A}}}
| style="background-color: #d6e9ff;" | {{{duration|N/A}}}
|-
|-
| '''Types'''
| '''Types'''
Line 31: Line 31:
|-
|-
| '''Causes'''
| '''Causes'''
| {{{causes|N/A}}}
| style="background-color: #d6e9ff;" | {{{causes|N/A}}}
|-
|-
| '''Risks'''
| '''Risks'''
Line 37: Line 37:
|-
|-
| '''Diagnosis'''
| '''Diagnosis'''
| {{{diagnosis|N/A}}}
| style="background-color: #d6e9ff;" | {{{diagnosis|N/A}}}
|-
|-
| '''Differential diagnosis'''
| '''Differential diagnosis'''
Line 43: Line 43:
|-
|-
| '''Prevention'''
| '''Prevention'''
| {{{prevention|N/A}}}
| style="background-color: #d6e9ff;" | {{{prevention|N/A}}}
|-
|-
| '''Treatment'''
| '''Treatment'''
Line 49: Line 49:
|-
|-
| '''Medication'''
| '''Medication'''
| {{{medication|N/A}}}
| style="background-color: #d6e9ff;" | {{{medication|N/A}}}
|-
|-
| '''Prognosis'''
| '''Prognosis'''
Line 55: Line 55:
|-
|-
| '''Frequency'''
| '''Frequency'''
| {{{frequency|N/A}}}
| style="background-color: #d6e9ff;" | {{{frequency|N/A}}}
|-
|-
| '''Deaths'''
| '''Deaths'''
Line 61: Line 61:
|}
|}
</includeonly>
</includeonly>
<noinclude>
== Usage ==
This template organizes information about medical conditions in a structured infobox.
=== Example ===
<syntaxhighlight lang="mediawiki">
{{Infobox medical condition
| name          = Irritable Bowel Syndrome
| synonyms      = IBS, spastic colon
| image        =
| caption      =
| pronounce    =
| specialty    = [[Gastroenterology]]
| symptoms      = Abdominal pain, bloating, diarrhea, constipation
| complications =
| onset        =
| duration      = Long term
| types        = IBS-C (constipation predominant), IBS-D (diarrhea predominant), IBS-M (mixed type)
| causes        = Unknown
| risks        = Food sensitivity, stress
| diagnosis    = Based on symptoms, ruled out other conditions
| differential  = [[Inflammatory bowel disease]], [[Celiac disease]], [[Gastroenteritis]]
| prevention    =
| treatment    = Dietary changes, medication, psychological therapy
| medication    = [[Laxatives]], [[Antispasmodics]], [[Antidepressants]]
| prognosis    =
| frequency    = 10–15% globally
| deaths        =
}}
</syntaxhighlight>
=== Parameters ===
* `name` - Name of the condition.
* `synonyms` - Other names or terms for the condition.
* `image` - Relevant image or diagram.
* `caption` - Caption for the image.
* `pronounce` - Pronunciation of the condition.
* `specialty` - The medical specialty related to the condition.
* `symptoms` - Common symptoms.
* `complications` - Potential complications.
* `onset` - Typical age or stage of onset.
* `duration` - Duration of the condition.
* `types` - Different types or categories of the condition.
* `causes` - Known causes.
* `risks` - Risk factors.
* `diagnosis` - How the condition is diagnosed.
* `differential` - Conditions to rule out in diagnosis.
* `prevention` - Preventative measures.
* `treatment` - Treatments available.
* `medication` - Medications commonly used.
* `prognosis` - Prognosis or outcome.
* `frequency` - Frequency or prevalence.
* `deaths` - Mortality rate or statistics.
== Notes ==
Place this template at the top of a medical condition's page to provide an organized summary of key details.
</noinclude>

Revision as of 02:21, 12 November 2025