<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.darkan.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AEffectiveness%2Fdoc</id>
	<title>Template:Effectiveness/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.darkan.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AEffectiveness%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.darkan.org/index.php?title=Template:Effectiveness/doc&amp;action=history"/>
	<updated>2026-07-18T01:23:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wiki.darkan.org/index.php?title=Template:Effectiveness/doc&amp;diff=60787&amp;oldid=prev</id>
		<title>imported&gt;-Matt at 06:26, 5 February 2012</title>
		<link rel="alternate" type="text/html" href="https://wiki.darkan.org/index.php?title=Template:Effectiveness/doc&amp;diff=60787&amp;oldid=prev"/>
		<updated>2012-02-05T06:26:21Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation}}&lt;br /&gt;
==Description==&lt;br /&gt;
This template is designed for use in the [[Money making Guide]]s. With an input of the cost of items bought and items sold, and the amount processed in an hour, it outputs a star rating for this with a calculated profit value, rounded to the nearest 1,000. The star rating corresponds to the following table, agreeded up in [[Forum:Money Method Metric]]:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Profit range||Number of stars||&lt;br /&gt;
|-&lt;br /&gt;
|Profit ≥ 500,000||5||&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;font-size:16pt; color:#0000ff&amp;quot;&amp;gt;*****&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|250,000 ≤ Profit &amp;lt; 500,000||4||&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;font-size:16pt; color:#0000ff&amp;quot;&amp;gt;****&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-size:16pt; color:#bbbbbb&amp;quot;&amp;gt;*&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|150,000 ≤ Profit &amp;lt; 250,000||3||&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;font-size:16pt; color:#0000ff&amp;quot;&amp;gt;***&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-size:16pt; color:#bbbbbb&amp;quot;&amp;gt;**&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|100,000 ≤ Profit &amp;lt; 150,000||2||&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;font-size:16pt; color:#0000ff&amp;quot;&amp;gt;**&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-size:16pt; color:#bbbbbb&amp;quot;&amp;gt;***&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|50,000 ≤ Profit &amp;lt; 100,000||1||&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;font-size:16pt; color:#0000ff&amp;quot;&amp;gt;*&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-size:16pt; color:#bbbbbb&amp;quot;&amp;gt;****&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|0 ≤ Profit &amp;lt; 50,000||0||&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;font-size:16pt; color:#bbbbbb&amp;quot;&amp;gt;*****&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|0 &amp;gt; Profit||5, red||&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;font-size:16pt; color:#ff0000&amp;quot;&amp;gt;*****&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Effectiveness&lt;br /&gt;
|buy    = value of items bought, no commas, brackets not required&lt;br /&gt;
|sell   = value of items sold, no commas, brackets not required&lt;br /&gt;
|amount = amount of items processed per hour, no commas&lt;br /&gt;
|output = optional - what is output; &amp;quot;value&amp;quot; results in the value only, &amp;quot;stars&amp;quot; reulsts in stars only. If both are wanted it can be left out.&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; not all examples are stricly realistic, could do with better ones.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Method||Code used||Output&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:200px&amp;quot;|Fishing for [[crayfish]].||&amp;lt;pre&amp;gt;{{Effectiveness&lt;br /&gt;
|buy=0&lt;br /&gt;
|sell={{GEPrice|Raw crayfish|n}}&lt;br /&gt;
|amount=594}}&amp;lt;/pre&amp;gt;||{{Effectiveness |buy=0 |sell={{GEPrice|Raw crayfish|n}} |amount=594}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:200px&amp;quot;|Buying 64 battlestaves from [[Zaff]] and selling them.||&amp;lt;pre&amp;gt;{{Effectiveness&lt;br /&gt;
|buy=7000&lt;br /&gt;
|sell={{GEPrice|Battlestaff|n}}&lt;br /&gt;
|amount=64}}&amp;lt;/pre&amp;gt;||{{Effectiveness|buy=7000|sell={{GEPrice|Battlestaff|n}}|amount=64}}&lt;br /&gt;
|-&lt;br /&gt;
|Fletching yew longbows from logs and bow strings, 5000 per hour.||&amp;lt;pre&amp;gt;{{Effectiveness&lt;br /&gt;
|buy={{GEPrice|Yew logs|n}}+{{GEPrice|Bow string|n}}&lt;br /&gt;
|sell={{GEPrice|Yew longbow|n}}&lt;br /&gt;
|amount=5000}}&amp;lt;/pre&amp;gt;||{{Effectiveness|buy={{GEPrice|Yew logs|n}}+{{GEPrice|Bow string|n}}|sell={{GEPrice|Yew longbow|n}}|amount=5000}}&lt;br /&gt;
|-&lt;br /&gt;
|Collecting 2000 snape grass per hour and selling .||&amp;lt;pre&amp;gt;{{Effectiveness&lt;br /&gt;
|buy=0&lt;br /&gt;
|sell={{GEPrice|Snape grass|n}}&lt;br /&gt;
|amount=2000}}&amp;lt;/pre&amp;gt;||{{Effectiveness|buy=0|sell={{GEPrice|Snape grass|n}}|amount=2000}}&lt;br /&gt;
|-&lt;br /&gt;
|Buying uncut diamonds and selling cut ones, 500 per hour.||&amp;lt;pre&amp;gt;{{Effectiveness&lt;br /&gt;
|buy={{GEPrice|Uncut diamond|n}}&lt;br /&gt;
|sell={{GEPrice|Diamond|n}}&lt;br /&gt;
|amount=500}}&amp;lt;/pre&amp;gt;||{{Effectiveness|buy={{GEPrice|Uncut diamond|n}}|sell={{GEPrice|Diamond|n}}|amount=500}}&lt;br /&gt;
|-&lt;br /&gt;
|Mining 1,000 iron ore per hour, stars only.||&amp;lt;pre&amp;gt;{{Effectiveness&lt;br /&gt;
|buy=0&lt;br /&gt;
|sell={{GEPrice|Iron ore|n}}&lt;br /&gt;
|amount=1000&lt;br /&gt;
|output=stars}}&amp;lt;/pre&amp;gt;||{{Effectiveness|buy=0|sell={{GEPrice|Iron ore|n}}|amount=1000|output=stars}}&lt;br /&gt;
|-&lt;br /&gt;
|Mining 1,000 iron ore per hour, value only.||&amp;lt;pre&amp;gt;{{Effectiveness&lt;br /&gt;
|buy=0&lt;br /&gt;
|sell={{GEPrice|Iron ore|n}}&lt;br /&gt;
|amount=1000&lt;br /&gt;
|output=value}}&amp;lt;/pre&amp;gt;||{{Effectiveness|buy=0|sell={{GEPrice|Iron ore|n}}|amount=1000|output=value}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
*If using [[Template:GEPrice]], the &amp;lt;code&amp;gt;|n&amp;lt;/code&amp;gt; parameter must be used (i.e. {{t|GEPrice|item|n}}) for items worth 1,000 coins or more (as this removes the comma). If worth less than 1,000, &amp;lt;code&amp;gt;|n&amp;lt;/code&amp;gt; should still be included incase the item &amp;#039;&amp;#039;does&amp;#039;&amp;#039; reach 1,000 coins or more in the future.&lt;br /&gt;
*The &amp;#039;&amp;#039;output&amp;#039;&amp;#039; parameter can be left out completely if both the stars and the value are wanted.&lt;br /&gt;
*This is designed for use in a table, but can be used alone.&lt;br /&gt;
*Please see [[RuneScape:WikiGuilds/Money Method Metric|here]] for discussing changes to the table.&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Template documentation|{{PAGENAME}}]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;-Matt</name></author>
	</entry>
</feed>