Template:MedTemplate: Difference between revisions
Appearance
MDElliottMD (talk | contribs) No edit summary |
MDElliottMD (talk | contribs) No edit summary |
||
| Line 9: | Line 9: | ||
{{#if:{{{starting_dose|}}}|<tr><th style="text-align:left;">Starting dose</th><td>{{{starting_dose}}}</td></tr>}} | {{#if:{{{starting_dose|}}}|<tr><th style="text-align:left;">Starting dose</th><td>{{{starting_dose}}}</td></tr>}} | ||
{{#if:{{{preparations|}}}|<tr><th style="text-align:left;">Preparations</th><td>{{{preparations}}}</td></tr>}} | {{#if:{{{preparations|}}}|<tr><th style="text-align:left;">Preparations</th><td>{{{preparations}}}</td></tr>}} | ||
{{#if:{{{fda_max|}}}|<tr><th style="text-align:left;">US FDA Max</th><td>{{{fda_max}}}</td></tr>}} | |||
<tr><th colspan="2" style="background:#7c3aed; color:#fff; padding:0.4em; text-align:left;">Pharmacology</th></tr> | <tr><th colspan="2" style="background:#7c3aed; color:#fff; padding:0.4em; text-align:left;">Pharmacology</th></tr> | ||
{{#if:{{{routes|}}}|<tr><th style="text-align:left;">Routes</th><td>{{{routes}}}</td></tr>}} | {{#if:{{{routes|}}}|<tr><th style="text-align:left;">Routes</th><td>{{{routes}}}</td></tr>}} | ||
| Line 27: | Line 28: | ||
| starting_dose={{{starting_dose|}}} | | starting_dose={{{starting_dose|}}} | ||
| preparations={{{preparations|}}} | | preparations={{{preparations|}}} | ||
| fda_max={{{fda_max|}}} | |||
| routes={{{routes|}}} | | routes={{{routes|}}} | ||
| onset={{{onset|}}} | | onset={{{onset|}}} | ||
| Line 81: | Line 83: | ||
| starting_dose=String | | starting_dose=String | ||
| preparations=String | | preparations=String | ||
| fda_max=String | |||
| routes=List (,) of String | | routes=List (,) of String | ||
| onset=String | | onset=String | ||
| Line 103: | Line 106: | ||
| starting_dose = | | starting_dose = | ||
| preparations = | | preparations = | ||
| fda_max = | |||
| routes = | | routes = | ||
| onset = | | onset = | ||
Revision as of 02:27, 13 May 2026
This template defines the table "Medicines". View table.
Usage
Medicine entry template. Fill in fields below; empty fields are auto-omitted.
{{MedTemplate
| generic =
| brand =
| structure =
| classes =
| uses =
| starting_dose =
| preparations =
| fda_max =
| routes =
| onset =
| duration =
| halflife =
| bioavailability =
| pregnancy =
| legal =
| mechanism =
| intro =
| pk_absorption =
| pk_distribution =
| pk_metabolism =
| pk_elimination =
| pharmacodynamics =
| indications =
| dosing =
| effects =
| contraindications =
| interactions =
| pregnancy_details =
| monitoring =
| counseling =
| anecdotes =
| seealso =
| references =
}}
Notes:
- The
adverseparameter is deprecated — its content is still rendered, but new pages should combine therapeutic and adverse effects into the singleeffectsparameter. - The
formulaparameter is deprecated and no longer rendered. It can be removed from existing pages. - The single
pharmacokineticsparameter is deprecated; new pages should usepk_absorption,pk_distribution,pk_metabolism, andpk_elimination.
This template also populates the Medicines Cargo table — see Special:CargoTables/Medicines.