Template:MoneyMakingGuide/doc: Difference between revisions

Line 49: Line 49:
===Input===
===Input===
The input items that are used (and consumed) for this money making method. Where # is replaced by the sequential number of the input starting from 1.
The input items that are used (and consumed) for this money making method. Where # is replaced by the sequential number of the input starting from 1.
* input# is the name of the item.
* <code>input#</code> is the name of the item.
* input#amount is the amount of an item used.
* <code>input#amount</code> is the amount of an item used.
* input#value is the sale, alchemy, or otherwise monetary value of the item. (optional)
* <code>input#value</code> is the sale, alchemy, or otherwise monetary value of the item. (optional)


===Output===
===Output===
The output items that are produced by this money making method. Where # is replaced by the sequential number of the output starting from 1. '''(Required)'''
The output items that are produced by this money making method. Where # is replaced by the sequential number of the output starting from 1. '''(Required)'''
* output# is the name of the item (can be directly money).
* <code>output#</code> is the name of the item (can be directly money).
* output#amount is the amount of an item produced.
* <code>output#amount</code> is the amount of an item produced.
* output#value is the sale, alchemy, or otherwise monetary value of the item. (preferred)
* <code>output#value</code> is the sale, alchemy, or otherwise monetary value of the item. (preferred)


===Category===
===Category===
2,873

edits