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 Tag: Manual revert |
||
| (32 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:{{{ | <table class="infobox-table">{{#if:{{{jpntitle|}}}|<tr> | ||
<th> | <th>JP Title</th> | ||
<td>{{{ | <td>{{{jpntitle}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{taiwantitle|}}}|<tr> | ||
<th> | <th>Chinese (Traditional) Title</th> | ||
<td>{{{ | <td>{{{taiwantitle}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{koreatitle|}}}|<tr> | ||
<th> | <th>Korean Title</th> | ||
<td>{{{ | <td>{{{koreatitle}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{releasedate|}}}|<tr> | ||
<th> | <th>Release Date</th> | ||
<td>{{{ | <td>{{{releasedate}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{adaptedfrom|}}}|<tr> | ||
<th> | <th>Adapted From</th> | ||
<td>{{{ | <td>{{{adaptedfrom}}}</td> | ||
</tr>}}{{#if:{{{platforms|}}}|<tr> | |||
<th>Platforms</th> | |||
<td>{{{platforms}}}</td> | |||
</tr>}}{{#if:{{{developer|}}}|<tr> | |||
<th>Developer</th> | |||
<td>{{{developer}}}</td> | |||
</tr>}}{{#if:{{{publisher|}}}|<tr> | |||
<th>Publisher</th> | |||
<td>{{{publisher}}}</td> | |||
</tr>}}{{#if:{{{price|}}}|<tr> | |||
<th>Original Price</th> | |||
<td>{{{price}}}</td> | |||
</tr>}}{{#if:{{{teamnames|}}}|<tr> | |||
<th>Team Names</th> | |||
<td>{{{teamnames}}}</td> | |||
</tr>}}{{#if:{{{playernames|}}}|<tr> | |||
<th>Player Names</th> | |||
<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