Difference between revisions of "Template:Infobox Game"

From The Wiki
Jump to navigation Jump to search
 
(5 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">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
+
<div class="infobox-image">[[File:{{{image}}}|350px]]</div>}}
  
 
<table style="width: 100%; border-bottom: 1px solid #ddd;">
 
<table style="width: 100%; border-bottom: 1px solid #ddd;">
 
{{#if:{{{Cost|}}}|<tr>
 
{{#if:{{{Cost|}}}|<tr>
 
     <th>Approx Cost</th>
 
     <th>Approx Cost</th>
     <td>{{{cost}}}</td>
+
     <td>{{{Cost}}}</td>
 
</tr>}}{{#if:{{{Platform|}}}|<tr>
 
</tr>}}{{#if:{{{Platform|}}}|<tr>
 
     <th>Platform</th>
 
     <th>Platform</th>
Line 16: Line 16:
 
     <th>MaxPlayers</th>
 
     <th>MaxPlayers</th>
 
     <td>{{{MaxPlayers}}}</td>
 
     <td>{{{MaxPlayers}}}</td>
 +
</tr>}}{{#if:{{{Webpage|}}}|<tr>
 +
    <th colspan="2">[{{{Webpage}}} 🌎 Product Page]</th>
 
</tr>}}</table>
 
</tr>}}</table>
 
</div>
 
</div>

Latest revision as of 09:14, 16 August 2020

Infobox Game