Jump to content

Template:InfoBox Game: Difference between revisions

From IMVGDb
No edit summary
No edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div class="infobox">
<div class="infobox">{{#set:
<div class="infobox-body">
|Developer={{{developer|}}}
<div class="infobox-title">
}}<div class="infobox-body">
    {{{title|{{PAGENAME}}}}}
    <div class="infobox-title">{{{title|}}}</div>
</div>
    {{#if:{{{image|}}}|
{{{#if:{{{image|}}}|
    <div class="infobox-image">[[File:{{PAGENAME:{{{image|}}}}}|{{{size|300px}}}]]</div>
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|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>

Latest revision as of 15:25, 24 February 2026