You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

166 lines
2.2 KiB

3 years ago
---
3 years ago
cssclass:
- cards
3 years ago
Alias: ["Bars Zurich", "Bars in Zürich"]
2 years ago
Tag: ["🇨🇭", "🍸"]
3 years ago
Date: 2021-10-04
DocType: Redommendation
Hierarchy: Root2
TimeStamp:
CollapseMetaTable: true
3 years ago
---
Parent:: [[@@Zürich|Zürich]]
---
^Top
 
```button
name Save
type command
action Save current file
color blue
id Save
```
^button-BarsParisSave
 
# Bars in Zürich
 
```ad-abstract
title: Summary
collapse: open
Note summarising bars in Zürich by neighbourhood.
```
 
```toc
style: number
```
 
---
 
### Navigation by location
 
3 years ago
#### Altstetten
3 years ago
[[#^Top|TOP]]
```dataviewjs
3 years ago
dv.view("00.01 Admin/dv-views/query_place", {country: "CH", placetype: "Bar", area: "Altstetten"})
3 years ago
```
 
3 years ago
#### Seefeld
3 years ago
[[#^Top|TOP]]
```dataviewjs
3 years ago
dv.view("00.01 Admin/dv-views/query_place", {country: "CH", placetype: "Bar", area: "Seefeld"})
3 years ago
```
 
2 years ago
#### Altstadt
3 years ago
```dataviewjs
2 years ago
dv.view("00.01 Admin/dv-views/query_place", {country: "CH", placetype: "Bar", area: "Altstadt"})
3 years ago
```
 
2 years ago
#### Industriequartier
3 years ago
```dataviewjs
2 years ago
dv.view("00.01 Admin/dv-views/query_place", {country: "CH", placetype: "Bar", area: "Industriequartier"})
3 years ago
```
 
#### Shoreditch
[[#^Top|TOP]]
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "Suisse", placetype: "Bar", area: "Shoreditch"})
```
 
#### The City
[[#^Top|TOP]]
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "Suisse", placetype: "Bar", area: "City"})
```
 
---
 
### Rooftops
[[#^Top|TOP]]
 
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "Suisse", placetype: ["Bar", "Restaurant", "Hotel"], ambiance: "Rooftop"})
```
 
---
 
### Speakeasies
[[#^Top|TOP]]
 
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "Suisse", placetype: ["Bar", "Restaurant", "Hotel"], ambiance: "Speakeasy"})
```
 
---
 
### Hotel bars
[[#^Top|TOP]]
 
```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "02.03 Zürich"
where DocType = "Place"
where contains(Place.Type, "Bar")
where contains(Place.Type, "Hotel")
```
 
---
 
### Recommendation list
[[Recommendation list (Zürich)|here]]
[[#^Top|TOP]]