Template:MoneyMethod/doc

From Darkan
Revision as of 09:17, 17 November 2012 by imported>Blaze fire12
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Documentation This is a documentation subpage for Template:MoneyMethod.
It contains usage information, categories, and other content that is not part of the original template page.

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.