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-body"> | <div class="infobox-body"> | ||
<div class="infobox-title"> | <div class="infobox-title">{{{title}}}</div> | ||
{{{#if:{{{image|}}}| | |||
</div> | <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div> | ||
{{{#if:{{{image|}}}| | }}} | ||
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div> | <table class="infobox-table"> | ||
}}} | {{{#if:{{{release|}}}| | ||
<table class="infobox-table"> | <tr> | ||
{{{#if:{{{release|}}}| | <th>Released</th> | ||
<td>{{{release}}}</td> | |||
</tr> | |||
}}} | |||
{{{#if:{{{developer|}}}| | |||
}}} | <tr> | ||
{{{#if:{{{developer|}}}| | <th>Developer</th> | ||
<td>[[{{{developer}}}]]</td> | |||
</tr> | |||
}}} | |||
</table> | |||
}}} | |||
</table> | |||
</div> | </div> | ||
</div> | </div> | ||
Revision as of 00:03, 24 February 2026
{{{title}}}
[[File:|300px]]
| Released | {{{release}}} |
|---|---|
| Developer | [[{{{developer}}}]] |