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