Template:DrugProjectForm: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
<pre>
<pre>
{{DrugProjectForm
{{DrugProjectForm
|blackBoxWarning=
|blackBoxWarningTitle=
|blackBoxWarningTitle=
|blackBoxWarningBody=
|blackBoxWarningBody=
Line 48: Line 47:
</pre>
</pre>
Edit the page to see the template text.</noinclude><includeonly>
Edit the page to see the template text.</noinclude><includeonly>
{{#if: {{{blackBoxWarning|}}} |
{{#if: {{{blackBoxWarningTitle|}}} |
<pre>__NOTOC__
<pre>__NOTOC__
{{Labeltemplate}}
{{Labeltemplate}}
Line 54: Line 53:


{|style="border: 3px solid #696969;"|style="background: #000000;border:0px;padding:20px 20px;width:800px;"|
{|style="border: 3px solid #696969;"|style="background: #000000;border:0px;padding:20px 20px;width:800px;"|
<center><font color="#F8F8FF">'''WARNING: ISCHEMIC HEART DISEASE'''</font></center>
<center><font color="#F8F8FF">'''</pre>{{{blackBoxWarningTitle}}}<pre>'''</font></center>


<center><font color="#F8F8FF" size="1">''See full prescribing information for complete boxed warning.''</font></center>
<center><font color="#F8F8FF" size="1">''See full prescribing information for complete boxed warning.''</font></center>




<b><font color="#F8F8FF">
<b><font color="#F8F8FF"></pre>{{{blackBoxWarningBody|}}}<pre></font></b>
{{{blackBoxWarning|}}}
</font></b>
|}</pre>
|}</pre>
}}
}}
</includeonly>
</includeonly>

Revision as of 18:55, 18 March 2014

This is the "Drug Project Form" template. It should be called in the following format:

{{DrugProjectForm
|blackBoxWarningTitle=
|blackBoxWarningBody=
|overview=
|fdaLIADAdult=
|offLabelAdult=
|fdaLIADPed=
|offLabelPed=
|contraindications=
|warnings=
|adverseReactions=
|clinicalTrials=
|postmarketing=
|drugInteractions=
|useInPregnancy=
|useInLaborDelivery=
|useInNursing=
|useInPed=
|useInGeri=
|useInGender=
|useInRace=
|useInRenalImpair=
|useInHepaticImpair=
|useInReproPotential=
|useInImmunocomp=
|routes=
|preparations=
|IVCompat=
|mechAction=
|structure=
|PD=
|PK=
|nonClinToxic=
|clinicalStudies=
|howSupplied=
|drugImages=
|packLabel=
|fdaPatientInfo=
|nlmPatientInfo=
|price=
|drugShortage=
}}

Edit the page to see the template text.