Template:Infobox medical condition: Difference between revisions
From WikiMD's Wellness Encyclopedia
CSV import |
No edit summary Tag: Manual revert |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{ | <includeonly> | ||
| | {| class="infobox" style="width: 22em; font-size: 90%;" | ||
| | |- | ||
! colspan="2" style="background-color: #f8f9fa; font-size: 110%; text-align: center;" | {{{name|Medical Condition}}} | |||
|- | |||
| colspan="2" style="text-align: center;" | {{{image|}}} | |||
|- | |||
| '''Synonyms''' | |||
| {{{synonyms|N/A}}} | |||
|- | |||
| '''Pronounce''' | |||
| {{{pronounce|N/A}}} | |||
|- | |||
| '''Specialty''' | |||
| {{{specialty|N/A}}} | |||
|- | |||
| '''Symptoms''' | |||
| {{{symptoms|N/A}}} | |||
|- | |||
| '''Complications''' | |||
| {{{complications|N/A}}} | |||
|- | |||
| '''Onset''' | |||
| {{{onset|N/A}}} | |||
|- | |||
| '''Duration''' | |||
| {{{duration|N/A}}} | |||
|- | |||
| '''Types''' | |||
| {{{types|N/A}}} | |||
|- | |||
| '''Causes''' | |||
| {{{causes|N/A}}} | |||
|- | |||
| '''Risks''' | |||
| {{{risks|N/A}}} | |||
|- | |||
| '''Diagnosis''' | |||
| {{{diagnosis|N/A}}} | |||
|- | |||
| '''Differential diagnosis''' | |||
| {{{differential|N/A}}} | |||
|- | |||
| '''Prevention''' | |||
| {{{prevention|N/A}}} | |||
|- | |||
| '''Treatment''' | |||
| {{{treatment|N/A}}} | |||
|- | |||
| '''Medication''' | |||
| {{{medication|N/A}}} | |||
|- | |||
| '''Prognosis''' | |||
| {{{prognosis|N/A}}} | |||
|- | |||
| '''Frequency''' | |||
| {{{frequency|N/A}}} | |||
|- | |||
| '''Deaths''' | |||
| {{{deaths|N/A}}} | |||
|} | |||
</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> | </noinclude> | ||
Latest revision as of 02:28, 12 November 2025
Usage[edit]
This template organizes information about medical conditions in a structured infobox.
Example[edit]
{{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 =
}}Parameters[edit]
- `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[edit]
Place this template at the top of a medical condition's page to provide an organized summary of key details.