![[Games.base#System]]
%% DATAVIEW_PUBLISHER: start
```dataview
table without id
file.link as Game,
maker as Maker,
year as Year,
rating as Rating
where
contains(category, [[Games]]) and
!contains(file.name, "Template") and
contains(system, this.file.link)
sort rating desc
```
%%
| Game | Maker | Year | Rating |
| --------------------------------------------------------------------------------------------------------- | -------------------------------------------- | ---- | ------ |
| [[Pokemon Crystal Clear.md\|Pokemon Crystal Clear]] | <ul><li>[[Nintendo.md\|Nintendo]]</li></ul> | 2024 | 6 |
| [[The Legend of Zelda - Oracle of Ages and Seasons.md\|The Legend of Zelda - Oracle of Ages and Seasons]] | <ul><li>[[Nintendo.md\|Nintendo]]</li></ul> | 2001 | \- |
%% DATAVIEW_PUBLISHER: end %%