{{recipe summary
| category =
| servings =
| time =
| difficulty = <!-- Should if provided contain a number between 1 and 5 -->
| image =
| energy = <!-- Should if provided contain the number of calories and cal (can include kJ)-->
| note =
}}
- All parameters to the {{recipesummary}} template are optional.
- The "Category" tries to resolve to an actual category, but does not include the recipe in that category.
- Difficulty is between 1 and 5 inclusive
- The difficulty includes the recipe in one of the following categories:
{{Wb/syl/Recipesummary
| category = Dessert recipes
| servings = 1-2
| time = 30 minutes
| difficulty = 3
| image = [[File:Hamburger_sandwich.jpg|300px]]
| energy = 100 Cal (400 kJ)
| note = Requires specific tools
}}
| Wb/syl/Recipesummary/doc |
|---|
 |
| ꠙꠖ |
Dessert recipes |
|---|
| Servings |
1-2 |
|---|
| Energy |
100 Cal (400 kJ) |
|---|
| ꠡꠝꠄ |
30 minutes |
|---|
| ꠎꠔꠈꠣꠘ ꠇꠑꠤꠘ |
 |
|---|
| Note |
Requires specific tools |
{{wb/syl/Recipesummary|Dessert recipes|1-2|40 minutes|3|[[File:Hamburger_sandwich.jpg|300px]]|100 Cal (400 kJ)|Requires specific tools}}
Note that some parameters should not have any newlines or spaces around them when using positional parameters as it will break the template.
| Wb/syl/Recipesummary/doc |
|---|
 |
| ꠙꠖ |
Dessert recipes |
|---|
| Servings |
1-2 |
|---|
| Energy |
100 Cal (400 kJ) |
|---|
| ꠡꠝꠄ |
40 minutes |
|---|
| ꠎꠔꠈꠣꠘ ꠇꠑꠤꠘ |
 |
|---|
| Note |
100 Cal (400 kJ) |
{{wb/syl/Recipesummary
| category = Dessert recipes
| servings = 1-2
| time = 30 minutes
| image = [[File:Hamburger_sandwich.jpg|300px]]
}}
| Wb/syl/Recipesummary/doc |
|---|
 |
| Category |
Dessert recipes |
|---|
| Servings |
1-2 |
|---|
| Time |
30 minutes |
Positional parameters, Partial values, Subsequent positional parameters
[edit source]
{{wb/syl/Recipe summary|Dessert recipes|1-2|30 minutes||[[File:Hamburger_sandwich.jpg|300px]]||}}</nowiki>
| Wb/syl/Recipesummary/doc |
|---|
 |
| Category |
Dessert recipes |
|---|
| Servings |
1-2 |
|---|
| Time |
30 minutes |
Positional parameters, Partial values, No subsequent parameters
[edit source]
If you do not need later positional parameters, you can omit the "|"s.
{{wb/syl/Recipesummary|Dessert recipes|1-2|30 minutes}}
Positional parameters, Partial values, Named subsequent parameters
[edit source]
As above, if you do not need later positional parameters, you can omit the "|"s. You may wish to include these via named parameters for clarity or brevity:
{{wb/syl/Recipesummary|Dessert recipes|1-2|30 minutes|image=[[File:Hamburger_sandwich.jpg|300px]]}}