Template:Game: Difference between revisions

From Kyria Thanatos Wiki
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
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:{{{param1|}}}|<tr>
<table class="infobox-table">{{#if:{{{developer|}}}|<tr>
     <th>Developer</th>
     <th>Developer</th>
     <td>{{{param1}}}</td>
     <td>{{{developer}}}</td>
</tr>}}{{#if:{{{param2|}}}|<tr>
</tr>}}{{#if:{{{publisher|}}}|<tr>
     <th>Publisher</th>
     <th>Publisher</th>
     <td>{{{param2}}}</td>
     <td>{{{publisher}}}</td>
</tr>}}{{#if:{{{param3|}}}|<tr>
</tr>}}{{#if:{{{release|}}}|<tr>
     <th>Release Date</th>
     <th>Release Date</th>
     <td>{{{param3}}}</td>
     <td>{{{release}}}</td>
</tr>}}{{#if:{{{param4|}}}|<tr>
</tr>}}{{#if:{{{gene|}}}|<tr>
     <th>Genre</th>
     <th>Genre</th>
     <td>{{{param4}}}</td>
     <td>{{{genre}}}</td>
</tr>}}{{#if:{{{param5|}}}|<tr>
</tr>}}{{#if:{{{platform|}}}|<tr>
     <th>Platform Played</th>
     <th>Platform Played</th>
     <td>{{{param5}}}</td>
     <td>{{{platform}}}</td>
</tr>}}{{#if:{{{param6|}}}|<tr>
</tr>}}{{#if:{{{first date|}}}|<tr>
     <th>Date First Streamed</th>
     <th>Date First Streamed</th>
     <td>{{{param6}}}</td>
     <td>{{{first date}}}</td>
</tr>}}{{#if:{{{param7|}}}|<tr>
</tr>}}{{#if:{{{last date|}}}|<tr>
     <th>Date Last Streamed</th>
     <th>Date Last Streamed</th>
     <td>{{{param7}}}</td>
     <td>{{{last date}}}</td>
</tr>}}{{#if:{{{param8|}}}|<tr>
</tr>}}{{#if:{{{completed|}}}|<tr>
     <th>Date Completed</th>
     <th>Date Completed</th>
     <td>{{{param8}}}</td>
     <td>{{{completed}}}</td>
</tr>}}{{#if:{{{param9|}}}|<tr>
</tr>}}{{#if:{{{vod|}}}|<tr>
     <th>VOD Playlist</th>
     <th>VOD Playlist</th>
     <td>{{{param9}}}</td>
     <td>{{{vod}}}</td>
</tr>}}</table>
</tr>}}</table>
</div>
</div>

Revision as of 00:18, 14 January 2024

Game