Template:Infobox Game: Difference between revisions

From OtherX
Jump to navigation Jump to search
(Created page with "<table class="infobox"> <tr> <th colspan="2">{{{name|}}}</th> </tr> <tr> <td colspan="2" style="text-align:center;"><img src="{{{image|}}}" alt="{{{name|}}}" width="250px"></td> </tr> <tr> <td>Developer</td> <td>{{{developer|}}}</td> </tr> <tr> <td>Publisher</td> <td>{{{publisher|}}}</td> </tr> <!-- Add more rows as needed for other information --> </table>")
 
No edit summary
Line 1: Line 1:
<table class="infobox">
{| class="infobox"
  <tr>
|-
    <th colspan="2">{{{name|}}}</th>
! colspan="2" | '''{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}'''
  </tr>
|-
  <tr>
| colspan="2" style="text-align:center;" | [[File:{{#if:{{{image|}}}|{{{image}}}|YourDefaultImage.png}}|250px]]
    <td colspan="2" style="text-align:center;"><img src="{{{image|}}}" alt="{{{name|}}}" width="250px"></td>
|-
  </tr>
! colspan="2" | Developer
  <tr>
| colspan="3" | {{#if:{{{developer|}}}|{{{developer}}}|Unknown}}
    <td>Developer</td>
|-
    <td>{{{developer|}}}</td>
! colspan="2" | Publisher
  </tr>
| colspan="3" | {{#if:{{{publisher|}}}|{{{publisher}}}|Unknown}}
  <tr>
|-
    <td>Publisher</td>
! colspan="2" | Engine
    <td>{{{publisher|}}}</td>
| colspan="3" | {{#if:{{{engine|}}}|{{{engine}}}|Unknown}}
  </tr>
|-
  <!-- Add more rows as needed for other information -->
! colspan="2" | Release Date
</table>
| colspan="3" | {{#if:{{{released|}}}|{{{released}}}|Unknown}}
|-
! colspan="2" | Genre
| colspan="3" | {{#if:{{{genre|}}}|{{{genre}}}|Unknown}}
|-
! colspan="2" | Ratings
| colspan="3" | {{#if:{{{ratings|}}}|{{{ratings}}}|Unknown}}
|-
! colspan="2" | Platforms
| colspan="3" | {{#if:{{{platforms|}}}|{{{platforms}}}|Unknown}}
|-
! colspan="2" | Requirements
| colspan="3" | {{#if:{{{specs|}}}|{{{specs}}}|Unknown}}
|-
! colspan="2" | Input
| colspan="3" | {{#if:{{{input|}}}|{{{input}}}|Unknown}}
|-
! colspan="2" | Website
| colspan="3" | {{#if:{{{website|}}}|[{{{website}}} {{{website}}}]|Unknown}}
|-
|}
<noinclude>
{{/doc}}
</noinclude>

Revision as of 12:27, 24 December 2023

{{#if:|{{{name}}}|Infobox Game}}
[[File:{{#if:|{{{image}}}|YourDefaultImage.png}}|250px]]
Developer {{#if:|{{{developer}}}|Unknown}}
Publisher {{#if:|{{{publisher}}}|Unknown}}
Engine {{#if:|{{{engine}}}|Unknown}}
Release Date {{#if:|{{{released}}}|Unknown}}
Genre {{#if:|{{{genre}}}|Unknown}}
Ratings {{#if:|{{{ratings}}}|Unknown}}
Platforms {{#if:|{{{platforms}}}|Unknown}}
Requirements {{#if:|{{{specs}}}|Unknown}}
Input {{#if:|{{{input}}}|Unknown}}
Website {{#if:|[{{{website}}} {{{website}}}]|Unknown}}

Template:Infobox Game/doc