Difference between revisions of "Template:Game"
Jump to navigation
Jump to search
(Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image1|}}}| <div class="infobox-image">[[File:{{{image1}}}|300px]]</div>}} <table>{{#if...") |
|||
| Line 2: | Line 2: | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image1|}}}| | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image1|}}}| | ||
<div class="infobox-image">[[File:{{{image1}}}|300px]]</div>}} | <div class="infobox-image">[[File:{{{image1}}}|300px]]</div>}} | ||
| − | <table>{{#if:{{{(predecessor | + | <table>{{#if:{{{(predecessor or successor or platform or release_date(s) or order_in_series)|}}}|<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 | + | </tr>}}{{#if:{{{(genre or companies or ratings or hdn_wikia_score)|}}}|<tr> |
<th>Game Info</th> | <th>Game Info</th> | ||
<td>{{{genre}}}</td> | <td>{{{genre}}}</td> | ||
Revision as of 09:24, 2 April 2021
Game
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
}}