Template:Infobox Document: Difference between revisions
From KB42
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | ||
<div class="infobox-image">[[File:{{{image}}}| | <div class="infobox-image">[[File:{{{image}}}|300px|link=]]</div>}}{{#if:{{{image2|}}}| | ||
<div class="infobox-image">[[File:{{{image2}}}| | <div class="infobox-image">[[File:{{{image2}}}|300px|link=]]</div>}} | ||
<table>{{#if:{{{document_name|}}}|<tr> | <table>{{#if:{{{document_name|}}}|<tr> | ||
<th>Document Name</th> | <th>Document Name</th> | ||
| Line 13: | Line 13: | ||
<td>{{{collection}}}</td> | <td>{{{collection}}}</td> | ||
</tr>}}{{#if:{{{document_number|}}}|<tr> | </tr>}}{{#if:{{{document_number|}}}|<tr> | ||
<th>Document Number | <th>Document Number: </th> | ||
<td>{{{document_number}}}</td> | <td>{{{document_number}}}</td> | ||
</tr>}}{{#if:{{{release_decision|}}}|<tr> | </tr>}}{{#if:{{{release_decision|}}}|<tr> | ||
| Line 30: | Line 30: | ||
<th>Release Date: </th> | <th>Release Date: </th> | ||
<td>{{{document_creation_date}}}</td> | <td>{{{document_creation_date}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{publication_date|}}}|<tr> | ||
<th>Publication Date: </th> | <th>Publication Date: </th> | ||
<td>{{{ | <td>{{{publication_date}}}</td> | ||
</tr>}}{{#if:{{{sequence_number|}}}|<tr> | </tr>}}{{#if:{{{sequence_number|}}}|<tr> | ||
<th>Sequence Number: </th> | <th>Sequence Number: </th> | ||
| Line 47: | Line 47: | ||
</tr>}}{{#if:{{{case_file|}}}|<tr> | </tr>}}{{#if:{{{case_file|}}}|<tr> | ||
<th>Case File: </th> | <th>Case File: </th> | ||
<td>{{{case_file}}}</td> | <td>[[{{{case_file}}}]]</td> | ||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> | ||
Latest revision as of 03:18, 8 May 2026
Infobox Document
