Template:ReportSidebar: Difference between revisions
From Avi's Drug Diary
Replaced content with "<includeonly> THIS IS REPORTSIDEBAR </includeonly>" Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly><div style="float:right; width:340px; margin-left:20px; margin-bottom:20px;"> | ||
</includeonly> | {| class="wikitable" style="width:100%;" | ||
! colspan="2" | {{{title|Untitled}}} | |||
{{#if:{{{type|}}}| | |||
|- | |||
! Type | |||
| {{{type}}} | |||
}} | |||
{{#if:{{{author|}}}| | |||
|- | |||
! Author | |||
| {{{author}}} | |||
}} | |||
{{#if:{{{contact|}}}| | |||
|- | |||
! Contact | |||
| {{{contact}}} | |||
}} | |||
{{#if:{{{experience_date|}}}| | |||
|- | |||
! Experience Date | |||
| {{{experience_date}}} | |||
}} | |||
{{#if:{{{experience_level|}}}| | |||
|- | |||
! Experience Level | |||
| {{{experience_level}}} | |||
}} | |||
{{#if:{{{duration|}}}| | |||
|- | |||
! Duration | |||
| {{{duration}}} | |||
}} | |||
{{#if:{{{setting|}}}| | |||
|- | |||
! Setting | |||
| {{{setting}}} | |||
}} | |||
{{#if:{{{substances|}}}| | |||
|- | |||
! Substance(s) | |||
| {{{substances}}} | |||
}} | |||
{{#if:{{{rating|}}}| | |||
|- | |||
! Rating | |||
| {{{rating}}} | |||
}} | |||
|} | |||
{{{dosage|}}} | |||
</div></includeonly> | |||