Jump to content

Template:InfoBox Game: Difference between revisions

From IMVGDb
No edit summary
No edit summary
Line 3: Line 3:
}}<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">
     {{{#if:{{{release|}}}|
     {{#if:{{{release|}}}|
         <tr>
         <tr>
             <th>Released</th>
             <th>Released</th>
             <td>{{{release}}}</td>
             <td>{{{release}}}</td>
         </tr>
         </tr>
     }}}
     }}
     {{{#if:{{{developer|}}}|
     {{#if:{{{developer|}}}|
         <tr>
         <tr>
             <th>Developer</th>
             <th>Developer</th>
             <td>[[{{{developer}}}]]</td>
             <td>[[{{{developer}}}]]</td>
         </tr>
         </tr>
     }}}
     }}
     </table>
     </table>
</div>
</div>
</div>
</div>

Revision as of 15:23, 24 February 2026

Property "Developer" (as page type) with input value "{{{developer}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.
{{{title}}}