Template:MoneyMethod

From Darkan
Jump to navigation Jump to search

[view] [edit] [purge] Template documentation

This documentation is transcluded from Template:MoneyMethod/doc.

Template:MoneyMethod is used to calculate the profit range of a specific money making method.

Usage

For an example, see User:Rrgogoman/FlaxSpinning.

Adding new MoneyMethod/MoneyMethod articles

To add a new MoneyMethod, create a new article "MoneyMethod/Item_name" and copy the text below.

{{MoneyMethod
|View={{{View}}}
|Description=Buy flax and spinn it.
|Icon=Flax.png
|MinUnitBuy=0
|MaxUnitBuy={{Exchange:Flax|View=price}}
|MinUnitSell={{Exchange:Bow string|View=price}}
|MaxUnitSell={{Exchange:Bow string|View=price}}
|MinUnitsPerTime=50
|MaxUnitsPerTime=100
|Time=60
|Category=Crafting
}}

"View" parameter

This template is used to calculate the current profit of a money making method.

The "View" parameter may be used to do the following:

  • View=Min - Displays just the minimal prosible profit.
  • View=Max - Displays just the maximal posible profit.
  • View=Range - Displays just the range of the minimal posible profit to the maximal posible profit.
  • default - Displays a listing of the current variables of this method.