Templates
This commit is contained in:
8
Templates/Video Game Genre Template.md
Normal file
8
Templates/Video Game Genre Template.md
Normal file
@@ -0,0 +1,8 @@
|
||||
#games/genres
|
||||
|
||||
```dataview
|
||||
table maker as "Maker", year as "Year", rating as "Rating"
|
||||
from #games
|
||||
where !contains(file.name, "Template") and contains(genre, this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
Reference in New Issue
Block a user