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.
194 lines
3.3 KiB
194 lines
3.3 KiB
---
|
|
|
|
Alias: ["Restaurants Paris", "Restaurants in Paris"]
|
|
Tag: ["Paris", "Restaurant"]
|
|
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-RestaurantsParisSave
|
|
|
|
 
|
|
|
|
# Restaurants in Paris
|
|
|
|
 
|
|
|
|
```ad-abstract
|
|
title: Summary
|
|
collapse: open
|
|
Note summarising restaurants in Paris by Cuisine and/or by type
|
|
```
|
|
|
|
 
|
|
|
|
```toc
|
|
style: number
|
|
```
|
|
|
|
 
|
|
|
|
---
|
|
|
|
 
|
|
|
|
### Navigation by type
|
|
|
|
 
|
|
|
|
#### French
|
|
|
|
```dataview
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris"
|
|
where DocType = "Place"
|
|
where Place.Type = "Restaurant"
|
|
where Place.Style = "French"
|
|
```
|
|
|
|
 
|
|
|
|
#### Italian
|
|
|
|
```dataview
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris"
|
|
where DocType = "Place"
|
|
where Place.Type = "Restaurant"
|
|
where Place.Style = "Italian"
|
|
```
|
|
|
|
 
|
|
|
|
#### North African
|
|
|
|
```dataview
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris"
|
|
where DocType = "Place"
|
|
where Place.Type = "Restaurant"
|
|
where contains(Place.Style, "North African")
|
|
```
|
|
|
|
 
|
|
|
|
#### Peruvian
|
|
|
|
```dataview
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris"
|
|
where DocType = "Place"
|
|
where Place.Type = "Restaurant"
|
|
where contains(Place.Style, "Peruvian")
|
|
```
|
|
|
|
 
|
|
|
|
#### Asian
|
|
|
|
```dataview
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris"
|
|
where DocType = "Place"
|
|
where Place.Type = "Restaurant"
|
|
where contains(Place.Style, "Asian")
|
|
```
|
|
|
|
 
|
|
|
|
#### Japanese
|
|
|
|
```dataview
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris"
|
|
where DocType = "Place"
|
|
where Place.Type = "Restaurant"
|
|
where Place.Style = "Japanese"
|
|
```
|
|
|
|
 
|
|
|
|
---
|
|
|
|
 
|
|
|
|
### Navigation by location
|
|
|
|
 
|
|
|
|
#### Marais
|
|
|
|
```dataview
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris"
|
|
where DocType = "Place"
|
|
where Place.Type = "Restaurant"
|
|
where Place.Location = "Marais"
|
|
```
|
|
|
|
 
|
|
|
|
#### Quartier Latin
|
|
|
|
```dataview
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris"
|
|
where DocType = "Place"
|
|
where Place.Type = "Restaurant"
|
|
where Place.Location = "Quartier Latin"
|
|
```
|
|
|
|
 
|
|
|
|
#### Gare du Nord
|
|
|
|
```dataview
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris"
|
|
where DocType = "Place"
|
|
where Place.Type = "Restaurant"
|
|
where Place.Location = "Gare du Nord"
|
|
```
|
|
|
|
 
|
|
|
|
#### Bastille
|
|
|
|
```dataview
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris"
|
|
where DocType = "Place"
|
|
where Place.Type = "Restaurant"
|
|
where Place.Location = "Bastille"
|
|
```
|
|
|
|
 
|
|
|
|
#### République
|
|
|
|
```dataview
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris"
|
|
where DocType = "Place"
|
|
where Place.Type = "Restaurant"
|
|
where Place.Location = "République"
|
|
```
|
|
|
|
 
|
|
|
|
#### La Muette
|
|
|
|
```dataview
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris"
|
|
where DocType = "Place"
|
|
where Place.Type = "Restaurant"
|
|
where Place.Location = "La Muette"
|
|
```
|
|
|
|
 
|
|
  |