Jump to content

Template:InfoBox Game: Difference between revisions

From IMVGDb
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">{{#set:
<div class="infobox">{{#set:
|Developer={{{developer}}}
|Developer={{{developer|}}}
}}<div class="infobox-body">
}}<div class="infobox-body">
     <div class="infobox-title">{{{title}}}</div>
     <div class="infobox-title">{{{title|}}}</div>
     {{#if:{{{image|}}}|
     {{#if:{{{image|}}}|
     <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|{{{size|300px}}}]]</div>
     <div class="infobox-image">[[File:{{PAGENAME:{{{image|}}}}}|{{{size|300px}}}]]</div>
     }}
     }}
     <table class="infobox-table">
     <table class="infobox-table">
Line 10: Line 10:
         <tr>
         <tr>
             <th>Released</th>
             <th>Released</th>
             <td>{{{release}}}</td>
             <td>{{{release|}}}</td>
         </tr>
         </tr>
     }}
     }}
Line 16: Line 16:
         <tr>
         <tr>
             <th>Developer</th>
             <th>Developer</th>
             <td>[[{{{developer}}}]]</td>
             <td>[[{{{developer|}}}]]</td>
         </tr>
         </tr>
     }}
     }}

Latest revision as of 15:25, 24 February 2026