Template:Profitable alchemy list

From Illerai
Jump to navigation Jump to search
Template documentation
This documentation is transcluded from Template:Profitable alchemy list/doc. [edit] [history] [purge]
Template:Profitable alchemy list invokes function main in Module:Profitable alchemy list using Lua.

About

This template is used to generate a descending list of the most profitable high alchemy items within the bounds provided of minimum buy limit and minimum volume allowing for free-to-play only or all items. It returns a plain text list delimited by commas for use with the MediaWiki explode command.

Usage

{{Profitable alchemy list
|num      = <!-- The number of items to return, 15 will return 15 item names. Defaults to 1 --> 
|buylimit = <!-- The minimum GE buy limit, anything below will be excluded from the list. Defaults to 0 -->
|volume   = <!-- The minimum GE volume, anything below will be excluded from the list. Defaults to 0 -->
|f2p      = <!-- Limits the items returned to those only available in free-to-play. Otherwise both members and free-to-play items are listed. Defaults to false -->
}}

Examples

{{Profitable alchemy list|num=17|buylimit=30|volume=180|f2p=yes}}

,Rune battleaxe,Rune sword,Rune full helm,Rune mace,Rune platelegs,Rune pickaxe,Rune longsword,Rune med helm,Rune 2h sword,Rune kiteshield,Rune platebody,Rune sq shield,Rune chainbody,Rune axe,Adamant platebody,Rune scimitar,Rune dagger

Quick copy

{{Profitable alchemy list|num=|buylimit=|volume=|f2p=}}

Template data

Show/hide template's data

The following information is used by extensions and applications, such as VisualEditor, to help users implement this template onto pages. Please ensure that it is up-to-date.

Generates a descending list of the most profitable high alchemy items within the bounds provided as a plain text list delimited by commas for use with the MediaWiki explode command.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Number of itemsnum

The number of items to return, 15 will return 15 item names.

Example
1
Numberrequired
Buy limit minimumbuylimit

The minimum GE buy limit, anything below will be excluded from the list.

Example
0
Numberrequired
Volume minimumvolume

The minimum GE volume, anything below will be excluded from the list.

Example
0
Numberrequired
F2P onlyf2p

Limits the items returned to those only available in free-to-play. Otherwise both members and free-to-play items are listed.

Example
no
Booleanoptional
{{#replace:Template:Profitable alchemy list|/doc}} invokes Module:Profitable alchemy list using Lua.