Game Database: Difference between revisions

From Dea7hsmiles
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{#cargo_store:
{{#cargo_query:
| game_title = Time Crisis
  table=Games
| platform = Arcade, PlayStation, PC
  fields=game_title, platform, release_year, developer, thumbnail, game_type
| release_year = 1995
  order by=game_title
| developer = Namco
| thumbnail = https://example.com/time-crisis-thumbnail.jpg
| game_type = Arcade
}}
}}


{{#cargo_store:
<table>
| game_title = House of the Dead
  <tr>
| platform = Arcade, Dreamcast, PC
    <th>Game</th>
| release_year = 1996
    <th>Platform</th>
| developer = Sega
    <th>Release Year</th>
| thumbnail = https://example.com/house-of-the-dead-thumbnail.jpg
    <th>Developer</th>
| game_type = Arcade
    <th>Thumbnail</th>
}}
    <th>Game Type</th>
 
  </tr>
{{#cargo_store:
  {{#cargo_query:
| game_title = Duck Hunt
    table=Games
| platform = NES
    fields=game_title, platform, release_year, developer, thumbnail, game_type
| release_year = 1984
    order by=game_title
| developer = Nintendo
  }}
| thumbnail = https://example.com/duck-hunt-thumbnail.jpg
  <tr>
| game_type = Console
    <td>{{{game_title}}}</td>
}}
    <td>{{{platform}}}</td>
 
    <td>{{{release_year}}}</td>
{{#cargo_store:
    <td>{{{developer}}}</td>
| game_title = Virtua Cop
    <td><img src="{{{thumbnail}}}" alt="Thumbnail" style="width:100px;height:auto;"></td>
| platform = Arcade, Sega Saturn, PC
    <td>{{{game_type}}}</td>
| release_year = 1994
  </tr>
| developer = Sega
</table>
| thumbnail = https://example.com/virtua-cop-thumbnail.jpg
| game_type = Arcade
}}
 
<!-- Repeat the format for more games -->

Revision as of 02:12, 20 May 2025

Error: join conditions must be set for tables.
Error: join conditions must be set for tables.
Game Platform Release Year Developer Thumbnail Game Type
{{{game_title}}} {{{platform}}} {{{release_year}}} {{{developer}}} <img src="{{{thumbnail}}}" alt="Thumbnail" style="width:100px;height:auto;"> {{{game_type}}}