---

ServingSize:
cssclass: recipeTable
Alias: []
Tag: []
Date: <% tp.date.now("YYYY-MM-DD") %>
DocType: "Recipe"
Hierarchy: "NonRoot"
location:
CollapseMetaTable: true
Meta:
 IsFavourite: False
 Rating:
Recipe:
 Courses:
 Categories:
 Collections:
 Source:
 PreparationTime: 
 CookingTime:
 OServingSize:
Ingredients:
 - 

---

Parent::

---

&emsp;

```button
name Edit Recipe parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-<% tp.file.title %>Edit


```button
name Save
type command
action Save current file
id Save
```
^button-<% tp.file.title %>NSave



&emsp;

# <% tp.file.title %>

&emsp;

```toc
style: number
```

&emsp;

---

&emsp;

### ๐Ÿ—’ Practical Informations

```dataview
list without id
 "<table><tbody><tr><td><a class=heading>๐Ÿฝ Courses</a></td>"
 +
 "<td><span style='color: var(--footnote);'>" + this.Recipe.Courses + "</span></td></tr>"
+
 "<tr><td><a class=heading>๐Ÿฅ˜ Categories</a></td>"
 +
 "<td><span style='color: var(--footnote);'>" + this.Recipe.Categories + "</span></td></tr>"
 +
 "<tr><td><a class=heading>๐Ÿ“š Collections</a></td>"
 +
 "<td><span style='color: var(--footnote);'>" + this.Recipe.Collections + "</span></td></tr>"
 +
 "<tr><td><a class=heading>๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Serving size</a></td>"
 +
 "<td><span style='color: var(--footnote);'>" + this.ServingSize + "</span></td></tr>"
 +
 "<tr><td><a class=heading>โฒ Cooking time</a></td>"
 +
 "<td><span style='color: var(--footnote);'>" + this.Recipe.CookingTime + " min</span></td></tr></tbody></table>"
FROM "03.03 Food & Wine/<% tp.file.title %>"
```

&emsp;

---

&emsp;

### ๐Ÿงซ Ingredients

&emsp;

```dataviewjs
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```

&emsp;

---

&emsp;

### ๐Ÿ”€ Instructions

&emsp;