Jump to content

Template:Document: Difference between revisions

From Corroborators
Created page with "<div class="infobox"> <div class="infobox-title"> {{{title|{{PAGENAME}}}}} </div> <table class="infobox-table"> {{#if:{{{people|}}}| <tr> <th>Involved people</th> <td>{{{people}}}</td> </tr> }} {{#if:{{{sha256|}}}| <tr> <th>SHA-256</th> <td><code>{{{sha256}}}</code></td> </tr> }} {{#if:{{{justice_link|}}}| <tr> <th>Justice.gov</th> <td>[{{{justice_link}}} Offic..."
 
No edit summary
Tag: Reverted
Line 1: Line 1:
<div class="infobox">
<div class="infobox">
   <div class="infobox-title">
   <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
    {{{title|{{PAGENAME}}}}}
  </div>


   <table class="infobox-table">
   <table class="infobox-table">
 
     {{#if:{{{people|}}}|<tr><th>Involved people</th><td>{{{people}}}</td></tr>}}
     {{#if:{{{people|}}}|
     {{#if:{{{sha256|}}}|<tr><th>SHA-256</th><td><code>{{{sha256}}}</code></td></tr>}}
      <tr>
     {{#if:{{{justice_link|}}}|<tr><th>Justice.gov</th><td>[{{{justice_link}}} Official link]</td></tr>}}
        <th>Involved people</th>
     {{#if:{{{dataset|}}}|<tr><th>Dataset number</th><td>{{{dataset}}}</td></tr>}}
        <td>{{{people}}}</td>
     {{#if:{{{efta|}}}|<tr><th>EFTA number</th><td>{{{efta}}}</td></tr>}}
      </tr>
     {{#if:{{{summary|}}}|<tr><th>Summary</th><td>{{{summary}}}</td></tr>}}
    }}
 
     {{#if:{{{sha256|}}}|
      <tr>
        <th>SHA-256</th>
        <td><code>{{{sha256}}}</code></td>
      </tr>
    }}
 
     {{#if:{{{justice_link|}}}|
      <tr>
        <th>Justice.gov</th>
        <td>[{{{justice_link}}} Official link]</td>
      </tr>
    }}
 
     {{#if:{{{dataset|}}}|
      <tr>
        <th>Dataset number</th>
        <td>{{{dataset}}}</td>
      </tr>
    }}
 
     {{#if:{{{efta|}}}|
      <tr>
        <th>EFTA number</th>
        <td>{{{efta}}}</td>
      </tr>
    }}
 
     {{#if:{{{summary|}}}|
      <tr>
        <th>Summary</th>
        <td>{{{summary}}}</td>
      </tr>
    }}
 
   </table>
   </table>
</div>
</div>

Revision as of 22:10, 4 February 2026

Document