Template:Chef/RecipeRow: Difference between revisions

Add meta data for recipe row
(Undo revision 12689 by ChefAnhSung (talk))
Tag: Undo
(Add meta data for recipe row)
Line 11:
{{#if: {{{ExperiencePerHour|}}} | {{!}} {{{ExperiencePerHour}}} }}
{{#if: {{{ProfitPerHour|}}} | {{!}} {{{ProfitPerHour}}} }}
<templatedata>
{
"params": {
"Level": {},
"Item": {},
"Category": {},
"SellValue": {
"description": "Price this is sold to the Head Chef NPC"
},
"Cost": {},
"Profit": {},
"Experience": {},
"ExperienceFirstTime": {},
"Ingredients": {},
"ExperiencePerHour": {},
"ProfitPerHour": {}
},
"description": "Represents a recipe in a row format"
}
</templatedata>
207

edits