Template:InfoBox Game: Difference between revisions
Appearance
Game Infobox |
No edit summary |
||
| (15 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox">{{#set: | ||
<div class="infobox-title">{{{title| | |Developer={{{developer|}}} | ||
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} | }}<div class="infobox-body"> | ||
<table class="infobox-table">{{#if:{{{release|}}}<tr> | <div class="infobox-title">{{{title|}}}</div> | ||
{{#if:{{{image|}}}| | |||
<div class="infobox-image">[[File:{{PAGENAME:{{{image|}}}}}|{{{size|300px}}}]]</div> | |||
</tr>{{#if:{{{developer|}}}<tr> | }} | ||
<table class="infobox-table"> | |||
{{#if:{{{release|}}}| | |||
</tr> | <tr> | ||
</table> | <th>Released</th> | ||
<td>{{{release|}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{developer|}}}| | |||
<tr> | |||
<th>Developer</th> | |||
<td>[[{{{developer|}}}]]</td> | |||
</tr> | |||
}} | |||
</table> | |||
</div> | |||
</div> | </div> | ||