Template:InfoBox Game: Difference between revisions
Appearance
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">{{#set: | ||
<div class="infobox-body"> | |Developer={{{developer|}}} | ||
<div class="infobox-title">{{{title}}}</div> | }}<div class="infobox-body"> | ||
<div class="infobox-title">{{{title|}}}</div> | |||
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div> | {{#if:{{{image|}}}| | ||
<div class="infobox-image">[[File:{{PAGENAME:{{{image|}}}}}|{{{size|300px}}}]]</div> | |||
}} | |||
<table class="infobox-table"> | <table class="infobox-table"> | ||
{{#if:{{{release|}}}| | |||
<tr> | <tr> | ||
<th>Released</th> | <th>Released</th> | ||
<td>{{{release}}}</td> | <td>{{{release|}}}</td> | ||
</tr> | </tr> | ||
}} | |||
{{#if:{{{developer|}}}| | |||
<tr> | <tr> | ||
<th>Developer</th> | <th>Developer</th> | ||
<td>[[{{{developer}}}]]</td> | <td>[[{{{developer|}}}]]</td> | ||
</tr> | </tr> | ||
}} | |||
</table> | </table> | ||
</div> | </div> | ||
</div> | </div> | ||