This wiki is a read-only version of the Stardew Valley Wiki. The official editable wiki maintained by ConcernedApe can be found at stardewvalleywiki.com

Template:Infobox cooking

From Stardew Valley Wiki
Jump to: navigation, search
Infobox Template for cooked items (and some crafted items), based on Template:Infobox, but a simpler version. Cooked items don't have quality versions, seasons, profession modifiers, etc.

The health and energy values are calculated from the "edibility" parameter, using the same formulas as Template:Infobox. (These are the actual gains when a cooked item is consumed in-game, and not the hover text values.)

Use

{{Infobox cooking
|name (name of cooked dish/name of page -- not optional)
|image (name of image -- not optional)
|description (not optional)
|source (optional)
|buff (optional)
|duration (optional -- include only if buffs are included)
|dsvduration (data-sort-value for duration of buffs -- optional, but table will not sort correctly without it) (Format:mmss)
|edibility
|sellprice (raw unformatted numbers only)
|recipe (recipe source)
|ingredients
|produces (optional - use for crafted items that produce >1 item per craft)
|qiseasoning -- calculates gold values for health, energy, and sell price
                Set to false for all non-cooked items
}}

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: Gold.png200g
Qi Seasoning.png Qi Seasoning:
Energy
Gold
243 Energy
Health
Gold
109 Health
Fried Mushroom
Gold
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)

Example for use with Template:RecipeRow

<onlyinclude>{{{{{1|Infobox cooking}}}
|name            = Lucky Lunch
|image           = Lucky Lunch.png
|description     = {{Description|Fried Mushroom}}
|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>