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.
216 lines
3.4 KiB
216 lines
3.4 KiB
---
|
|
|
|
cssclass:
|
|
- cards
|
|
Alias: ["Restaurants Paris", "Restaurants in Paris"]
|
|
Tag: ["🗼", "🍴"]
|
|
Date: 2021-10-04
|
|
DocType: Redommendation
|
|
Hierarchy: Root2
|
|
TimeStamp:
|
|
CollapseMetaTable: true
|
|
|
|
---
|
|
|
|
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
|
|
```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
|
|
|
|
```dataviewjs
|
|
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", style: "North African"})
|
|
```
|
|
|
|
 
|
|
|
|
#### Peruvian
|
|
|
|
```dataviewjs
|
|
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", style: "Peruvian"})
|
|
```
|
|
|
|
 
|
|
|
|
#### Asian
|
|
|
|
```dataviewjs
|
|
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", style: ["Asian", "Korean", "Thai"]})
|
|
```
|
|
|
|
 
|
|
|
|
#### Japanese
|
|
|
|
```dataviewjs
|
|
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", style: "Japanese"})
|
|
```
|
|
|
|
 
|
|
|
|
#### Fusion
|
|
|
|
```dataviewjs
|
|
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", style: "Fusion"})
|
|
```
|
|
|
|
 
|
|
|
|
---
|
|
|
|
 
|
|
|
|
### Navigation by location
|
|
|
|
 
|
|
|
|
#### Marais
|
|
|
|
```dataviewjs
|
|
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", area: "Marais"})
|
|
```
|
|
|
|
 
|
|
|
|
#### Quartier Latin
|
|
|
|
```dataviewjs
|
|
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", area: ["Quartier Latin", "QuartierLatin"]})
|
|
```
|
|
|
|
 
|
|
|
|
#### Gare du Nord
|
|
|
|
```dataviewjs
|
|
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", area: ["Gare du Nord", "GareduNord"]})
|
|
```
|
|
|
|
 
|
|
|
|
#### Opéra
|
|
|
|
```dataviewjs
|
|
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", area: "Opéra"})
|
|
```
|
|
|
|
 
|
|
|
|
#### Rivoli
|
|
|
|
```dataviewjs
|
|
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", area: "Rivoli"})
|
|
```
|
|
|
|
 
|
|
|
|
#### Bastille
|
|
|
|
```dataviewjs
|
|
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", area: "Bastille"})
|
|
```
|
|
|
|
 
|
|
|
|
#### République
|
|
|
|
```dataviewjs
|
|
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", area: "République"})
|
|
```
|
|
|
|
 
|
|
|
|
#### La Muette
|
|
|
|
```dataviewjs
|
|
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", area: ["La Muette", "LaMuette"]})
|
|
```
|
|
|
|
 
|
|
|
|
#### Parc Monceau
|
|
|
|
```dataviewjs
|
|
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", area: "Monceau"})
|
|
```
|
|
|
|
|
|
 
|
|
|
|
#### Bagatelles
|
|
|
|
```dataviewjs
|
|
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", area: "Bagatelles"})
|
|
```
|
|
|
|
 
|
|
|
|
#### Saint Germain
|
|
|
|
```dataviewjs
|
|
dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Restaurant", area: "Saint-Germain"})
|
|
```
|
|
|
|
 
|
|
|
|
### Recommendation list
|
|
|
|
[[Recommendation list (Paris)|here]]
|
|
|
|
 
|
|
  |