Template:Chef/RecipeRow: Difference between revisions

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
(Add meta data for recipe row)
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>

Revision as of 20:42, 9 November 2024

|- | {{{Level}}} | {{{Item}}} | {{{Category}}} | {{{SellValue}}} | {{{Cost}}} | {{{Profit}}} | {{{Experience}}} | {{{ExperienceFirstTime}}} | {{{Ingredients}}}