Template:Infobox Article: Difference between revisions

From KB42
No edit summary
No edit summary
 
(7 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}}}|360px]]</div>}}
<div class="infobox-image">[[File:{{{image}}}|300px|link=]]</div>}}{{#if:{{{image2|}}}|
<div class="infobox-image">[[File:{{{image2}}}|250px|link=]]</div>}}
<table>{{#if:{{{caption|}}}|<tr>
<table>{{#if:{{{caption|}}}|<tr>
     <th>'''Caption:'''</th>
     <th>Caption</th>
     <td>{{{caption}}}</td>
     <td>{{{caption}}}</td>
</tr>}}{{#if:{{{article_name|}}}|<tr>
</tr>}}{{#if:{{{incident_name|}}}|<tr>
     <th>'''Article Name:'''</th>
     <th>'''Incident Name:'''</th>
     <td>{{{article_name}}}</td>  
     <td>{{{incident_name}}}</td>  
</tr>}}{{#if:{{{publish_date|}}}|<tr>
</tr>}}{{#if:{{{incident_date|}}}|<tr>
     <th>'''Publish Date:'''</th>
     <th>'''Incident Date:'''</th>
     <td>{{{publish_date}}}</td>  
     <td>{{{incident_date}}}</td>  
</tr>}}{{#if:{{{publication|}}}|<tr>
</tr>}}{{#if:{{{incident_duration|}}}|<tr>
     <th>'''Publication:'''</th>
     <th>'''Duration:'''</th>
     <td>{{{publication}}}</td>
     <td>{{{incident_duration}}}</td>  
</tr>}}{{#if:{{{author_name|}}}|<tr>
</tr>}}{{#if:{{{location|}}}|<tr>
     <th>'''Story By:'''</th>
     <th>'''Location:'''</th>
     <td>{{{author_name}}}</td>
     <td>{{{location}}}</td>
</tr>}}{{#if:{{{article_link |}}}|<tr>
</tr>}}{{#if:{{{state_provence|}}}|<tr>
     <th>'''Article Link :'''</th>
     <th>'''State/Provence:'''</th>
     <td>{{{article_link }}}</td>
    <td>{{{state_provence}}}</td>
</tr>}}{{#if:{{{city_town |}}}|<tr>
    <th>'''City/Town :'''</th>
     <td>{{{city_town }}}</td>
</tr>}}{{#if:{{{country |}}}|<tr>
</tr>}}{{#if:{{{country |}}}|<tr>
     <th>'''Country :'''</th>
     <th>'''Country :'''</th>
Line 38: Line 42:
     <th>'''Longitude :'''</th>
     <th>'''Longitude :'''</th>
     <td>{{{longitude }}}</td>
     <td>{{{longitude }}}</td>
</tr>}}{{#if:{{{article_name |}}}|<tr>
    <th>'''Article Name :'''</th>
    <td>{{{article_name }}}</td>
</tr>}}{{#if:{{{publish_date |}}}|<tr>
    <th>'''Publish Date :'''</th>
    <td>{{{publish_date }}}</td>
</tr>}}{{#if:{{{publication |}}}|<tr>
    <th>'''Publication :'''</th>
    <td>[{{{publication }}} Publication Link]</td>
</tr>}}{{#if:{{{author_name |}}}|<tr>
    <th>'''Author Name :'''</th>
    <td>{{{author_name }}}</td>
</tr>}}{{#if:{{{article_link |}}}|<tr>
    <th>'''Article Link :'''</th>
    <td>[{{{article_link }}} Article Link]</td>
</tr>}}{{#if:{{{documentary |}}}|<tr>
</tr>}}{{#if:{{{documentary |}}}|<tr>
     <th>'''Documentary :'''</th>
     <th>'''Documentary :'''</th>
     <td>{{{documentary }}}</td>
     <td>{{{documentary }}}</td>
</tr>}}{{#if:{{{case_file |}}}|<tr>
    <th>'''Case Files :'''</th>
    <td>[[{{{case_file }}}]]</td>
</tr>}}{{#if:{{{extra |}}}|<tr>
    <th> </th>
    <td>[[{{{extra }}}]]</td>
</tr>}}</table>
</tr>}}</table>
</div>
</div>

Latest revision as of 18:56, 29 September 2025

Infobox Article