Difference between revisions of "Template:GameInfobox"

From Shmups Wiki -- The Digital Library of Shooting Games
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}}}</div>}}
+
[[File:{{{image}}}|300px]]</div>}}
 
+
<small>{{{imagecaption|Game title screen}}}</small>
<table>{{#if:{{{param1|}}}|<tr>
+
<table>{{#if:{{{developer}}}|<tr>
     <th>Parameter 1</th>
+
    <th>Developer: </th>
     <td>{{{param1}}}</td>
+
    <td>{{{developer}}}</td>
</tr>}}{{#if:{{{param2|}}}|<tr>
+
</tr>}}{{#if:{{{music}}}|<tr>
     <th>Parameter 2</th>
+
     <th>Music: </th>
     <td>{{{param2}}}</td>
+
     <td>{{{music}}}</td>
</tr>}}{{#if:{{{param3|}}}|<tr>
+
</tr>}}{{#if:{{{program}}}|<tr>
     <th>Parameter 3</th>
+
     <th>Program: </th>
     <td>{{{param3}}}</td>
+
     <td>{{{program}}}</td>
</tr>}}{{#if:{{{param4|}}}|<tr>
+
</tr>}}{{#if:{{{art}}}|<tr>
     <th>Parameter 4</th>
+
     <th>Art: </th>
     <td>{{{param4}}}</td>
+
     <td>{{{art}}}</td>
</tr>}}{{#if:{{{param5|}}}|<tr>
+
</tr>}}{{#if:{{{previousgame}}}|<tr>
     <th>Parameter 5</th>
+
     <th>Previous game:</th>
     <td>{{{param5}}}</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}}}