User:Celestial/TemplateSandbox: Difference between revisions
(Created page with "{{#vardefine:BuyValue|{{#if:{{{Material|}}}|{{formatnum:{{#ask:[[{{{Material}}}]]|?Value=|mainlabel=-}}|R}}|0}}}} {{#vardefine:SellValue|{{#if:{{{Product|}}}|{{formatnum:{{#ask:[[{{{Product}}}]]|?Value=|mainlabel=-}}|R}}|0}}}} {{!}}- {{!}} {{{Level}}} {{!}} {{Plinkt|{{{Product}}}}} {{!}} {{Plinkt|{{{Material}}}}} {{!}} {{{ExperienceFirstTime}}} {{!}} {{{Experience}}} {{!}} {{{ExperienceSecondary}}} {{!}} {{#expr:{{{Experience}}} + ({{{ExperienceSecondary}}} * 2)}} {{!}}...") |
No edit summary |
||
Line 9: | Line 9: | ||
{{!}} {{{Experience}}} |
{{!}} {{{Experience}}} |
||
{{!}} {{{ExperienceSecondary}}} |
{{!}} {{{ExperienceSecondary}}} |
||
{{!}} {{#expr:{{{Experience}}} + ({{{ExperienceSecondary}}} |
{{!}} {{#expr:{{{Experience}}} + ({{{ExperienceSecondary}}} / 0.5)}} |
||
{{!}} {{Currency|{{#var:BuyValue}}}} |
{{!}} {{Currency|{{#var:BuyValue}}}} |
||
{{!}} {{Currency|{{#expr:{{#var:BuyValue}} / 2}} |
{{!}} {{Currency|{{#expr:{{#var:BuyValue}} / 2}} |
||
Line 15: | Line 15: | ||
{{!}} {{Currency|{{#expr:{{#var:BuyValue}} / 2 - {{#var:SellValue}}}} |
{{!}} {{Currency|{{#expr:{{#var:BuyValue}} / 2 - {{#var:SellValue}}}} |
||
{{!}} {{Currency|{{#expr:{{#var:SellValue}} - {{#var:BuyValue}} / 2}} |
{{!}} {{Currency|{{#expr:{{#var:SellValue}} - {{#var:BuyValue}} / 2}} |
||
{{!}} {{Currency|{{#expr:({{#var:SellValue}} - {{#var:BuyValue}} / 2) / {{{Experience}}} + ({{{ExperienceSecondary}}} |
{{!}} {{Currency|{{#expr:({{#var:SellValue}} - {{#var:BuyValue}} / 2) / {{{Experience}}} + ({{{ExperienceSecondary}}} / 0.5)}} |
||
<noinclude> |
<noinclude> |
||
<templatedata> |
<templatedata> |
Revision as of 20:15, 10 November 2024
|- | {{{Level}}} | class="plinkt-image " |[[File:{{{Product}}}.png|30px|link={{{Product}}}]] || class="plinkt-link "| [[{{{Product}}}|{{{Product}}}]] | class="plinkt-image " |[[File:{{{Material}}}.png|30px|link={{{Material}}}]] || class="plinkt-link "| [[{{{Material}}}|{{{Material}}}]] | {{{ExperienceFirstTime}}} | {{{Experience}}} | {{{ExperienceSecondary}}} | Expression error: Unrecognised punctuation character "{". | 0 | {{Currency|0 | 0 | {{Currency|0 | {{Currency|0 | {{Currency|Expression error: Unrecognised punctuation character "{".
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Level | Level | Level required to make the recipe | Number | optional |
Item | Item | Name of the recipe item | String | optional |
Category | Category Variant | Variant of the food item | String | optional |
Cost | Cost | Cost of producing the recipe | Number | optional |
Experience | Experience XP | Experience gained per item | Number | optional |
ExperienceFirstTime | ExperienceFirstTime | Experience gained per item for the first time | Number | optional |
Ingredients | Ingredients | no description | Unknown | optional |
ExperiencePerHour | ExperiencePerHour | no description | Unknown | optional |
ProfitPerHour | ProfitPerHour | no description | Unknown | optional |