<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AProfitable_alchemy_list%2Fdoc</id>
	<title>Template:Profitable alchemy list/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AProfitable_alchemy_list%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Template:Profitable_alchemy_list/doc&amp;action=history"/>
	<updated>2026-05-04T15:04:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.runerealm.org/index.php?title=Template:Profitable_alchemy_list/doc&amp;diff=37277&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;{{Documentation}}  ==About== This template is used to generate a descending list of the &lt;math&gt;n&lt;/math&gt; 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== &lt;pre&gt; {{Profitable alchemy list |num      = &lt;!-- The number of items to return, 15 will return 15 item names. Defaults to...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Template:Profitable_alchemy_list/doc&amp;diff=37277&amp;oldid=prev"/>
		<updated>2024-10-16T23:42:51Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Documentation}}  ==About== This template is used to generate a descending list of the &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; 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== &amp;lt;pre&amp;gt; {{Profitable alchemy list |num      = &amp;lt;!-- The number of items to return, 15 will return 15 item names. Defaults to...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation}}&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
This template is used to generate a descending list of the &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; 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.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Profitable alchemy list&lt;br /&gt;
|num      = &amp;lt;!-- The number of items to return, 15 will return 15 item names. Defaults to 1 --&amp;gt; &lt;br /&gt;
|buylimit = &amp;lt;!-- The minimum GE buy limit, anything below will be excluded from the list. Defaults to 0 --&amp;gt;&lt;br /&gt;
|volume   = &amp;lt;!-- The minimum GE volume, anything below will be excluded from the list. Defaults to 0 --&amp;gt;&lt;br /&gt;
|f2p      = &amp;lt;!-- 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 --&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Profitable alchemy list|num=17|buylimit=30|volume=180|f2p=yes}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Profitable alchemy list|num=17|buylimit=30|volume=180|f2p=yes}}&lt;br /&gt;
&lt;br /&gt;
==Quick copy==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Profitable alchemy list|num=|buylimit=|volume=|f2p=}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{TemplateData|&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;num&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Number of items&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The number of items to return, 15 will return 15 item names.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;1&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;number&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;buylimit&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Buy limit minimum&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The minimum GE buy limit, anything below will be excluded from the list.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;0&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;number&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;volume&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Volume minimum&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The minimum GE volume, anything below will be excluded from the list.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;0&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;number&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
        &amp;quot;f2p&amp;quot;: {&lt;br /&gt;
        	&amp;quot;label&amp;quot;: &amp;quot;F2P only&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Limits the items returned to those only available in free-to-play. Otherwise both members and free-to-play items are listed.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;no&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;boolean&amp;quot;&lt;br /&gt;
        }&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;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.&amp;quot;,&lt;br /&gt;
	&amp;quot;format&amp;quot;: &amp;quot;inline&amp;quot;,&lt;br /&gt;
	&amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
		&amp;quot;num&amp;quot;,&lt;br /&gt;
		&amp;quot;buylimit&amp;quot;,&lt;br /&gt;
		&amp;quot;volume&amp;quot;,&lt;br /&gt;
        &amp;quot;f2p&amp;quot;&lt;br /&gt;
	]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;}}&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>