Template:RenoInfobox: Difference between revisions

From Reno Project
No edit summary
No edit summary
 
Line 3: Line 3:
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<table>{{#if:{{{developer|}}}|<tr>
<table>{{#if:{{{developer|}}}|<tr>
     <th>Developer</th>
     <th>Developer(s):</th>
     <td>{{{developer}}}</td>
     <td>{{{developer}}}</td>
</tr>}}{{#if:{{{publisher|}}}|<tr>
</tr>}}{{#if:{{{publisher|}}}|<tr>
     <th>Publisher</th>
     <th>Publisher(s):</th>
     <td>{{{publisher}}}</td>
     <td>{{{publisher}}}</td>
</tr>}}{{#if:{{{director|}}}|<tr>
</tr>}}{{#if:{{{director|}}}|<tr>
     <th>Director</th>
     <th>Director(s):</th>
     <td>{{{director}}}</td>
     <td>{{{director}}}</td>
</tr>}}{{#if:{{{producer|}}}|<tr>
</tr>}}{{#if:{{{producer|}}}|<tr>
     <th>Producer</th>
     <th>Producer(s):</th>
     <td>{{{producer}}}</td>
     <td>{{{producer}}}</td>
</tr>}}{{#if:{{{designer|}}}|<tr>
</tr>}}{{#if:{{{designer|}}}|<tr>
     <th>Designer</th>
     <th>Designer(s):</th>
     <td>{{{designer}}}</td>
     <td>{{{designer}}}</td>
</tr>}}{{#if:{{{programmers|}}}|<tr>
</tr>}}{{#if:{{{programmers|}}}|<tr>
     <th>Programmers</th>
     <th>Programmer(s):</th>
     <td>{{{programmers}}}</td>
     <td>{{{programmers}}}</td>
</tr>}}{{#if:{{{artists|}}}|<tr>
</tr>}}{{#if:{{{artists|}}}|<tr>
     <th>Artist</th>
     <th>Artist(s):</th>
     <td>{{{artists}}}</td>
     <td>{{{artists}}}</td>
</tr>}}{{#if:{{{platform|}}}|<tr>
</tr>}}{{#if:{{{platform|}}}|<tr>
     <th>Platform</th>
     <th>Platform(s):</th>
     <td>{{{platform}}}</td>
     <td>{{{platform}}}</td>
</tr>}}{{#if:{{{released|}}}|<tr>
</tr>}}{{#if:{{{released|}}}|<tr>
     <th>Released</th>
     <th>Released:</th>
     <td>{{{released}}}</td>
     <td>{{{released}}}</td>
</tr>}}{{#if:{{{closed|}}}|<tr>
    <th>Closed:</th>
    <td>{{{closed}}}</td>
</tr>}}
</tr>}}


</table>
</table>
</div>
</div>

Latest revision as of 10:50, 26 October 2020

RenoInfobox