Template:Infobox drug: Difference between revisions

Jump to navigation Jump to search
Undo revision 1911 by Danesthesia (talk)
No edit summary
Tag: Reverted
(Undo revision 1911 by Danesthesia (talk))
Tag: Undo
Line 2: Line 2:
<div class="infobox-title">{{FULLPAGENAME}}</div>
<div class="infobox-title">{{FULLPAGENAME}}</div>
<table>
<table>
  {{#if drug_name}}
{{#if:{{{drug_name|}}}|<tr>
    <tr>
    <th>drug name:</th>
      <th>Drug Name:</th>
    <td>{{{drug_name}}}</td></tr>}}
      <td>{{drug_name}}</td>
{{#if:{{{inn|}}}|<tr>
    </tr>
    <th>inn:</th>
  {{/if}}
    <td>{{{inn}}}</td></tr>}}
  {{#if inn}}
{{#if:{{{image|}}}|<tr>
    <tr>
    <th>image:</th>
      <th>INN:</th>
    <td>{{{image}}}</td></tr>}}
      <td>{{inn}}</td>
{{#if:{{{width|}}}|<tr>
    </tr>
    <th>width:</th>
  {{/if}}
    <td>{{{width}}}</td></tr>}}
  {{#if image}}
{{#if:{{{alt|}}}|<tr>
    <tr>
    <th>alt:</th>
      <th>Image:</th>
    <td>{{{alt}}}</td></tr>}}
      <td>{{image}}</td>
    </tr>
  {{/if}}
  {{#if width}}
    <tr>
      <th>Width:</th>
      <td>{{width}}</td>
    </tr>
  {{/if}}
  {{#if alt}}
    <tr>
      <th>Alt:</th>
      <td>{{alt}}</td>
    </tr>
  {{/if}}
{{#if:{{{image2|}}}|<tr>
{{#if:{{{image2|}}}|<tr>
     <th>image2:</th>
     <th>image2:</th>

Navigation menu