Template:GameInfobox: Difference between revisions
From 30-30.club - Baseball Video Game Encyclopedia
(Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} <table class="infobox-table">{{#if:{{{param1|}}}|<tr> <th>Parameter 1</th> <td>{{{param1}}}</td> </tr>}}{{#if:{{{param2|}}}|<tr> <th>Parameter 2</th> <td>{{{param2}}}</td> </tr>}}{{#if:{{{param3|}}}|<tr> <th>Parameter 3</th> <td>{{{param3}}}</td> </tr>}}{{#if:{{{param4|}}}|<tr...") |
No edit summary |
||
| Line 2: | Line 2: | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | ||
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} | <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} | ||
<table class="infobox-table">{{#if:{{{ | <table class="infobox-table">{{#if:{{{release na|}}}|<tr> | ||
<th> | <th>North America release date</th> | ||
<td>{{{ | <td>{{{release na}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{release japan|}}}|<tr> | ||
<th> | <th>Japan release date</th> | ||
<td>{{{ | <td>{{{release japan}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{platforms|}}}|<tr> | ||
<th> | <th>Release Platforms</th> | ||
<td>{{{ | <td>{{{platforms}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{developer|}}}|<tr> | ||
<th> | <th>Developer</th> | ||
<td>{{{ | <td>{{{developer}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{publisher|}}}|<tr> | ||
<th> | <th>Publisher</th> | ||
<td>{{{ | <td>{{{publisher}}}</td> | ||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> | ||
Revision as of 20:18, 21 January 2024
GameInfobox