Game Database: Difference between revisions
Jump to navigation
Jump to search
Dea7hsmiles (talk | contribs) No edit summary |
Dea7hsmiles (talk | contribs) No edit summary |
||
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> | |||
}} | |||
< |
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}}} |