Template:GameInfobox: Difference between revisions
From 30-30.club - Baseball Video Game Encyclopedia
No edit summary |
No edit summary Tag: Manual revert |
||
| (21 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | <div class="infobox-title"><b><i>{{{title|{{PAGENAME}}}}}</b></i></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:{{{jpntitle|}}}|<tr> | <table class="infobox-table">{{#if:{{{jpntitle|}}}|<tr> | ||
<th>JP Title</th> | <th>JP Title</th> | ||
<td>{{{jpntitle}}}</td> | <td>{{{jpntitle}}}</td> | ||
</tr>}}{{#if:{{{taiwantitle|}}}|<tr> | |||
<th>Chinese (Traditional) Title</th> | |||
<td>{{{taiwantitle}}}</td> | |||
</tr>}}{{#if:{{{koreatitle|}}}|<tr> | |||
<th>Korean Title</th> | |||
<td>{{{koreatitle}}}</td> | |||
</tr>}}{{#if:{{{releasedate|}}}|<tr> | </tr>}}{{#if:{{{releasedate|}}}|<tr> | ||
<th>Release Date</th> | <th>Release Date</th> | ||
| Line 12: | Line 18: | ||
<td>{{{adaptedfrom}}}</td> | <td>{{{adaptedfrom}}}</td> | ||
</tr>}}{{#if:{{{platforms|}}}|<tr> | </tr>}}{{#if:{{{platforms|}}}|<tr> | ||
<th> | <th>Platforms</th> | ||
<td>{{{platforms}}}</td> | <td>{{{platforms}}}</td> | ||
</tr>}}{{#if:{{{developer|}}}|<tr> | </tr>}}{{#if:{{{developer|}}}|<tr> | ||
| Line 29: | Line 35: | ||
<th>Player Names</th> | <th>Player Names</th> | ||
<td>{{{playernames}}}</td> | <td>{{{playernames}}}</td> | ||
</tr>}}{{#if:{{{coverathlete|}}}|<tr> | |||
<th>Cover Athlete(s)</th> | |||
<td>{{{coverathlete}}}</td> | |||
</tr>}}{{#if:{{{commentators|}}}|<tr> | |||
<th>Commentator(s)</th> | |||
<td>{{{commentators}}}</td> | |||
</tr>}}{{#if:{{{precededby|}}}|<tr> | |||
<th>Preceded by</th> | |||
<td>{{{precededby}}}</td> | |||
</tr>}}{{#if:{{{followedby|}}}|<tr> | |||
<th>Followed by</th> | |||
<td>{{{followedby}}}</td> | |||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> | ||
Latest revision as of 13:31, 14 October 2025
GameInfobox