Template:Chef/RecipeRow: Difference between revisions

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
(Undo revision 12689 by ChefAnhSung (talk))
Tag: Undo
(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

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
LevelLevel

no description

Unknownoptional
ItemItem

no description

Unknownoptional
CategoryCategory

no description

Unknownoptional
SellValueSellValue

Price this is sold to the Head Chef NPC

Unknownoptional
CostCost

no description

Unknownoptional
ProfitProfit

no description

Unknownoptional
ExperienceExperience

no description

Unknownoptional
ExperienceFirstTimeExperienceFirstTime

no description

Unknownoptional
IngredientsIngredients

no description

Unknownoptional
ExperiencePerHourExperiencePerHour

no description

Unknownoptional
ProfitPerHourProfitPerHour

no description

Unknownoptional