Template:MoneyMakerVariantsTableHead: Difference between revisions

m (Joel moved page Template:MoneyMakerTableHead to Template:MoneyMakerVariantsTableHead without leaving a redirect)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><table class="wikitable sortable filterable sticky-header loctable autosort=1,a" style="text-align:center">
<includeonly><table class="wikitable sortable sticky-header" style="text-align:center">
<tr>
<tr>
<th>Variant</th>
<th>Method</th>
<th>Requirements</th>
<th>Requirements</th>
<th>[[File:Gold coin.png|14px|link=Money]]/Hour</th>
<th>Coins / Hour</th>
</tr>{{#vardefine:loc_version|{{{version|}}}}}</includeonly><noinclude>{{/doc}}</noinclude>
</tr>{{#vardefine:loc_version|{{{version|}}}}}</includeonly><noinclude>{{/doc}}</noinclude>

Latest revision as of 05:32, 24 November 2024

Template documentation
This documentation is transcluded from Template:MoneyMakerVariantsTableHead/doc. [edit] [history] [purge]

The MoneyMakerVariants templates are used to list variants for making money. Three templates are used to form 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:

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}}