Template:Infobox cooking

From Stardew Valley Wiki
Revision as of 19:45, 1 January 2021 by Margotbean (talk | contribs) (add Qi Seasoning section)
Jump to navigation Jump to search
Axe.png
Article Stub

This article is marked as a stub for the following reason:

  • Need to add gold quality to sellprice & edibility, fix healthfor edible crafted items

Description

This template displays an infobox for cooked items (and some crafted items). Its syntax provides a way to transclude the information onto other pages, using Template:RecipeRow.

Do not use this on your user page. It is reserved for content pages.

The health and energy values are calculated from the "edibility" parameter. These are the actual gains when a cooked item is consumed in-game, which are not always the same as the hover text values.

Parameters

Parameter Notes
name Name of item/name of page
image Name of image, including extension
description In-game description of item (Use Template:Description)
source Source of item (e.g., [[Crafting]])
Optional parameter; defaults to Cooking if omitted.
buff Buffs given when consuming the item
duration Duration of buff(s)
dsvduration data-sort-value for duration of buffs (Format:mmss)
Optional, but tables that transclude items that use this template will not sort correctly without it
edibility Found in ObjectInformation.xnb
sellprice Found in ObjectInformation.xnb. Use only raw unformatted numbers
recipe Recipe source(s)
ingredients Ingredients
produces Use for crafted items that produce >1 item per craft
qiseasoning Calculates gold quality values for health, energy, and sell price
Must be set to false for all non-cooked items
health Optional parameter, use for items whose health differs from the normal calculation (e.g., Bug Steak)

Example

{{Infobox cooking
|name         = Fried Mushroom
|image        = Fried Mushroom.png
|description  = {{Description|Fried Mushroom}}
|buff         = {{name|Attack|+2}}{{name|Defense|+4}}
|duration     = 7m
|dsvduration  = 0700 
|edibility    = 54
|sellprice    = 200
|recipe       = {{NPC|Demetrius|Mail - 3+ [[File:HeartIconLarge.png|16px|link=]]}}
|ingredients  = {{name|Common Mushroom|1}}{{name|Morel|1}}{{name|Oil|1}}
}}
Fried Mushroom
Fried Mushroom.png
Earthy and aromatic.
Information
Source: Cooking
Buff(s): Attack.png Attack (+2)Defense.png Defense (+4)
Buff Duration: Time Icon.png 7m

Healing:
Energy.png 135 Energy
Health.png 60 Health
Sell Price: data-sort-value="200">Gold.png200g
Qi Seasoning.png Qi Seasoning: Template:Edibilitydata-sort-value="200"
Fried Mushroom.png
Gold Quality Icon.png
300g
Recipe
Recipe Source(s):

Demetrius Icon.png Demetrius (Mail - 3+ HeartIconLarge.png)

Ingredients: Common Mushroom.png Common Mushroom (1)Morel.png Morel (1)Oil.png Oil (1)
Error: {{#seo:}} must contain at least one non-empty attribute.

Example Syntax for use with Template:RecipeRow

<onlyinclude>{{{{{1|Infobox cooking}}}
|name            = Lucky Lunch
|image           = Lucky Lunch.png
|description     = {{Description|Lucky Lunch}}
|buff            = {{name|Luck|+3}}
|duration        = 11m 11s
|dsvduration     = 1111
|edibility       = 40
|sellprice       = 250
|recipe          = {{CookingChannel|28 Spring, Year 2}}
|ingredients     = {{name|Sea Cucumber|1}}{{name|Tortilla|1}}{{name|Blue Jazz|1}}
}}</onlyinclude>