Template:SubstanceBox: Difference between revisions
>Kenan m Temporarily remove DI |
>Kenan m Reverted edits by Kenan (talk) to last revision by TobiasEins |
||
Line 1: | Line 1: | ||
<table | <table ID="InfoTable" class="{{{displayClasses|}}}"> | ||
<!-- Routes of Administration array population --> | |||
{{#arraydefine: OralDosage | | {{#arraydefine: OralDosage | | ||
Threshold;{{{OralROA_Threshold|}}}, | |||
Light;{{{OralROA_Light|}}}, | |||
Common;{{{OralROA_Common|}}}, | |||
Strong;{{{OralROA_Strong|}}}, | |||
Heavy;{{{OralROA_Heavy|}}} | |||
}} | }} | ||
{{#arraydefine: OralDuration | | {{#arraydefine: OralDuration | | ||
Total;{{{OralROA_Duration|}}}, | |||
Onset;{{{OralROA_Onset|}}}, | |||
Come up;{{{OralROA_Comeup|}}}, | |||
Peak;{{{OralROA_Peak|}}}, | |||
Offset;{{{OralROA_Offset|}}}, | |||
After effects;{{{OralROA_Aftereffects|}}} | |||
}} | }} | ||
<!-- Header --> | <!-- Header --> | ||
<tr class="SubstanceTitle"> | <tr class="SubstanceTitle"> | ||
<th class="Header" colspan="2">{{{MaterialTable_Title | <th class="Header" colspan="2">{{{MaterialTable_Title}}}</th> | ||
</tr> | </tr> | ||
<!-- Source --> | <!-- Source --> | ||
{{#ifeq: {{{ModuleSource}}} | true | | {{#ifeq: {{{ModuleSource}}} | true | | ||
{{#if: {{{PhotoImageFile}}} | | |||
<tr> | |||
<td class="Image" colspan="2">[[ {{{PhotoImageFile}}} | thumb | center | {{{PhotoImageWidth}}} {{#if: | |||
{{{PhotoImageCaption}}} | {{!}} {{{PhotoImageCaption}}} |}} ]] | |||
</td> | |||
</tr> | |||
|}} | |||
|}} | |}} | ||
Line 208: | Line 40: | ||
{{#ifeq: {{{ModuleCombination}}} | true | | {{#ifeq: {{{ModuleCombination}}} | true | | ||
<!-- Component 1 --> | |||
{{#if: {{{CombinationImage1_Caption}}} | | |||
<tr> | |||
<td class="Caption" colspan="2">''{{{CombinationImage1_Caption}}}''</td> | |||
</tr> | </tr> | ||
|}} | |||
{{#if: {{{CombinationImage1_File}}} | | |||
<tr> | |||
<td class="Image" colspan="2">[[ {{{CombinationImage1_File}}} | frameless | center | | |||
{{{CombinationImage1_Width}}} ]] | |||
</td> | |||
</tr> | |||
|}} | |||
{{#if: {{{ | <!-- Component 2 --> | ||
{{#if: {{{CombinationImage2_Caption}}} | | |||
<tr> | |||
<td class="Caption" colspan="2">''{{{CombinationImage2_Caption}}}''</td> | |||
</tr> | |||
|}} | |||
{{#if: {{{CombinationImage2_File}}} | | |||
<tr> | |||
<td class="Image" colspan="2">[[ {{{CombinationImage2_File}}} | frameless | center | | |||
{{{CombinationImage2_Width}}} ]] | |||
</td> | |||
</tr> | |||
|}} | |||
<!-- Component 3 --> | |||
{{#if: {{{CombinationImage3_Caption}}} | | |||
<tr> | |||
<td class="Caption" colspan="3">''{{{CombinationImage3_Caption}}}''</td> | |||
</tr> | |||
|}} | |||
{{#if: {{{CombinationImage3_File}}} | | |||
<tr> | |||
<td class="Image" colspan="2">[[ {{{CombinationImage3_File}}} | frameless | center | | |||
{{{CombinationImage3_Width}}} ]] | |||
</td> | |||
</tr> | |||
|}} | |||
|}} | |}} | ||
<!-- Molecular Structure --> | <!-- Molecular Structure --> | ||
{{#ifeq: {{{ModuleStructure}}} | true | | {{#ifeq: {{{ModuleStructure}}} | true | | ||
<!-- Skeletal --> | <!-- Caption --> | ||
<!--{{#if: {{{MolecularStructureCaption}}} | | |||
<tr> | |||
<td class="Caption" colspan="2">''{{{MolecularStructureCaption}}}''</td> | |||
</tr> | |||
|}} | |}}--> | ||
<!-- Skeletal --> | |||
{{#if: {{{SkeletalImageFile}}} | | |||
<tr> | |||
<td class="Image" colspan="2">[[ {{{SkeletalImageFile}}} | frameless | center | {{{SkeletalImageWidth}}} ]]</td> | |||
<!--<td class="Image" colspan="2">http://opsin.ch.cam.ac.uk/opsin/{{{NameSystematic}}}.png</td>--> | |||
</tr> | |||
|}} | |||
<!-- 3D --> | |||
{{#if: {{{3DImageFile}}} | | |||
<tr> | |||
<td class="Image" colspan="2">[[ {{{3DImageFile}}} | frameless | center | {{{3DImageWidth}}} ]]</td> | |||
</tr> | |||
|}} | |||
|}} | |}} | ||
<!-- Naming Convention --> | <!-- Naming Convention --> | ||
{{#ifeq: {{{ModuleNomenclature}}} | true | | {{#ifeq: {{{ModuleNomenclature}}} | true | | ||
<tr> | |||
<th id="Nomenclature" class="SubHeader1" colspan="2">Chemical Nomenclature</th> | |||
</tr> | |||
{{#if: {{{NameSubstitution}}} | | {{#if: {{{NameCommon}}} | | ||
<tr> | |||
<th class="RowHeader">Common names</th> | |||
<td class="RowValues">''{{{NameCommon}}}''</td> | |||
</tr> | |||
|}} | |}} | ||
{{#if: {{{NameSubstitution}}} | | |||
<tr> | |||
<th class="RowHeader">Substitutive name</th> | |||
<td class="RowValues">''{{{NameSubstitution}}}''</td> | |||
</tr> | |||
|}} | |||
{{#if: {{{NameSystematic}}} | | |||
<tr> | |||
<th class="RowHeader">Systematic name</th> | |||
<td class="RowValues">''{{{NameSystematic}}}''</td> | |||
</tr> | |||
|}} | |||
|}} | |}} | ||
<!-- Substance Class Membership --> | <!-- Substance Class Membership --> | ||
{{#ifeq: {{{ModuleClassMembership}}} | true | | {{#ifeq: {{{ModuleClassMembership}}} | true | | ||
{{#if: {{{EffectClass}}} | | <tr> | ||
<th id="ClassMembership" class="SubHeader1" colspan="2">Class Membership</th> | |||
</tr> | |||
{{#if: {{{EffectClass}}} | | |||
|}} | <tr> | ||
<th class="RowHeader">Psychoactive class</th> | |||
<td class="RowValues">''{{{EffectClass}}}''</td> | |||
</tr> | |||
|}} | |||
{{#if: {{{ChemicalClass}}} | | |||
<tr> | |||
<th class="RowHeader">Chemical class</th> | |||
<td class="RowValues">''{{{ChemicalClass}}}''</td> | |||
</tr> | |||
|}} | |||
|}} | |}} | ||
<!-- Routes of Administration --> | <!-- Routes of Administration --> | ||
{{#ifeq: {{{ModuleROA}}} | true | | {{#ifeq: {{{ModuleROA}}} | true | | ||
<tr> | |||
<th id="ROA" class="SubHeader1" colspan="2">[[Routes of Administration]]</th> | |||
</tr> | |||
<tr> | |||
<td colspan="2" class="ROAHeader"> | |||
<table class="ROATable pw-safe-use" width="100%"> | |||
<tr> | |||
<td class="ROACaption" colspan="2"> | |||
{{Preamble/SubstanceSafeUse}} | {{Preamble/SubstanceSafeUse}} | ||
</td> | |||
</tr> | |||
</table> | |||
<!-- Inhaled --> | |||
{{#ifeq: {{{InhaledROA}}} | true | | |||
{{#ifeq: {{{InhaledROA_Collapsed}}} | true | | |||
<table class="ROATable mw-collapsible mw-collapsed" width="100%">| | |||
<table class="ROATable mw-collapsible" width="100%"> | |||
}} | |||
<tr> | |||
<th class="ROAHeader" colspan="2">[[Routes of Administration#Inhaled|Inhaled]]</th> | |||
</tr> | |||
{{ISBDosageChart|substance={{{MaterialTable_Title}}}|roa=Inhaled}} | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Dosage]]</th> | |||
</tr> | |||
{{#if: {{{InhaledROA_Caption}}} | | |||
<!--<tr> | |||
<td class="ROACaption" colspan="2">{{{InhaledROA_Caption}}}</td> | |||
</tr>--> | |||
|}} | |||
{{#if: {{{InhaledROA_Bioavailability}}} | | |||
<tr> | |||
<th class="ROARowHeader">[[Dosage#Bioavailability|Bioavailability]]</th> | |||
<td class="RowValues">{{{InhaledROA_Bioavailability}}}</td> | |||
<!--Display bioavailability --> | |||
</tr> | |||
|}} | |||
{{#arrayunique: InhaledDosage}} | |||
{{#loop: i | 0 | {{#arraysize: InhaledDosage}} | | |||
{{#arraydefine: val | {{#arrayindex: InhaledDosage | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Dosage_classification#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |||
}} | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Duration]]</th> | |||
</tr> | |||
{{#if: {{{InhaledROA_TimelineFile}}} | | |||
<tr> | |||
<td colspan="2">[[ {{{InhaledROA_TimelineFile}}} | center | {{{InhaledROA_TimelineWidth}}} ]]</td> | |||
<!--Display timeline image --> | |||
</tr> | |||
|}} | |||
{{#arrayunique: InhaledDuration}} | |||
{{#loop: i | 0 | {{#arraysize: InhaledDuration}} | | |||
{{#arraydefine: val | {{#arrayindex: InhaledDuration | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Duration#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |}} | ||
}} | |||
</table> | |||
|}} | |||
<!-- Smoked --> | |||
{{#ifeq: {{{SmokedROA}}} | true | | |||
{{#ifeq: {{{SmokedROA_Collapsed}}} | true | | |||
<table class="ROATable mw-collapsible mw-collapsed" width="100%">| | |||
<table class="ROATable mw-collapsible" width="100%"> | |||
}} | |||
<tr> | |||
<th class="ROAHeader" colspan="2">[[Routes of Administration#Smoked|Smoked]]</th> | |||
</tr> | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Dosage]]</th> | |||
</tr> | |||
{{ISBDosageChart|substance={{{MaterialTable_Title}}}|roa=Smoked}} | |||
{{#if: {{{SmokedROA_Caption}}} | | |||
<!--<tr> | |||
<td class="ROACaption" colspan="2">{{{SmokedROA_Caption}}}</td> | |||
</tr>--> | |||
|}} | |||
{{#if: {{{SmokedROA_Bioavailability}}} | | |||
<tr> | |||
<th class="ROARowHeader">[[Dosage#Bioavailability|Bioavailability]]</th> | |||
<td class="RowValues">{{{SmokedROA_Bioavailability}}}</td> | |||
<!--Display bioavailability --> | |||
</tr> | |||
|}} | |||
{{#arrayunique: SmokedDosage}} | |||
{{#loop: i | 0 | {{#arraysize: SmokedDosage}} | | |||
{{#arraydefine: val | {{#arrayindex: SmokedDosage | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Dosage_classification#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |||
}} | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Duration]]</th> | |||
</tr> | |||
</ | {{#if: {{{SmokedROA_TimelineFile}}} | | ||
<tr> | |||
<td colspan="2">[[ {{{SmokedROA_TimelineFile}}} | center | {{{SmokedROA_TimelineWidth}}} ]]</td> | |||
<!--Display timeline image --> | |||
</tr> | |||
|}} | |||
{{#arrayunique: SmokedDuration}} | |||
{{#loop: i | 0 | {{#arraysize: SmokedDuration}} | | |||
{{#arraydefine: val | {{#arrayindex: SmokedDuration | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Duration#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |}} | ||
}} | |||
</table> | |||
|}} | |||
<!-- Oral --> | |||
{{#ifeq: {{{OralROA}}} | true | | |||
{{#ifeq: {{{OralROA_Collapsed}}} | true | | |||
<table class="ROATable mw-collapsible mw-collapsed" width="100%">| | |||
<table class="ROATable mw-collapsible" width="100%"> | |||
}} | |||
<tr> | |||
<th class="ROAHeader" colspan="2">[[Routes of Administration#Oral|Oral]]</th> | |||
</tr> | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Dosage]]</th> | |||
</tr> | |||
{{ISBDosageChart|substance={{{MaterialTable_Title}}}|roa=Oral}} | |||
{{#if: {{{OralROA_Bioavailability}}} | | |||
<tr> | |||
<th class="ROARowHeader">[[Dosage#Bioavailability|Bioavailability]]</th> | |||
<td class="RowValues">{{{OralROA_Bioavailability}}}</td> | |||
<!--Display bioavailability --> | |||
</tr> | |||
|}} | |||
{{#arrayunique: OralDosage}} | |||
{{#loop: i | 0 | {{#arraysize: OralDosage}} | | |||
{{#arraydefine: val | {{#arrayindex: OralDosage | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Dosage_classification#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |||
}} | |||
</ | <tr> | ||
<th class="ROASubHeader" colspan="2">[[Duration]]</th> | |||
</tr> | |||
{{#if: {{{OralROA_TimelineFile}}} | | |||
<tr> | |||
<td colspan="2">[[ {{{OralROA_TimelineFile}}} | center | {{{OralROA_TimelineWidth}}} ]]</td> | |||
<!--Display timeline image --> | |||
</tr> | |||
|}} | |}} | ||
{{#arrayunique: OralDuration}} | |||
{{# | {{#loop: i | 0 | {{#arraysize: OralDuration}} | | ||
{{#arraydefine: val | {{#arrayindex: OralDuration | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Duration#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |||
}} | |||
</table> | |||
|}} | |||
<!-- Buccal --> | |||
{{#ifeq: {{{BuccalROA}}} | true | | |||
{{#ifeq: {{{BuccalROA_Collapsed}}} | true | | |||
<table class="ROATable mw-collapsible mw-collapsed" width="100%">| | |||
<table class="ROATable mw-collapsible" width="100%"> | |||
}} | |||
<tr> | |||
<th class="ROAHeader" colspan="2">[[Routes of Administration#Buccal|Buccal]]</th> | |||
</tr> | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Dosage]]</th> | |||
</tr> | |||
{{ISBDosageChart|substance={{{MaterialTable_Title}}}|roa=Buccal}} | |||
{{#if: {{{BuccalROA_Bioavailability}}} | | |||
<tr> | |||
</tr> | <th class="ROARowHeader">[[Dosage#Bioavailability|Bioavailability]]</th> | ||
<td class="RowValues">{{{BuccalROA_Bioavailability}}}</td> | |||
<!--Display bioavailability --> | |||
</tr> | |||
|}} | |||
{{#arrayunique: BuccalDosage}} | |||
{{#loop: i | 0 | {{#arraysize: BuccalDosage}} | | |||
{{#arraydefine: val | {{#arrayindex: BuccalDosage | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Dosage_classification#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |||
}} | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Duration]]</th> | |||
</tr> | |||
</ | {{#if: {{{BuccalROA_TimelineFile}}} | | ||
<tr> | |||
<td colspan="2">[[ {{{BuccalROA_TimelineFile}}} | center | {{{BuccalROA_TimelineWidth}}} ]]</td> | |||
<!--Display timeline image --> | |||
</tr> | |||
|}} | |||
{{#arrayunique: BuccalDuration}} | |||
{{#loop: i | 0 | {{#arraysize: BuccalDuration}} | | |||
{{#arraydefine: val | {{#arrayindex: BuccalDuration | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Duration#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |}} | ||
}} | |||
</table> | |||
|}} | |||
<!-- Sublingual --> | |||
{{#ifeq: {{{SublingualROA}}} | true | | |||
{{#ifeq: {{{SublingualROA_Collapsed}}} | true | | |||
<table class="ROATable mw-collapsible mw-collapsed" width="100%">| | |||
<table class="ROATable mw-collapsible" width="100%"> | |||
}} | |||
<tr> | |||
<th class="ROAHeader" colspan="2">[[Routes of Administration#Sublingual|Sublingual]]</th> | |||
</tr> | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Dosage]]</th> | |||
</tr> | |||
{{ISBDosageChart|substance={{{MaterialTable_Title}}}|roa=Sublingual}} | |||
{{#if: {{{SublingualROA_Caption}}} | | |||
<!--<tr> | |||
<td class="ROACaption" colspan="2">{{{SublingualROA_Caption}}}</td> | |||
</tr>--> | |||
|}} | |||
{{#if: {{{SublingualROA_Bioavailability}}} | | |||
<tr> | |||
</tr> | <th class="ROARowHeader">[[Dosage#Bioavailability|Bioavailability]]</th> | ||
<td class="RowValues">{{{SublingualROA_Bioavailability}}}</td> | |||
<!--Display bioavailability --> | |||
</tr> | |||
|}} | |||
{{#arrayunique: SublingualDosage}} | |||
{{#loop: i | 0 | {{#arraysize: SublingualDosage}} | | |||
{{#arraydefine: val | {{#arrayindex: SublingualDosage | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Dosage_classification#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |||
}} | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Duration]]</th> | |||
</tr> | |||
{{#if: {{{SublingualROA_TimelineFile}}} | | |||
<tr> | |||
<td colspan="2">[[ {{{SublingualROA_TimelineFile}}} | center | {{{SublingualROA_TimelineWidth}}} | |||
]] | |||
</td> | |||
<!--Display timeline image --> | |||
</tr> | |||
|}} | |}} | ||
{{#arrayunique: SublingualDuration}} | |||
{{# | {{#loop: i | 0 | {{#arraysize: SublingualDuration}} | | ||
{{#arraydefine: val | {{#arrayindex: SublingualDuration | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Duration#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |||
}} | |||
</table> | |||
|}} | |||
<!-- Insufflated --> | |||
{{#ifeq: {{{InsufflatedROA}}} | true | | |||
{{#ifeq: {{{InsufflatedROA_Collapsed}}} | true | | |||
<table class="ROATable mw-collapsible mw-collapsed" width="100%">| | |||
<table class="ROATable mw-collapsible" width="100%"> | |||
}} | |||
<tr> | |||
<th class="ROAHeader" colspan="2">[[Routes of Administration#Insufflated|Insufflated]]</th> | |||
</tr> | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Dosage]]</th> | |||
</tr> | |||
{{ISBDosageChart|substance={{{MaterialTable_Title}}}|roa=Insufflated}} | |||
{{#if: {{{InsufflatedROA_Bioavailability}}} | | |||
<tr> | |||
</tr> | <th class="ROARowHeader">[[Dosage#Bioavailability|Bioavailability]]</th> | ||
<td class="RowValues">{{{InsufflatedROA_Bioavailability}}}</td> | |||
<!--Display bioavailability --> | |||
</tr> | |||
|}} | |||
{{#arrayunique: InsufflatedDosage}} | |||
{{#loop: i | 0 | {{#arraysize: InsufflatedDosage}} | | |||
{{#arraydefine: val | {{#arrayindex: InsufflatedDosage | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Dosage_classification#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |||
}} | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Duration]]</th> | |||
</tr> | |||
</ | {{#if: {{{InsufflatedROA_TimelineFile}}} | | ||
<tr> | |||
<td colspan="2">[[ {{{InsufflatedROA_TimelineFile}}} | center | {{{InsufflatedROA_TimelineWidth}}} | |||
]] | |||
</td> | |||
<!--Display timeline image --> | |||
</tr> | |||
|}} | |||
{{#arrayunique: InsufflatedDuration}} | |||
{{#loop: i | 0 | {{#arraysize: InsufflatedDuration}} | | |||
{{#arraydefine: val | {{#arrayindex: InsufflatedDuration | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Duration#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |}} | ||
}} | |||
</table> | |||
|}} | |||
<!-- Rectal --> | |||
{{#ifeq: {{{RectalROA}}} | true | | |||
{{#ifeq: {{{RectalROA_Collapsed}}} | true | | |||
<table class="ROATable mw-collapsible mw-collapsed" width="100%">| | |||
<table class="ROATable mw-collapsible" width="100%"> | |||
}} | |||
<tr> | |||
<th class="ROAHeader" colspan="2">[[Routes of Administration#Rectal|Rectal]]</th> | |||
</tr> | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Dosage]]</th> | |||
</tr> | |||
{{ISBDosageChart|substance={{{MaterialTable_Title}}}|roa=Rectal}} | |||
{{#if: {{{RectalROA_Bioavailability}}} | | |||
<tr> | |||
</tr> | <th class="ROARowHeader">[[Dosage#Bioavailability|Bioavailability]]</th> | ||
<td class="RowValues">{{{RectalROA_Bioavailability}}}</td> | |||
<!--Display bioavailability --> | |||
</tr> | |||
|}} | |||
{{#arrayunique: RectalDosage}} | |||
{{#loop: i | 0 | {{#arraysize: RectalDosage}} | | |||
{{#arraydefine: val | {{#arrayindex: RectalDosage | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Dosage_classification#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |||
}} | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Duration]]</th> | |||
</tr> | |||
</ | {{#if: {{{RectalROA_TimelineFile}}} | | ||
<tr> | |||
<td colspan="2">[[ {{{RectalROA_TimelineFile}}} | center | {{{RectalROA_TimelineWidth}}} ]]</td> | |||
<!--Display timeline image --> | |||
</tr> | |||
|}} | |||
{{#arrayunique: RectalDuration}} | |||
{{#loop: i | 0 | {{#arraysize: RectalDuration}} | | |||
{{#arraydefine: val | {{#arrayindex: RectalDuration | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Duration#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |}} | ||
}} | |||
</table> | |||
|}} | |||
<!-- Transdermal --> | |||
{{#ifeq: {{{TransdermalROA}}} | true | | |||
{{#ifeq: {{{TransdermalROA_Collapsed}}} | true | | |||
<table class="ROATable mw-collapsible mw-collapsed" width="100%">| | |||
<table class="ROATable mw-collapsible" width="100%"> | |||
}} | |||
<tr> | |||
<th class="ROAHeader" colspan="2">[[Routes of Administration#Transdermal|Transdermal]]</th> | |||
</tr> | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Dosage]]</th> | |||
</tr> | |||
{{ISBDosageChart|substance={{{MaterialTable_Title}}}|roa=Transdermal}} | |||
{{#if: {{{TransdermalROA_Bioavailability}}} | | |||
<tr> | |||
</tr> | <th class="ROARowHeader">[[Dosage#Bioavailability|Bioavailability]]</th> | ||
<td class="RowValues">{{{TransdermalROA_Bioavailability}}}</td> | |||
<!--Display bioavailability --> | |||
</tr> | |||
|}} | |||
{{#arrayunique: TransdermalDosage}} | |||
{{#loop: i | 0 | {{#arraysize: TransdermalDosage}} | | |||
{{#arraydefine: val | {{#arrayindex: TransdermalDosage | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Dosage_classification#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |||
}} | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Duration]]</th> | |||
</tr> | |||
</ | {{#if: {{{TransdermalROA_TimelineFile}}} | | ||
<tr> | |||
<td colspan="2">[[ {{{TransdermalROA_TimelineFile}}} | center | {{{TransdermalROA_TimelineWidth}}} | |||
]] | |||
</td> | |||
<!--Display timeline image --> | |||
</tr> | |||
|}} | |||
{{#arrayunique: TransdermalDuration}} | |||
{{#loop: i | 0 | {{#arraysize: TransdermalDuration}} | | |||
{{#arraydefine: val | {{#arrayindex: TransdermalDuration | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Duration#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |}} | ||
}} | |||
</table> | |||
|}} | |||
<!-- Subcutaneous --> | |||
{{#ifeq: {{{SubcutaneousROA}}} | true | | |||
{{#ifeq: {{{SubcutaneousROA_Collapsed}}} | true | | |||
<table class="ROATable mw-collapsible mw-collapsed" width="100%">| | |||
<table class="ROATable mw-collapsible" width="100%"> | |||
}} | |||
<tr> | |||
<th class="ROAHeader" colspan="2">[[Routes of Administration#Subcutaneous|Subcutaneous]]</th> | |||
</tr> | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Dosage]]</th> | |||
</tr> | |||
{{ISBDosageChart|substance={{{MaterialTable_Title}}}|roa=Subcutaneous}} | |||
{{#if: {{{SubcutaneousROA_Bioavailability}}} | | |||
<tr> | |||
</tr> | <th class="ROARowHeader">[[Dosage#Bioavailability|Bioavailability]]</th> | ||
<td class="RowValues">{{{SubcutaneousROA_Bioavailability}}}</td> | |||
<!--Display bioavailability --> | |||
</tr> | |||
|}} | |||
{{#arrayunique: SubcutaneousDosage}} | |||
{{#loop: i | 0 | {{#arraysize: SubcutaneousDosage}} | | |||
{{#arraydefine: val | {{#arrayindex: SubcutaneousDosage | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Dosage_classification#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |||
}} | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Duration]]</th> | |||
</tr> | |||
</ | {{#if: {{{SubcutaneousROA_TimelineFile}}} | | ||
<tr> | |||
<td colspan="2">[[ {{{SubcutaneousROA_TimelineFile}}} | center | {{{SubcutaneousROA_TimelineWidth}}} | |||
]] | |||
</td> | |||
<!--Display timeline image --> | |||
</tr> | |||
|}} | |||
{{#arrayunique: SubcutaneousDuration}} | |||
{{#loop: i | 0 | {{#arraysize: SubcutaneousDuration}} | | |||
{{#arraydefine: val | {{#arrayindex: SubcutaneousDuration | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Duration#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |}} | ||
}} | |||
</table> | |||
|}} | |||
<!-- Intramuscular --> | |||
{{#ifeq: {{{IntramuscularROA}}} | true | | |||
{{#ifeq: {{{IntramuscularROA_Collapsed}}} | true | | |||
<table class="ROATable mw-collapsible mw-collapsed" width="100%">| | |||
<table class="ROATable mw-collapsible" width="100%"> | |||
}} | |||
<tr> | |||
<th class="ROAHeader" colspan="2">[[Routes of Administration#Intramuscular|Intramuscular]]</th> | |||
</tr> | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Dosage]]</th> | |||
</tr> | |||
{{ISBDosageChart|substance={{{MaterialTable_Title}}}|roa=Intramuscular}} | |||
{{#if: {{{IntramuscularROA_Bioavailability}}} | | |||
<tr> | |||
<th class="ROARowHeader">[[Dosage#Bioavailability|Bioavailability]]</th> | |||
<td class="RowValues">{{{IntramuscularROA_Bioavailability}}}</td> | |||
<!--Display bioavailability --> | |||
</tr> | |||
|}} | |||
{{#arrayunique: IntramuscularDosage}} | |||
{{#loop: i | 0 | {{#arraysize: IntramuscularDosage}} | | |||
{{#arraydefine: val | {{#arrayindex: IntramuscularDosage | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Dosage_classification#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |||
}} | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Duration]]</th> | |||
</tr> | |||
</ | {{#if: {{{IntramuscularROA_TimelineFile}}} | | ||
<tr> | |||
<td colspan="2">[[ {{{IntramuscularROA_TimelineFile}}} | center | | |||
{{{IntramuscularROA_TimelineWidth}}} ]] | |||
</td> | |||
<!--Display timeline image --> | |||
</tr> | |||
|}} | |||
{{#arrayunique: IntramuscularDuration}} | |||
{{#loop: i | 0 | {{#arraysize: IntramuscularDuration}} | | |||
{{#arraydefine: val | {{#arrayindex: IntramuscularDuration | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Duration#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |}} | ||
}} | |||
</table> | |||
|}} | |||
<!-- Intravenous --> | |||
{{#ifeq: {{{IntravenousROA}}} | true | | |||
{{#ifeq: {{{IntravenousROA_Collapsed}}} | true | | |||
<table class="ROATable mw-collapsible mw-collapsed" width="100%">| | |||
<table class="ROATable mw-collapsible" width="100%"> | |||
}} | |||
<tr> | |||
<th class="ROAHeader" colspan="2">[[Routes of Administration#Intravenous|Intravenous]]</th> | |||
</tr> | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Dosage]]</th> | |||
</tr> | |||
{{ISBDosageChart|substance={{{MaterialTable_Title}}}|roa=Intravenous}} | |||
{{#if: {{{IntravenousROA_Bioavailability}}} | | |||
<tr> | |||
<th class="ROARowHeader">[[Dosage#Bioavailability|Bioavailability]]</th> | |||
<td class="RowValues">{{{IntravenousROA_Bioavailability}}}</td> | |||
<!--Display bioavailability --> | |||
</tr> | |||
|}} | |||
{{#arrayunique: IntravenousDosage}} | |||
{{#loop: i | 0 | {{#arraysize: IntravenousDosage}} | | |||
{{#arraydefine: val | {{#arrayindex: IntravenousDosage | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Dosage_classification#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |||
}} | |||
<tr> | |||
<th class="ROASubHeader" colspan="2">[[Duration]]</th> | |||
</tr> | |||
{{#if: {{{IntravenousROA_TimelineFile}}} | | |||
<tr> | |||
<td colspan="2">[[ {{{IntravenousROA_TimelineFile}}} | center | {{{IntravenousROA_TimelineWidth}}} | |||
]] | |||
</td> | |||
<!--Display timeline image --> | |||
</tr> | |||
|}} | |||
</ | {{#arrayunique: IntravenousDuration}} | ||
{{#loop: i | 0 | {{#arraysize: IntravenousDuration}} | | |||
{{#arraydefine: val | {{#arrayindex: IntravenousDuration | {{#var: i}} }} | ; }} | |||
{{#if: {{#arrayindex: val | 1 }} | | |||
<tr> | |||
<th class="ROARowHeader">[[Duration#{{#arrayindex: val | 0 }}|{{#arrayindex: val | 0 }}]]</th> | |||
<td class="RowValues">{{#arrayindex: val | 1 }}</td> | |||
</tr> | |||
|}} | |}} | ||
}} | |||
</table> | |||
|}} | |||
<table class="ROATable pw-disclaimer" width="100%"> | |||
<tr> | |||
<td class="ROACaption" colspan="2"> | |||
{{Preamble/SubstanceDisclaimer}} | {{Preamble/SubstanceDisclaimer}} | ||
</td> | |||
</tr> | |||
</table> | |||
</td> | |||
</tr> | |||
|}} | |}} | ||
</table> | </table><noinclude>{{documentation}}<!-- Add categories and interwikis to the /doc sub-page --></noinclude> | ||
<noinclude>{{documentation}}<!-- Add categories and interwikis to the /doc sub-page --></noinclude> |