Difference between revisions of "Template:RecipeRow"

From Stardew Valley Wiki
Jump to navigation Jump to search
(allow for missing edibility parameter in infobox)
(substituted {{Energy}}, {{Health}} templates for Energy.png, Health.png)
Line 5: Line 5:
 
|{{{description|}}}
 
|{{{description|}}}
 
|{{{ingredients|}}}
 
|{{{ingredients|}}}
{{#if:{{{edibility|}}} | {{!}}data-sort-value="{{padleft:{{{edibility|}}}|4}}"{{!}}[[File:Energy.png|24px|link=]] {{#expr:ceil({{{edibility|}}}*2.5)}} | {{!}}style="text-align: center;"{{!}}N/A }}
+
{{#if:{{{edibility|}}} | {{!}}data-sort-value="{{padleft:{{{edibility|}}}|4}}"{{!}}{{Energy|{{#expr:ceil({{{edibility|}}}*2.5)}}}} | {{!}}style="text-align: center;"{{!}}N/A }}
{{#if:{{{edibility|}}} | {{!}}data-sort-value="{{padleft:{{{edibility|}}}|4}}"{{!}}[[File:Health.png|24px|link=]] {{#expr:trunc(ceil({{{edibility|}}}*2.5)*0.45)}} | {{!}}style="text-align: center;"{{!}}N/A }}
+
{{#if:{{{edibility|}}} | {{!}}data-sort-value="{{padleft:{{{edibility|}}}|4}}"{{!}}{{Health|{{#expr:trunc(ceil({{{edibility|}}}*2.5)*0.45)}}}} | {{!}}style="text-align: center;"{{!}}N/A }}
 
{{#if:{{{buff|}}} | {{!}}{{{buff|}}} | {{!}}style="text-align: center;"{{!}}N/A}}
 
{{#if:{{{buff|}}} | {{!}}{{{buff|}}} | {{!}}style="text-align: center;"{{!}}N/A}}
 
{{#if:{{{duration|}}} | {{!}}{{#if:{{{dsvduration|}}}|data-sort-value="{{{dsvduration|}}}"{{!}}|}} {{Duration|{{{duration|}}}}} | {{!}}style="text-align: center;"{{!}}N/A}}
 
{{#if:{{{duration|}}} | {{!}}{{#if:{{{dsvduration|}}}|data-sort-value="{{{dsvduration|}}}"{{!}}|}} {{Duration|{{{duration|}}}}} | {{!}}style="text-align: center;"{{!}}N/A}}

Revision as of 20:39, 15 July 2017

Description

This template creates a row in a recipe table. It requires transclusion tags in the infobox on the page to be included. For an example, please see Template:Infobox cooking. For information on transclusion tags, please see https://www.mediawiki.org/wiki/Transclusion

Credit to Lilly for creating the sandbox template.

This template is intended to be used in conjunction with Template:Recipes, which provides the table header and footer, as shown:

{{Recipes|header}}
{{:Autumn's Bounty|RecipeRow}}
{{:Fried Egg|RecipeRow}}
{{Recipes|footer}}

Example

Image Name Description Ingredients Energy / Health Buff(s) Buff Duration Recipe Source(s) Sell Price
Autumn's Bounty.png
Autumn's Bounty A taste of the season. Yam.png Yam (1)Pumpkin.png Pumpkin (1) Energy.png220 Health.png99 Foraging.png Foraging (+2)Defense.png Defense (+2) Time Icon.png 7m 41s

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

data-sort-value="350">Gold.png350g
Fried Egg.png
Fried Egg Sunny-side up. Egg.png Egg (1) Energy.png50 Health.png22 N/A N/A Starter data-sort-value="35">Gold.png35g

Other Languages

In languages other than English, the name of the recipe page needs to be in the native language, as shown below:

German Example

{{Recipes|header}}
{{:Herbstfülle|RecipeRow}}
{{:Spiegelei|RecipeRow}}
{{Recipes|footer}}

Japanese Example

{{Recipes|header}}
{{:秋のめぐみ|RecipeRow}}
{{:目玉焼き|RecipeRow}}
{{Recipes|footer}}