Difference between revisions of "Template:Game"

From Hyperdimension Neptunia Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
<div class="infobox">
 
<div class="infobox">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image1|}}}|
+
<div class="infobox-title">{{{title1|{{PAGENAME}}}}}</div>
<div class="infobox-image">[[File:{{{image1}}}|300px]]</div>}}
+
{{#if:{{{image1|}}}|<div class="infobox-image">[[File:{{{image1}}}|300px]]</div>}}
<table>{{#if:{{{(predecessor or successor or platform or release_date(s) or order_in_series)|}}}|<tr>
+
<table>{{#if:{{{successor&platform|}}}|<tr>
 
     <th>Timeline</th>
 
     <th>Timeline</th>
 
     <td>{{{predecessor}}}</td>
 
     <td>{{{predecessor}}}</td>
Line 9: Line 9:
 
     <td>{{{release_date(s)}}}</td>
 
     <td>{{{release_date(s)}}}</td>
 
     <td>{{{order_in_series}}}</td>
 
     <td>{{{order_in_series}}}</td>
</tr>}}{{#if:{{{(genre or companies or ratings or hdn_wikia_score)|}}}|<tr>
+
</tr>}}{{#if:({{{genre}}} or {{{companies}}} or {{{ratings}}} or {{{hdn_wiki_score}}})|<tr>
 
     <th>Game Info</th>
 
     <th>Game Info</th>
 
     <td>{{{genre}}}</td>
 
     <td>{{{genre}}}</td>

Revision as of 09:40, 2 April 2021

Game
Game Info {{{genre}}} {{{companies}}} {{{ratings}}} {{{hdn_wikia_score}}}

Example usage:

{{Game
|title1=Example
|image1=Example
|caption1=Example
|predecessor=Example
|successor=Example
|platform=Example
|release_date(s)=Example
|order_in_series=Example
|genre=Example
|companies=Example
|ratings=Example
|hdn_wikia_score=Example
}}