Jump to content

Template:Infobox civil conflict: Difference between revisions

Shovon (talk | contribs)
No edit summary
Shovon (talk | contribs)
No edit summary
Line 3: Line 3:


   {{#if:{{{image|}}}|
   {{#if:{{{image|}}}|
    <tr>
  <tr>
      <td style="text-align:center; padding:5px;">
    <td colspan="2" style="text-align:center; padding:5px;">
        [[File:{{{image}}}|frameless|250px]]
      [[File:{{{image}}}|frameless|250px]]
        <div style="font-size:85%; color:#555;">{{{caption|}}}</div>
      <div style="font-size:85%; color:#555;">{{{caption|}}}</div>
      </td>
    </td>
    </tr>
  </tr>
   }}
   }}


   {{#if:{{{partof|}}}|
   {{#if:{{{partof|}}}|
    <tr><th style="background:#eee;">Part of</th><td>{{{partof}}}</td></tr>
  <tr>
    <th style="background:#eee; vertical-align:top;">Part of</th>
    <td style="vertical-align:top;">{{{partof}}}</td>
  </tr>
   }}
   }}
   {{#if:{{{date|}}}|
   {{#if:{{{date|}}}|
    <tr><th style="background:#eee;">Date</th><td>{{{date}}}</td></tr>
  <tr>
    <th style="background:#eee; vertical-align:top;">Date</th>
    <td style="vertical-align:top;">{{{date}}}</td>
  </tr>
   }}
   }}
   {{#if:{{{place|}}}|
   {{#if:{{{place|}}}|
    <tr><th style="background:#eee;">Place</th><td>{{{place}}}</td></tr>
  <tr>
    <th style="background:#eee; vertical-align:top;">Place</th>
    <td style="vertical-align:top;">{{{place}}}</td>
  </tr>
   }}
   }}
   {{#if:{{{causes|}}}|
   {{#if:{{{causes|}}}|
    <tr><th style="background:#eee;">Causes</th><td>{{{causes}}}</td></tr>
  <tr>
    <th style="background:#eee; vertical-align:top;">Causes</th>
    <td style="vertical-align:top;">{{{causes}}}</td>
  </tr>
   }}
   }}
   {{#if:{{{goals|}}}|
   {{#if:{{{goals|}}}|
    <tr><th style="background:#eee;">Goals</th><td>{{{goals}}}</td></tr>
  <tr>
    <th style="background:#eee; vertical-align:top;">Goals</th>
    <td style="vertical-align:top;">{{{goals}}}</td>
  </tr>
   }}
   }}
   {{#if:{{{methods|}}}|
   {{#if:{{{methods|}}}|
    <tr><th style="background:#eee;">Methods</th><td>{{{methods}}}</td></tr>
  <tr>
    <th style="background:#eee; vertical-align:top;">Methods</th>
    <td style="vertical-align:top;">{{{methods}}}</td>
  </tr>
   }}
   }}
   {{#if:{{{result|}}}|
   {{#if:{{{result|}}}|
    <tr><th style="background:#eee;">Result</th><td>{{{result}}}</td></tr>
  <tr>
    <th style="background:#eee; vertical-align:top;">Result</th>
    <td style="vertical-align:top;">{{{result}}}</td>
  </tr>
   }}
   }}
   {{#if:{{{status|}}}|
   {{#if:{{{status|}}}|
    <tr><th style="background:#eee;">Status</th><td>{{{status}}}</td></tr>
  <tr>
    <th style="background:#eee; vertical-align:top;">Status</th>
    <td style="vertical-align:top;">{{{status}}}</td>
  </tr>
   }}
   }}
   {{#if:{{{side1|}}}|
   {{#if:{{{side1|}}}|
    <tr><th style="background:#eee;">Side 1</th><td>{{{side1}}}</td></tr>
  <tr>
    <th style="background:#eee; vertical-align:top;">Side 1</th>
    <td style="vertical-align:top;">{{{side1}}}</td>
  </tr>
   }}
   }}
   {{#if:{{{side2|}}}|
   {{#if:{{{side2|}}}|
    <tr><th style="background:#eee;">Side 2</th><td>{{{side2}}}</td></tr>
  <tr>
    <th style="background:#eee; vertical-align:top;">Side 2</th>
    <td style="vertical-align:top;">{{{side2}}}</td>
  </tr>
   }}
   }}
   {{#if:{{{leadfigures1|}}}|
   {{#if:{{{leadfigures1|}}}|
    <tr><th style="background:#eee;">Leaders (Side 1)</th><td>{{{leadfigures1}}}</td></tr>
  <tr>
    <th style="background:#eee; vertical-align:top;">Leaders (Side 1)</th>
    <td style="vertical-align:top;">{{{leadfigures1}}}</td>
  </tr>
   }}
   }}
   {{#if:{{{leadfigures2|}}}|
   {{#if:{{{leadfigures2|}}}|
    <tr><th style="background:#eee;">Leaders (Side 2)</th><td>{{{leadfigures2}}}</td></tr>
  <tr>
    <th style="background:#eee; vertical-align:top;">Leaders (Side 2)</th>
    <td style="vertical-align:top;">{{{leadfigures2}}}</td>
  </tr>
   }}
   }}
   {{#if:{{{casualties1|}}}|
   {{#if:{{{casualties1|}}}|
    <tr><th style="background:#eee;">Casualties (Side 1)</th><td>{{{casualties1}}}</td></tr>
  <tr>
    <th style="background:#eee; vertical-align:top;">Casualties (Side 1)</th>
    <td style="vertical-align:top;">{{{casualties1}}}</td>
  </tr>
   }}
   }}
   {{#if:{{{casualties2|}}}|
   {{#if:{{{casualties2|}}}|
    <tr><th style="background:#eee;">Casualties (Side 2)</th><td>{{{casualties2}}}</td></tr>
  <tr>
    <th style="background:#eee; vertical-align:top;">Casualties (Side 2)</th>
    <td style="vertical-align:top;">{{{casualties2}}}</td>
  </tr>
   }}
   }}


</table>
</table>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.