Difference between revisions of "Template:Infobox"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
<th class="infobox-title" colspan="2" style="text-align: center;"><b>{{{title|{{PAGENAME}}}}}</b></th> | <th class="infobox-title" colspan="2" style="text-align: center;"><b>{{{title|{{PAGENAME}}}}}</b></th> | ||
</tr> | </tr> | ||
− | {{#if:{{{ | + | {{#if:{{{logo|}}}| |
<tr> | <tr> | ||
− | <th class="infobox-image" colspan="2" style="text-align: center;">[[File:{{{ | + | <th class="infobox-image" colspan="2" style="text-align: center;">[[File:{{{logo}}}|300px]]</div></th> |
</tr>}} | </tr>}} | ||
<tr><th><br></th></tr> | <tr><th><br></th></tr> | ||
Line 49: | Line 49: | ||
<td class="infoboxtd1strow"><b>Type:</b></td> | <td class="infoboxtd1strow"><b>Type:</b></td> | ||
<td>{{{type}}}</td> | <td>{{{type}}}</td> | ||
+ | </tr>}} | ||
+ | {{#if:{{{titleshot|}}}| | ||
+ | <tr> | ||
+ | <th class="infobox-image" colspan="2" style="text-align: center;">[[File:{{{titleshot}}}|300px]]</div></th> | ||
+ | </tr>}} | ||
+ | {{#if:{{{gameplayshot|}}}| | ||
+ | <tr> | ||
+ | <th class="infobox-image" colspan="2" style="text-align: center;">[[File:{{{gameplayshot}}}|300px]]</div></th> | ||
</tr>}} | </tr>}} | ||
Revision as of 14:52, 8 December 2022
Usage