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.

135 lines
2.0 KiB

3 years ago
---
Alias: ["Bars Paris", "Bars in Paris"]
Tag: ["Paris", "Bar"]
Date: 2021-10-04
DocType: Redommendation
Hierarchy: Root2
TimeStamp:
CollapseMetaTable: Yes
---
Parent:: [[@@Paris|Paris]]
---
 
```button
name Save
type command
action Save current file
id Save
```
^button-BarsParisSave
 
# Bars in Paris
 
```ad-abstract
title: Summary
collapse: open
Note summarising bars in Paris by neighbourhood.
```
 
```toc
style: number
```
 
---
 
### Navigation by location
 
#### Marais
```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "02.02 Paris"
3 years ago
where DocType = "Place"
where contains(Place.Type, "Bar")
3 years ago
where contains(Place.Location, "Marais")
3 years ago
```
 
#### Chatelêt
```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "02.02 Paris"
3 years ago
where DocType = "Place"
where contains(Place.Type, "Bar")
3 years ago
where contains(Place.Location, "Chatelet")
3 years ago
```
 
#### Gare du Nord
```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "02.02 Paris"
3 years ago
where DocType = "Place"
where contains(Place.Type, "Bar")
3 years ago
where contains(Place.Location, "GareduNord")
3 years ago
```
 
#### Pigalle
```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "02.02 Paris"
3 years ago
where DocType = "Place"
where contains(Place.Type, "Bar")
where contains(Place.Location, "Pigalle")
3 years ago
```
 
#### Saint Germain-des-Prés
```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "02.02 Paris"
3 years ago
where DocType = "Place"
where contains(Place.Type, "Bar")
3 years ago
where contains(Place.Location, "StGermain")
3 years ago
```
 
---
 
### Rooftops
 
```dataview
Table without id file.link as "Place", Place.Location as "Quartier", Phone, Email, Website from "02.02 Paris"
3 years ago
where DocType = "Place"
where Place.SubType = "Rooftop"
```
 
---
 
### Recommendation list
[[Recommendation list (Paris)|here]]