User:Celestial/TemplateSandbox: Difference between revisions
no edit summary
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 5:
{{!}} {{{Level}}}
{{!}} {{Plinkt|{{{Product}}}}}
{{!}}
{{!}} {{{ExperienceFirstTime}}}
{{!}} {{{Experience}}}
Line 15:
{{!}} {{Currency|{{#expr:{{{MatCost}}} / 2 - {{#var:SellValue}}}}}}
{{!}} {{Currency|{{#vardefineecho:TotalProfit|{{#expr:{{#var:SellValue}} * 2 - {{{MatCost}}}}}}}}}
{{!}} {{Currency|{{Round
<noinclude>
<templatedata>
Line 24:
"type": "number"
},
"
"description": "Name of the recipe item",
"type": "string"
},
"
],▼
▲ "description": "Variant of the food item",
"type": "string"
},
"
"description": "Cost of
"type": "number"
"ExperienceFirstTime": {
"description": "Experience gained per item for the first time",
"type": "number"
},
"Experience": {
"description": "Experience gained per item",
"type": "number"
},
"
"description": "Experience gained per item for
"type": "number"
}
}
}
|