Template:Infobox video game: Difference between revisions

From Tomba! Wiki
Jump to navigation Jump to search
(Blanked the page)
Tags: Blanking 2017 source edit
No edit summary
Line 1: Line 1:
<includeonly>
<table class="infobox video-game">
  <caption>{{{name}}}</caption>
  <tbody>
    <tr>
      <td colspan="2">{{{title|}}}</td>
    </tr>
    <tr>
      <td colspan="2">{{{image|}}}</td>
    </tr>
    <tr>
      <th>Developer</th>
      <td>{{{developer|}}}</td>
    </tr>
    <tr>
      <th>Publisher</th>
      <td>{{{publisher|}}}</td>
    </tr>
    <tr>
      <th>Director</th>
      <td>{{{director|}}}</td>
    </tr>
    <tr>
      <th>Producer</th>
      <td>{{{producer|}}}</td>
    </tr>
    <tr>
      <th>Designer</th>
      <td>{{{designer|}}}</td>
    </tr>
    <tr>
      <th>Platform</th>
      <td>{{{platform|}}}</td>
    </tr>
    <tr>
      <th>Genre</th>
      <td>{{{genre|}}}</td>
    </tr>
    <tr>
      <th>Release</th>
      <td>{{{release|}}}</td>
    </tr>
  </tbody>
</table>
</includeonly>
<noinclude>
== Usage ==


<pre>
{{Infobox_video_game
| name      = Game Name
| title      = Game Title
| image      = [[File:example.jpg|250px]]
| developer  = Developer Name
| publisher  = Publisher Name
| director  = Director Name
| producer  = Producer Name
| designer  = Designer Name(s)
| platform  = Platform(s)
| genre      = Game Genre
| release    = Release Date(s)
}}
</pre>
</noinclude>

Revision as of 16:20, 27 January 2025


Usage

{{Infobox_video_game
| name       = Game Name
| title      = Game Title
| image      = [[File:example.jpg|250px]]
| developer  = Developer Name
| publisher  = Publisher Name
| director   = Director Name
| producer   = Producer Name
| designer   = Designer Name(s)
| platform   = Platform(s)
| genre      = Game Genre
| release    = Release Date(s)
}}