Template:MedTemplate: Difference between revisions
Template page
More actions
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 = | ||