User:Celestial/TemplateSandbox: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 5:
{{!}} {{{Level}}}
{{!}} {{Plinkt|{{{Product}}}}}
{{!}} {{Plinkt|[[{{{Material}}}}}]]
{{!}} {{{ExperienceFirstTime}}}
{{!}} {{{Experience}}}
Line 15:
{{!}} {{Currency|{{#expr:{{{MatCost}}} / 2 - {{#var:SellValue}}}}}}
{{!}} {{Currency|{{#vardefineecho:TotalProfit|{{#expr:{{#var:SellValue}} * 2 - {{{MatCost}}}}}}}}}
{{!}} {{Currency|{{round:Round|{{#expr:{{#var:TotalProfit}} / {{#var:TotalExperience}}}}}|2}}}}
<noinclude>
<templatedata>
Line 24:
"type": "number"
},
"ItemProduct": {
"description": "Name of the recipe item",
"type": "string"
},
"CategoryMaterial": {
"description": "VariantMaterial ofneeded theto foodmake item",
"aliases": [
"Variant"
],
"description": "Variant of the food item",
"type": "string"
},
"CostMatCost": {
"description": "Cost of producing the recipematerial when bought from store",
"type": "number"
]},
"ExperienceFirstTime": {
"description": "Experience gained per item for the first time",
"type": "number"
},
"Experience": {
"aliases": [
"XP"
],
"description": "Experience gained per item",
"type": "number"
},
"ExperienceFirstTimeExperienceSecondary": {
"description": "Experience gained per item for theon firstsecondary timeprocessing",
"type": "number"
},
"Ingredients": {},
"ExperiencePerHour": {},
"ProfitPerHour": {}
}
}
31

edits