Template:GameInfobox: Difference between revisions

From 30-30.club - Baseball Video Game Encyclopedia

No edit summary
No edit summary
Tag: Manual revert
 
(25 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:{{{release na|}}}|<tr>
<table class="infobox-table">{{#if:{{{jpntitle|}}}|<tr>
     <th>Release Date (North America)</th>
     <th>JP Title</th>
     <td>{{{release na}}}</td>
    <td>{{{jpntitle}}}</td>
</tr>}}{{#if:{{{release japan|}}}|<tr>
</tr>}}{{#if:{{{taiwantitle|}}}|<tr>
     <th>Japan release date</th>
    <th>Chinese (Traditional) Title</th>
     <td>{{{release japan}}}</td>
     <td>{{{taiwantitle}}}</td>
</tr>}}{{#if:{{{koreatitle|}}}|<tr>
     <th>Korean Title</th>
    <td>{{{koreatitle}}}</td>
</tr>}}{{#if:{{{releasedate|}}}|<tr>
    <th>Release Date</th>
     <td>{{{releasedate}}}</td>
</tr>}}{{#if:{{{adaptedfrom|}}}|<tr>
</tr>}}{{#if:{{{adaptedfrom|}}}|<tr>
     <th>Adapted From</th>
     <th>Adapted From</th>
     <td>{{{adaptedfrom}}}</td>
     <td>{{{adaptedfrom}}}</td>
</tr>}}{{#if:{{{jpntitle|}}}|<tr>
    <th>Title in Japanese</th>
    <td>{{{jpntitle}}}</td>
</tr>}}{{#if:{{{platforms|}}}|<tr>
</tr>}}{{#if:{{{platforms|}}}|<tr>
     <th>Release Platforms</th>
     <th>Platforms</th>
     <td>{{{platforms}}}</td>
     <td>{{{platforms}}}</td>
</tr>}}{{#if:{{{developer|}}}|<tr>
</tr>}}{{#if:{{{developer|}}}|<tr>
Line 32: 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