Templates
This commit is contained in:
14
Templates/Game Studio Template.md
Normal file
14
Templates/Game Studio Template.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user