Files
kepano-obsidian/Templates/Game Studio Template.md
2023-09-13 14:12:55 -07:00

14 lines
210 B
Markdown

---
category:
- "[[Companies]]"
tags:
- companies
---
## Games
```dataview
table year as Year, rating as Rating
from #games
where maker = this.file.link or contains(maker,this.file.link)
sort year desc
```