Template:Carpenter/RecipeRow: Difference between revisions

Move templatedata to doc page
No edit summary
(Move templatedata to doc page)
Line 1:
{| class="wikitable"
<onlyinclude>{{#vardefine:BuyValue|{{#if:{{{Material|}}}|{{formatnum:{{#ask:[[{{{Material}}}]]|?Value=|mainlabel=-}}|R}}|0}}}}
{{#vardefine:SellValue|{{#if:{{{Product|}}}|{{formatnum:{{#ask:[[{{{Product}}}]]|?Value=|mainlabel=-}}|R}}|0}}}}
 
{{!}}-
{{!}} {{{Level}}}
Line 9:
{{!}} {{{Experience}}}
{{!}} {{{ExperienceSecondary}}}
{{!}} {{#vardefineecho:TotalExperience|{{#expr:{{{Experience|0}}} + {{{ExperienceSecondary|0}}} * 2}}}}
{{!}} {{Currency|{{{MatCost<noinclude>|0</noinclude>}}}}}
{{!}} {{Currency|{{#expr:{{{MatCost|0}}} / 2}}}}
{{!}} {{Currency|{{#var:SellValue}}}}
{{!}} {{Currency|{{#expr:{{{MatCost|0}}} / 2 - {{#var:SellValue}}}}}}
{{!}} {{Currency|{{#vardefineecho:TotalProfit|{{#expr:{{#var:SellValue}} * 2 - {{{MatCost|0}}}}}}}}}
{{!}} {{Currency|{{Round|{{#expr:<includeonly>{{#var:TotalProfit}} / {{#var:TotalExperience}}}}| round 2</includeonly>}}}}</onlyinclude>
|}
<noinclude>
{{/doc}}
<templatedata>
{
"params": {
"Level": {
"description": "Level required to make the recipe",
"type": "number"
},
"Product": {
"description": "Name of the recipe item",
"type": "string"
},
"Material": {
"description": "Material needed to make item",
"type": "string"
},
"MatCost": {
"description": "Cost of the material when bought from store",
"type": "number"
},
"ExperienceFirstTime": {
"description": "Experience gained per item for the first time",
"type": "number"
},
"Experience": {
"description": "Experience gained per item",
"type": "number"
},
"ExperienceSecondary": {
"description": "Experience gained per item for on secondary processing",
"type": "number"
}
}
}
</templatedata>
</noinclude>
629

edits