|
|
(14 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| {{#cargo_query:
| |
| table=Games
| |
| fields=game_title, platform, release_year, developer, thumbnail, game_type
| |
| order by=game_title
| |
| }}
| |
|
| |
|
| <table>
| |
| <tr>
| |
| <th>Game</th>
| |
| <th>Platform</th>
| |
| <th>Release Year</th>
| |
| <th>Developer</th>
| |
| <th>Thumbnail</th>
| |
| <th>Game Type</th>
| |
| </tr>
| |
| {{#cargo_query:
| |
| table=Games
| |
| fields=game_title, platform, release_year, developer, thumbnail, game_type
| |
| order by=game_title
| |
| }}
| |
| <tr>
| |
| <td>{{{game_title}}}</td>
| |
| <td>{{{platform}}}</td>
| |
| <td>{{{release_year}}}</td>
| |
| <td>{{{developer}}}</td>
| |
| <td><img src="{{{thumbnail}}}" alt="Thumbnail" style="width:100px;height:auto;"></td>
| |
| <td>{{{game_type}}}</td>
| |
| </tr>
| |
| </table>
| |