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.2 KiB

3 years ago
---
3 years ago
cssclass:
- cards
3 years ago
Alias: ["Restaurants Paris", "Restaurants in Paris"]
Tag: ["Paris", "Restaurant"]
Date: 2021-10-04
DocType: Redommendation
Hierarchy: Root2
TimeStamp:
CollapseMetaTable: Yes
---
Parent:: [[@@Paris|Paris]]
---
^Top
 
```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
[[#^Top|TOP]]
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", style: "French"})
```
 
#### Italian
[[#^Top|TOP]]
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", style: "Italian"})
```
 
#### North African
[[#^Top|TOP]]
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", style: "North African"})
```
 
#### Peruvian
[[#^Top|TOP]]
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", style: "Peruvian"})
```
 
#### Asian
[[#^Top|TOP]]
```dataviewjs
3 years ago
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", style: ["Asian", "Korean"]})
3 years ago
```
 
#### Japanese
[[#^Top|TOP]]
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", style: "Japanese"})
```
 
3 years ago
#### Fusion
[[#^Top|TOP]]
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", style: "Fusion"})
```
 
3 years ago
---
 
### Navigation by location
 
#### Marais
[[#^Top|TOP]]
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", area: "Marais"})
```
 
#### Quartier Latin
[[#^Top|TOP]]
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", area: ["Quartier Latin", "QuartierLatin"]})
```
 
#### Gare du Nord
[[#^Top|TOP]]
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", area: ["Gare du Nord", "GareduNord"]})
```
 
3 years ago
#### Opéra
[[#^Top|TOP]]
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", area: "Opéra"})
```
 
3 years ago
#### Rivoli
[[#^Top|TOP]]
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", area: "Rivoli"})
```
 
3 years ago
#### Bastille
[[#^Top|TOP]]
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", area: "Bastille"})
```
 
#### République
[[#^Top|TOP]]
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", area: "République"})
```
 
#### La Muette
[[#^Top|TOP]]
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", area: ["La Muette", "LaMuette"]})
```
 
### Recommendation list
[[Recommendation list (Paris)|here]]
[[#^Top|TOP]]