Difference between revisions of "Template:Infobox drug reference"
Chris Rishel (talk | contribs) (Added support for embedded dosage calculation) Tag: 2017 source edit |
Chris Rishel (talk | contribs) (Fixed calculatormodule id for dosage calculator) Tag: 2017 source edit |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<templatestyles src="Infobox drug reference/styles.css" /> | <templatestyles src="Infobox drug reference/styles.css" /><div class="infobox"> | ||
<div class="infobox"> | |||
<div class="infobox-title {{#if:{{{drug_class_color|}}}|drug-class-{{{drug_class_color}}}}}">{{PAGENAME}}</div> | <div class="infobox-title {{#if:{{{drug_class_color|}}}|drug-class-{{{drug_class_color}}}}}">{{PAGENAME}}</div> | ||
<table class="table">{{#if:{{{trade_names|}}}|<tr> | <table class="table">{{#if:{{{trade_names|}}}|<tr> | ||
<th>Trade names</th> | <th>Trade names</th> | ||
<td>{{{trade_names}}}</td> | <td> | ||
{{{trade_names}}} | |||
</td> | |||
</tr>}}{{#if:{{{image_file|}}}|<tr><td colspan="2" class="infobox-image"> | </tr>}}{{#if:{{{image_file|}}}|<tr><td colspan="2" class="infobox-image"> | ||
<div>[[File:{{{image_file}}}|320px]]</div>{{#if:{{{image_caption|}}}| | <div>[[File:{{{image_file}}}|320px]]</div>{{#if:{{{image_caption|}}}| | ||
Line 12: | Line 12: | ||
</tr>{{#if:{{{drug_class|}}}|<tr> | </tr>{{#if:{{{drug_class|}}}|<tr> | ||
<th>Drug class</th> | <th>Drug class</th> | ||
<td>{{{drug_class}}}</td> | <td> | ||
{{{drug_class}}} | |||
</td> | |||
</tr>}}{{#if:{{{uses|}}}|<tr> | </tr>}}{{#if:{{{uses|}}}|<tr> | ||
<th>Uses</th> | <th>Uses</th> | ||
<td>{{{uses}}}</td> | <td> | ||
{{{uses}}} | |||
</td> | |||
</tr>}}{{#if:{{{contraindications|}}}|<tr> | </tr>}}{{#if:{{{contraindications|}}}|<tr> | ||
<th>Contraindications</th> | <th>Contraindications</th> | ||
<td>{{{contraindications}}}</td> | <td> | ||
{{{contraindications}}} | |||
</td> | |||
</tr>}}{{#if:{{{routes|}}}|<tr> | </tr>}}{{#if:{{{routes|}}}|<tr> | ||
<th>Routes of administration</th> | <th>Routes of administration</th> | ||
<td>{{{routes}}}</td> | <td> | ||
{{{routes}}} | |||
</td> | |||
</tr>}}{{#if:{{{dosage|}}}|<tr> | </tr>}}{{#if:{{{dosage|}}}|<tr> | ||
<th>Dosage</th> | <th>Dosage</th> | ||
<td>{{{dosage}}}</td> | <td> | ||
{{{dosage}}} | |||
</td> | |||
</tr>}}{{#if:{{{dosage_calculation|}}}|<tr> | </tr>}}{{#if:{{{dosage_calculation|}}}|<tr> | ||
<td class="infobox-table-section-heading" colspan="2">Dosage</td> | <td class="infobox-table-section-heading" colspan="2">Dosage</td> | ||
</tr><tr> | </tr><tr> | ||
<td colspan="2" class="calculation-infobox"> | <td colspan="2" class="calculation-infobox"> | ||
<calculatormodule id=" | <calculatormodule id="drugDosage" /> | ||
<calculatoroptions patientInputInline="true" /> | <calculatoroptions patientInputInline="true" /> | ||
<div class="calculator-calculation calculator-calculation-drugDosages-{{{dosage_calculation}}}"></div> | <div class="calculator-calculation calculator-calculation-drugDosages-{{{dosage_calculation}}}"></div> | ||
Line 37: | Line 47: | ||
</tr>{{#if:{{{mechanism|}}}|<tr> | </tr>{{#if:{{{mechanism|}}}|<tr> | ||
<th>Mechanism of action</th> | <th>Mechanism of action</th> | ||
<td>{{{mechanism}}}</td> | <td> | ||
{{{mechanism}}} | |||
</td> | |||
</tr>}}{{#if:{{{adverse_effects|}}}|<tr> | </tr>}}{{#if:{{{adverse_effects|}}}|<tr> | ||
<th>Adverse effects</th> | <th>Adverse effects</th> | ||
<td>{{{adverse_effects}}}</td> | <td> | ||
{{{adverse_effects}}} | |||
</td> | |||
</tr>}}<tr> | </tr>}}<tr> | ||
<td class="infobox-table-section-heading" colspan="2">Pharmacokinetics</td> | <td class="infobox-table-section-heading" colspan="2">Pharmacokinetics</td> | ||
</tr>{{#if:{{{time_onset|}}}|<tr> | </tr>{{#if:{{{time_onset|}}}|<tr> | ||
<th>Onset of action</th> | <th>Onset of action</th> | ||
<td>{{{time_onset}}}</td> | <td> | ||
{{{time_onset}}} | |||
</td> | |||
</tr>}}{{#if:{{{duration|}}}|<tr> | </tr>}}{{#if:{{{duration|}}}|<tr> | ||
<th>Duration of action</th> | <th>Duration of action</th> | ||
<td>{{{duration}}}</td> | <td> | ||
{{{duration}}} | |||
</td> | |||
</tr>}}{{#if:{{{metabolism|}}}|<tr> | </tr>}}{{#if:{{{metabolism|}}}|<tr> | ||
<th>Metabolism</th> | <th>Metabolism</th> | ||
<td>{{{metabolism}}}</td> | <td> | ||
{{{metabolism}}} | |||
</td> | |||
</tr>}}{{#if:{{{halflife_redistribution|}}}|<tr> | </tr>}}{{#if:{{{halflife_redistribution|}}}|<tr> | ||
<th>Redistribution half-life</th> | <th>Redistribution half-life</th> | ||
<td>{{{halflife_redistribution}}}</td> | <td> | ||
{{{halflife_redistribution}}} | |||
</td> | |||
</tr>}}{{#if:{{{halflife_elimination|}}}|<tr> | </tr>}}{{#if:{{{halflife_elimination|}}}|<tr> | ||
<th>Elimination half-life</th> | <th>Elimination half-life</th> | ||
<td>{{{halflife_elimination}}}</td> | <td> | ||
{{{halflife_elimination}}} | |||
</td> | |||
</tr>}}{{#if:{{{clearance|}}}|<tr> | </tr>}}{{#if:{{{clearance|}}}|<tr> | ||
<th>Clearance</th> | <th>Clearance</th> | ||
<td>{{{clearance}}}</td> | <td> | ||
{{{clearance}}} | |||
</td> | |||
</tr>}}{{#if:{{{bioavailability|}}}|<tr> | </tr>}}{{#if:{{{bioavailability|}}}|<tr> | ||
<th>Bioavailability</th> | <th>Bioavailability</th> | ||
<td>{{{bioavailability}}}</td> | <td> | ||
{{{bioavailability}}} | |||
</td> | |||
</tr>}}{{#if:{{{protein_binding|}}}|<tr> | </tr>}}{{#if:{{{protein_binding|}}}|<tr> | ||
<th>Protein binding</th> | <th>Protein binding</th> | ||
<td>{{{protein_binding}}}</td> | <td> | ||
{{{protein_binding}}} | |||
</td> | |||
</tr>}}{{#if:{{{pka|}}}|<tr> | </tr>}}{{#if:{{{pka|}}}|<tr> | ||
<th>pKa</th> | <th>pKa</th> | ||
<td>{{{pka}}}</td> | <td> | ||
{{{pka}}} | |||
</td> | |||
</tr>}}{{#if:{{{volume_distribution|}}}|<tr> | </tr>}}{{#if:{{{volume_distribution|}}}|<tr> | ||
<th>Volume of distribution</th> | <th>Volume of distribution</th> | ||
<td>{{{volume_distribution}}}</td> | <td> | ||
{{{volume_distribution}}} | |||
</td> | |||
</tr>}}<tr> | </tr>}}<tr> | ||
<td class="infobox-table-section-heading" colspan="2">Physical and chemical data</td> | <td class="infobox-table-section-heading" colspan="2">Physical and chemical data</td> | ||
</tr>{{#if:{{{formula|}}}|<tr> | </tr>{{#if:{{{formula|}}}|<tr> | ||
<th>Formula</th> | <th>Formula</th> | ||
<td>{{{formula}}}</td> | <td> | ||
{{{formula}}} | |||
</td> | |||
</tr>}}{{#if:{{{molar_mass|}}}|<tr> | </tr>}}{{#if:{{{molar_mass|}}}|<tr> | ||
<th>Molar mass</th> | <th>Molar mass</th> | ||
<td>{{{molar_mass}}}</td> | <td> | ||
{{{molar_mass}}} | |||
</td> | |||
</tr>}}{{#if:{{{boiling_point|}}}|<tr> | </tr>}}{{#if:{{{boiling_point|}}}|<tr> | ||
<th>Boiling point</th> | <th>Boiling point</th> | ||
<td>{{{boiling_point}}}</td> | <td> | ||
{{{boiling_point}}} | |||
</td> | |||
</tr>}}{{#if:{{{vapor_pressure|}}}|<tr> | </tr>}}{{#if:{{{vapor_pressure|}}}|<tr> | ||
<th>Vapor pressure</th> | <th>Vapor pressure</th> | ||
<td>{{{vapor_pressure}}}</td> | <td> | ||
{{{vapor_pressure}}} | |||
</td> | |||
</tr>}}{{#if:{{{blood_gas_partition|}}}|<tr> | </tr>}}{{#if:{{{blood_gas_partition|}}}|<tr> | ||
<th>Blood-gas partition coefficient</th> | <th>Blood-gas partition coefficient</th> | ||
<td>{{{blood_gas_partition}}}</td> | <td> | ||
{{{blood_gas_partition}}} | |||
</td> | |||
</tr>}}{{#if:{{{oil_gas_partition|}}}|<tr> | </tr>}}{{#if:{{{oil_gas_partition|}}}|<tr> | ||
<th>Oil-gas partition coefficient</th> | <th>Oil-gas partition coefficient</th> | ||
<td>{{{oil_gas_partition}}}</td> | <td> | ||
{{{oil_gas_partition}}} | |||
</td> | |||
</tr>}}<tr> | </tr>}}<tr> | ||
<td colspan="2" class="infobox-table-section-heading">Article quality</td> | <td colspan="2" class="infobox-table-section-heading">Article quality</td> | ||
Line 105: | Line 151: | ||
</tr> | </tr> | ||
</table> | </table> | ||
</div> | </div><noinclude> | ||
<noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { |
Latest revision as of 03:33, 17 July 2022
Clinical data | |
Pharmacodynamics | |
Pharmacokinetics | |
Physical and chemical data | |
Article quality | |
Editor rating | |
---|---|
User likes |
This Infobox will display the most pertinent information about a drug at the top of the article. When appropriate, please use the standardized options listed in the field description (click the (i) icon above each field to show a list which can be copy-pasted). You may also include brief clarification in parenthesis after each item. If using an abbreviation, please link to a page that defines it (e.g. use [[ETT]] not ETT). To display items on separate lines, add <br/> between them.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Trade names | trade_names | If applicable, list trade names of the drug
| Content | suggested |
Article image | image_file | An image relevant to the drug
| File | optional |
Article image caption | image_caption | A caption for the article image | Content | optional |
Drug class | drug_class | List the classes of the drug.
| Content | suggested |
Drug class color | drug_class_color | If applicable, select from one of the predefined options to apply a highlight color for the drug in the title of the infobox. Valid options: anticholinergic, benzodiazepine, benzodiazepine_reversal, cardiovascular_agonist, cardiovascular_antagonist, desflurane, enflurane, halothane, isoflurane, local_anesthetic, nitrous_oxide, neuromuscular_blocker, neuromuscular_blocker_reversal, opioid, opioid_reversal, sedative_hypnotic, sevoflurane
| Line | suggested |
Uses | uses | List the uses of the drug
| Content | suggested |
Contraindications | contraindications | If applicable, list absolute and relative contraindications of the drug. Do not include allergy to the drug itself.
| Content | suggested |
Routes of administration | routes | List the routes of administration of the drug. If one route, use the full term. If multiple routes, use only abbreviations. Standardized options: Epidural (EP), Inhalation (INH), Intramuscular (IM), Intranasal (IN), Intrathecal (IT), Intravenous (IV), Transdermal (TD), Endotracheal (ETT) | Content | suggested |
Dosage | dosage | List dosages of the drug. Use multiple lines and/or bullet points if necessary.
| Content | suggested |
Dosage calculation id | dosage_calculation | Embeds a drug dosage calculator into the infobox. The drug id must be defined in MediaWiki:Gadgets-calculator-drugs-data.js.
| Line | suggested |
Mechanism of action | mechanism | State the mechanism of action of the drug
| Content | suggested |
Adverse effects | adverse_effects | List important adverse effects of the drug
| Content | suggested |
Onset of action | time_onset | State the onset of action of the drug
| Content | suggested |
Duration of action | duration | State the duration of action of the drug
| Content | suggested |
Metabolism | metabolism | Describe the metabolism of the drug
| Content | suggested |
Redistribution half-life | halflife_redistribution | State the redistribution half-life of the drug
| Content | suggested |
Elimination half-life | halflife_elimination | State the elimination half-life of the drug
| Content | suggested |
Clearance | clearance | State the clearance of the drug
| Content | suggested |
Bioavailability | bioavailability | If applicable, state the bioavailability of the drug
| Content | optional |
Protein binding | protein_binding | State the protein binding of the drug
| Content | suggested |
pKa | pka | State the pKa of the drug
| Content | optional |
Volume of distribution | volume_distribution | State the volume of distribution of the drug
| Content | optional |
Formula | formula | State the chemical formula of the drug
| Content | optional |
Molar mass | molar_mass | State the molar mass of the drug
| Content | optional |
Boiling point | boiling_point | State the boiling point of the drug at standard pressure
| Content | optional |
Vapor pressure | vapor_pressure | State the vapor pressure of the drug at standard pressure and temperature
| Content | optional |
Blood-gas partition coefficient | blood_gas_partition | State the blood-gas partition coefficient of the drug
| Content | optional |
Oil-gas partition coefficient | oil_gas_partition | State the oil-gas partition coefficient of the drug
| Content | optional |