Template:Chef/RecipeRow: Difference between revisions
Add meta data for recipe row
ChefAnhSung (talk | contribs) (Undo revision 12689 by ChefAnhSung (talk)) Tag: Undo |
ChefAnhSung (talk | contribs) (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>
|