Templates
This commit is contained in:
20
Templates/Place Type Template.md
Normal file
20
Templates/Place Type Template.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
tags:
|
||||
- lists
|
||||
- places/types
|
||||
---
|
||||
|
||||
```leaflet
|
||||
id: restaurants
|
||||
linksTo: [[Pizzerias]]
|
||||
minZoom: 3
|
||||
maxZoom: 20
|
||||
defaultZoom: 3
|
||||
height: 50%
|
||||
```
|
||||
|
||||
```dataview
|
||||
table without id file.link as Place, rating as "Rating", loc as "Location"
|
||||
from #places
|
||||
where contains(type, this.file.link)
|
||||
```
|
||||
Reference in New Issue
Block a user