Template:MoneyMakerVariantsTableBottom/doc: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(Created page with "{{Documentation}} The '''MoneyMakerVariants''' templates are used to list variants for making money. Three templates are used to form the table: * {{T|MoneyMakerVariantsTableHead}} - Contains table headers for the top of the table * {{T|MoneyMakerVariantLine}} - Template for the individual money making variants * {{T|MoneyMakerVariantsTableBottom}} - Contains table footers for the bottom of the table ==Example== <pre> {{MoneyMakerVariantsTableHead...") |
No edit summary |
||
Line 11: | Line 11: | ||
|variant=Basic Vegetable Stew |
|variant=Basic Vegetable Stew |
||
|requirements={{profession|chef|{{#show: Basic Vegetable Stew |?Profession Level A }}}} |
|requirements={{profession|chef|{{#show: Basic Vegetable Stew |?Profession Level A }}}} |
||
|profit_per_item=212 |
|||
⚫ | |||
|items_per_hour=1 |
|||
}} |
}} |
||
{{MoneyMakerVariantsTableBottom}} |
{{MoneyMakerVariantsTableBottom}} |
||
Line 22: | Line 23: | ||
|variant=Basic Vegetable Stew |
|variant=Basic Vegetable Stew |
||
|requirements={{profession|chef|{{#show: Basic Vegetable Stew |?Profession Level A }}}} |
|requirements={{profession|chef|{{#show: Basic Vegetable Stew |?Profession Level A }}}} |
||
|profit_per_item=212 |
|||
|coins_per_hour=83258 |
|||
|items_per_hour=1 |
|||
}} |
}} |
||
{{MoneyMakerVariantsTableBottom}} |
{{MoneyMakerVariantsTableBottom}} |
||
Line 33: | Line 35: | ||
The requirements of that item/skill node. |
The requirements of that item/skill node. |
||
===profit_per_item (optional)=== |
|||
===coins_per_hour=== |
|||
The |
The profit obtained per item sold using optimal strategy. Required in absence of coins_per_hour |
||
===items_per_hour (optional)=== |
|||
The items obtained per hour using optimal strategy. Required in absence of coins_per_hour |
|||
⚫ | |||
The coins obtained per hour using optimal strategy. |
|||
==Template== |
==Template== |
||
Line 42: | Line 50: | ||
|variant=Basic Vegetable Stew |
|variant=Basic Vegetable Stew |
||
|requirements={{profession|chef|{{#show: Basic Vegetable Stew |?Profession Level A }}}} |
|requirements={{profession|chef|{{#show: Basic Vegetable Stew |?Profession Level A }}}} |
||
|profit_per_item=0 |
|||
|items_per_hour=0 |
|||
|coins_per_hour=0 |
|coins_per_hour=0 |
||
}} |
}} |
Latest revision as of 04:48, 24 November 2024
The MoneyMakerVariants templates are used to list variants for making money. Three templates are used to form the table:
{{MoneyMakerVariantsTableHead}}
- Contains table headers for the top of the table{{MoneyMakerVariantLine}}
- Template for the individual money making variants{{MoneyMakerVariantsTableBottom}}
- Contains table footers for the bottom of the table
Example
{{MoneyMakerVariantsTableHead}} {{MoneyMakerVariantLine |variant=Basic Vegetable Stew |requirements={{profession|chef|{{#show: Basic Vegetable Stew |?Profession Level A }}}} |profit_per_item=212 |items_per_hour=1 }} {{MoneyMakerVariantsTableBottom}}
gives:
Method | Requirements | Coins / Hour |
---|---|---|
Basic Vegetable Stew | 8 | 212 |
Parameters
variant
The variant of item/skill node.
requirements
The requirements of that item/skill node.
profit_per_item (optional)
The profit obtained per item sold using optimal strategy. Required in absence of coins_per_hour
items_per_hour (optional)
The items obtained per hour using optimal strategy. Required in absence of coins_per_hour
coins_per_hour (optional)
The coins obtained per hour using optimal strategy.
Template
{{MoneyMakerVariantsTableHead}} {{MoneyMakerVariantLine |variant=Basic Vegetable Stew |requirements={{profession|chef|{{#show: Basic Vegetable Stew |?Profession Level A }}}} |profit_per_item=0 |items_per_hour=0 |coins_per_hour=0 }} {{MoneyMakerVariantsTableBottom}}