Template:RenoInfobox: Difference between revisions
(https://stackoverflow.com/questions/27801082/how-do-you-make-infoboxes-in-mediawiki) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | ||
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | ||
<table>{{#if:{{{ | <table>{{#if:{{{developer|}}}|<tr> | ||
<th>Developer</th> | <th>Developer(s):</th> | ||
<td>{{{ | <td>{{{developer}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{publisher|}}}|<tr> | ||
<th>Publisher</th> | <th>Publisher(s):</th> | ||
<td>{{{ | <td>{{{publisher}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{director|}}}|<tr> | ||
<th>Director</th> | <th>Director(s):</th> | ||
<td>{{{ | <td>{{{director}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{producer|}}}|<tr> | ||
<th>Producer</th> | <th>Producer(s):</th> | ||
<td>{{{ | <td>{{{producer}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{designer|}}}|<tr> | ||
<th>Designer</th> | <th>Designer(s):</th> | ||
<td>{{{ | <td>{{{designer}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{programmers|}}}|<tr> | ||
<th>Programmer</th> | <th>Programmer(s):</th> | ||
<td>{{{ | <td>{{{programmers}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{artists|}}}|<tr> | ||
<th>Artist</th> | <th>Artist(s):</th> | ||
<td>{{{ | <td>{{{artists}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{platform|}}}|<tr> | ||
<th>Platform</th> | <th>Platform(s):</th> | ||
<td>{{{ | <td>{{{platform}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{released|}}}|<tr> | ||
<th>Released</th> | <th>Released:</th> | ||
<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