Jump to content

Template:Document: Difference between revisions

From Corroborators
No edit summary
Tag: Reverted
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
<div class="infobox">
   <div class="infobox-title">
   <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
    {{{title|{{PAGENAME}}}}}
  </div>


   {{#if:{{{image|}}}|
   <table class="infobox-table">
    <div class="infobox-image">
    {{#if:{{{people|}}}|
      [[File:{{PAGENAME:{{{image}}}}}|300px]]
      <tr>
    </div>
        <th>Involved people</th>
  }}
        <td>{{{people}}}</td>
      </tr>
    }}


  <table class="infobox-table">
     {{#if:{{{sha256|}}}|
     {{#if:{{{param1|}}}|
       <tr>
       <tr>
         <th>Parameter 1</th>
         <th>SHA-256</th>
         <td>{{{param1}}}</td>
         <td><code>{{{sha256}}}</code></td>
       </tr>
       </tr>
     }}
     }}


     {{#if:{{{param2|}}}|
     {{#if:{{{justice_link|}}}|
       <tr>
       <tr>
         <th>Parameter 2</th>
         <th>Justice.gov</th>
         <td>{{{param2}}}</td>
         <td>[{{{justice_link}}} Official link]</td>
       </tr>
       </tr>
     }}
     }}


     {{#if:{{{param3|}}}|
     {{#if:{{{dataset|}}}|
       <tr>
       <tr>
         <th>Parameter 3</th>
         <th>Dataset number</th>
         <td>{{{param3}}}</td>
         <td>{{{dataset}}}</td>
       </tr>
       </tr>
     }}
     }}


     {{#if:{{{param4|}}}|
     {{#if:{{{efta|}}}|
       <tr>
       <tr>
         <th>Parameter 4</th>
         <th>EFTA number</th>
         <td>{{{param4}}}</td>
         <td>{{{efta}}}</td>
       </tr>
       </tr>
     }}
     }}


     {{#if:{{{param5|}}}|
     {{#if:{{{summary|}}}|
       <tr>
       <tr>
         <th>Parameter 5</th>
         <th>Summary</th>
         <td>{{{param5}}}</td>
         <td>{{{summary}}}</td>
       </tr>
       </tr>
     }}
     }}
   </table>
   </table>
</div>
</div>

Latest revision as of 22:19, 4 February 2026

Document