Template:Chef/RecipeRow: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
ChefAnhSung (talk | contribs) (Add meta data for recipe row) |
ChefAnhSung (talk | contribs) No edit summary Tag: Manual revert |
||
Line 11: | Line 11: | ||
{{#if: {{{ExperiencePerHour|}}} | {{!}} {{{ExperiencePerHour}}} }} |
{{#if: {{{ExperiencePerHour|}}} | {{!}} {{{ExperiencePerHour}}} }} |
||
{{#if: {{{ProfitPerHour|}}} | {{!}} {{{ProfitPerHour}}} }} |
{{#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> |