Template:MoneyMakerVariantLine/doc

From Brighter Shores Wiki
Revision as of 00:10, 24 November 2024 by Joel (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This is a documentation subpage for Template:MoneyMakerVariantLine.
It contains usage information, categories, and other content that is not part of the original template page.

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 }}}}
 |coins_per_hour=83258
}}
{{MoneyMakerVariantsTableBottom}}

gives:

<td data-sort-value="Expression error: Unrecognised punctuation character "{".">Lua error in Module:Currency at line 28: Could not interpret "<strong class="error">Expression error: Unrecognised punctuation character &quot;{&quot;.</strong>" as a number."Expression error: Unrecognised punctuation character "{"." is not a number.

Parameters

variant

The variant of item/skill node.

requirements

The requirements of that item/skill node.

coins_per_hour

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 }}}}
 |coins_per_hour=0
}}
{{MoneyMakerVariantsTableBottom}}