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