Template:InfoBox Game: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}} | <div class="infobox-title"> | ||
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} | {{{title|{{PAGENAME}}}}} | ||
<table class="infobox-table">{{#if:{{{release|}}}<tr> | </div> | ||
{{#if:{{{image|}}}| | |||
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div> | |||
</tr>{{#if:{{{developer|}}}<tr> | }} | ||
<table class="infobox-table"> | |||
{{#if:{{{release|}}} | |||
</tr> | <tr> | ||
<th>Released</th> | |||
<td>{{{release}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{developer|}}} | |||
<tr> | |||
<th>Developer</th> | |||
<td>[[{{{developer}}}]]</td> | |||
</tr> | |||
}} | |||
</table> | </table> | ||
</div> | </div> | ||
Revision as of 23:26, 23 February 2026
InfoBox Game