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.

203 lines
3.1 KiB

3 years ago
---
Alias: ["Bars London", "Bars in London"]
Tag: ["London", "Bar"]
Date: 2021-10-04
DocType: Redommendation
Hierarchy: Root2
TimeStamp:
CollapseMetaTable: Yes
---
Parent:: [[@@London|London]]
---
 
```button
name Save
type command
action Save current file
id Save
```
^button-BarsParisSave
 
# Bars in London
 
```ad-abstract
title: Summary
collapse: open
Note summarising bars in London by neighbourhood.
```
 
```toc
style: number
```
 
---
 
### Navigation by location
 
#### Notting Hill
```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London"
where DocType = "Place"
where contains(Place.Type, "Bar")
3 years ago
where Place.Location = "NottingHill"
```
 
#### Soho
```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London"
where DocType = "Place"
where contains(Place.Type, "Bar")
3 years ago
where Place.Location = "Soho"
```
 
#### Mayfair
```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London"
where DocType = "Place"
where contains(Place.Type, "Bar")
3 years ago
where Place.Location = "Mayfair"
```
 
#### Kensington
```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London"
where DocType = "Place"
where contains(Place.Type, "Bar")
where Place.Location = "Kensington"
```
 
3 years ago
#### Chelsea
```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London"
where DocType = "Place"
where contains(Place.Type, "Bar")
3 years ago
where Place.Location = "Chelsea"
```
 
#### St Pancras
```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London"
where DocType = "Place"
where contains(Place.Type, "Bar")
where Place.Location = "StPancras"
```
 
#### Shoreditch
```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London"
where DocType = "Place"
where contains(Place.Type, "Bar")
where Place.Location = "Shoreditch"
```
 
3 years ago
#### The City
```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London"
where DocType = "Place"
where contains(Place.Type, "Bar")
3 years ago
where Place.Location = "City"
```
 
---
 
### Rooftops
 
```dataview
Table without id file.link as "Place", Place.Location as "Neighbourhood", Phone, Email, Website from "London"
where DocType = "Place"
where Place.SubType = "Rooftop"
```
3 years ago
 
---
 
### Speakeasies
 
```dataview
Table without id file.link as "Place", Place.Location as "Neighbourhood", Phone, Email, Website from "London"
where DocType = "Place"
where Place.SubType = "Speakeasy"
```
 
---
 
### Hotel bars
 
```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London"
where DocType = "Place"
where contains(Place.Type, "Bar")
where contains(Place.Type, "Hotel")
```
 
---
3 years ago
 
### Recommendation list
[[Recommendation list (London)|here]]