Difference between revisions of "Template:GameInfobox"
Jump to navigation
Jump to search
m |
|||
Line 23: | Line 23: | ||
border: solid black 1px; | border: solid black 1px; | ||
"> | "> | ||
− | [[File:{{{image}}}|300px]]{{{imagecaption|Game title screen}}}</ | + | [[File:{{{image}}}|300px]]</div>}} |
− | + | <small>{{{imagecaption|Game title screen}}}</small> | |
− | < | + | <table>{{#if:{{{developer}}}|<tr> |
− | <th> | + | <th>Developer: </th> |
− | <td>{{{ | + | <td>{{{developer}}}</td> |
− | </tr>}}{{#if:{{{ | + | </tr>}}{{#if:{{{music}}}|<tr> |
− | <th> | + | <th>Music: </th> |
− | <td>{{{ | + | <td>{{{music}}}</td> |
− | </tr>}}{{#if:{{{ | + | </tr>}}{{#if:{{{program}}}|<tr> |
− | <th> | + | <th>Program: </th> |
− | <td>{{{ | + | <td>{{{program}}}</td> |
− | </tr>}}{{#if:{{{ | + | </tr>}}{{#if:{{{art}}}|<tr> |
− | <th> | + | <th>Art: </th> |
− | <td>{{{ | + | <td>{{{art}}}</td> |
− | </tr>}}{{#if:{{{ | + | </tr>}}{{#if:{{{previousgame}}}|<tr> |
− | <th> | + | <th>Previous game:</th> |
− | <td>{{{ | + | <td>{{{previousgame}}}</td> |
+ | </tr>}}{{#if:{{{nextgame}}}|<tr> | ||
+ | <th>Next game:</th> | ||
+ | <td>{{{nextgame}}}</td> | ||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> |
Revision as of 07:25, 1 July 2020
GameInfobox
Game title screen
Developer: | {{{developer}}} |
---|---|
Music: | {{{music}}} |
Program: | {{{program}}} |
Art: | {{{art}}} |
Previous game: | {{{previousgame}}} |
Next game: | {{{nextgame}}} |