Jump to content

Template:Document: Difference between revisions

From Corroborators
No edit summary
Tag: Reverted
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>
 
  {{#if:{{{image|}}}|
    <div class="infobox-image">
      [[File:{{PAGENAME:{{{image}}}}}|300px]]
    </div>
  }}


   <table class="infobox-table">
   <table class="infobox-table">
     {{#if:{{{param1|}}}|
     {{#if:{{{people|}}}|<tr><th>Involved people</th><td>{{{people}}}</td></tr>}}
      <tr>
     {{#if:{{{sha256|}}}|<tr><th>SHA-256</th><td><code>{{{sha256}}}</code></td></tr>}}
        <th>Parameter 1</th>
     {{#if:{{{justice_link|}}}|<tr><th>Justice.gov</th><td>[{{{justice_link}}} Official link]</td></tr>}}
        <td>{{{param1}}}</td>
     {{#if:{{{dataset|}}}|<tr><th>Dataset number</th><td>{{{dataset}}}</td></tr>}}
      </tr>
     {{#if:{{{efta|}}}|<tr><th>EFTA number</th><td>{{{efta}}}</td></tr>}}
     }}
     {{#if:{{{summary|}}}|<tr><th>Summary</th><td>{{{summary}}}</td></tr>}}
 
     {{#if:{{{param2|}}}|
      <tr>
        <th>Parameter 2</th>
        <td>{{{param2}}}</td>
      </tr>
    }}
 
     {{#if:{{{param3|}}}|
      <tr>
        <th>Parameter 3</th>
        <td>{{{param3}}}</td>
      </tr>
    }}
 
     {{#if:{{{param4|}}}|
      <tr>
        <th>Parameter 4</th>
        <td>{{{param4}}}</td>
      </tr>
    }}
 
     {{#if:{{{param5|}}}|
      <tr>
        <th>Parameter 5</th>
        <td>{{{param5}}}</td>
      </tr>
    }}
   </table>
   </table>
</div>
</div>

Revision as of 22:13, 4 February 2026

Document