Template:Chef/RecipeRow: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
ChefAnhSung (talk | contribs) (Undo revision 12689 by ChefAnhSung (talk)) Tag: Undo |
ChefAnhSung (talk | contribs) (Add meta data for recipe row) |
||
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> |
Revision as of 20:40, 9 November 2024
|- | {{{Level}}} | {{{Item}}} | {{{Category}}} | {{{SellValue}}} | {{{Cost}}} | {{{Profit}}} | {{{Experience}}} | {{{ExperienceFirstTime}}} | {{{Ingredients}}}
Represents a recipe in a row format
Parameter | Description | Type | Status | |
---|---|---|---|---|
Level | Level | no description | Unknown | optional |
Item | Item | no description | Unknown | optional |
Category | Category | no description | Unknown | optional |
SellValue | SellValue | Price this is sold to the Head Chef NPC | Unknown | optional |
Cost | Cost | no description | Unknown | optional |
Profit | Profit | no description | Unknown | optional |
Experience | Experience | no description | Unknown | optional |
ExperienceFirstTime | ExperienceFirstTime | no description | Unknown | optional |
Ingredients | Ingredients | no description | Unknown | optional |
ExperiencePerHour | ExperiencePerHour | no description | Unknown | optional |
ProfitPerHour | ProfitPerHour | no description | Unknown | optional |