<?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%3ATraining%2Fdoc</id>
	<title>Template:Training/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%3ATraining%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.darkan.org/index.php?title=Template:Training/doc&amp;action=history"/>
	<updated>2026-07-17T20:32:01Z</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:Training/doc&amp;diff=39132&amp;oldid=prev</id>
		<title>imported&gt;Blaze fire12 at 18:53, 17 November 2012</title>
		<link rel="alternate" type="text/html" href="https://wiki.darkan.org/index.php?title=Template:Training/doc&amp;diff=39132&amp;oldid=prev"/>
		<updated>2012-11-17T18:53:04Z</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;
The &amp;#039;&amp;#039;&amp;#039;Training&amp;#039;&amp;#039;&amp;#039; template gives a sentence of the number of items needed (rounded up) to get to a particular goal level. Up to 4 items can be specified.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  {{Training&lt;br /&gt;
      |Skill     = name of skill&lt;br /&gt;
      |Goal      = target level&lt;br /&gt;
      |Level     = current level&lt;br /&gt;
      |Xp        = current experience points (alternative to Level)&lt;br /&gt;
      |Item      = item used for training (e.g dragon bones)&lt;br /&gt;
      |ItemXp    = experience gained for each item&lt;br /&gt;
      |ItemCost  = individual cost of item (in gold coins)&lt;br /&gt;
      |Item2     = alternative item 2&lt;br /&gt;
      |Item2Xp   = experience for alternative item 2&lt;br /&gt;
      |Item2Cost = individual cost of item 2 (in gold coins)&lt;br /&gt;
      |Item3     = alternative item 3&lt;br /&gt;
      |Item3Xp   = experience for alternative item 3&lt;br /&gt;
      |Item3Cost = individual cost of item 3 (in gold coins)&lt;br /&gt;
      |Item4     = alternative item 4&lt;br /&gt;
      |Item4Xp   = experience for alternative item 4&lt;br /&gt;
      |Item4Cost = individual cost of item 4 (in gold coins)&lt;br /&gt;
      |Color     = text color (defaults to black)&lt;br /&gt;
      |AndOr     = items are &amp;quot;and&amp;quot; or &amp;quot;or&amp;quot; (default &amp;quot;or&amp;quot;)&lt;br /&gt;
  }}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
The first example defines the current skill status using the &amp;#039;&amp;#039;Level&amp;#039;&amp;#039; parameter:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  {{Training&lt;br /&gt;
      |Skill    = [[Prayer]]&lt;br /&gt;
      |Goal     = 50&lt;br /&gt;
      |Level    = 43&lt;br /&gt;
      |Item     = [[Dragon bones]]&lt;br /&gt;
      |ItemXp   = 72&lt;br /&gt;
  }}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The example produces the following result:&amp;lt;br /&amp;gt;&lt;br /&gt;
{{Training&lt;br /&gt;
|Skill    = [[Prayer]]&lt;br /&gt;
|Goal     = 50&lt;br /&gt;
|Level    = 43&lt;br /&gt;
|Item     = [[Dragon bones]]&lt;br /&gt;
|ItemXp   = 72&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The second example defines the actual skill status by using the &amp;#039;&amp;#039;Xp&amp;#039;&amp;#039; parameter:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  {{Training&lt;br /&gt;
      |Skill    = [[Prayer]]&lt;br /&gt;
      |Goal     = 50&lt;br /&gt;
      |Xp       = 51234&lt;br /&gt;
      |Item     = [[Dragon bones]]&lt;br /&gt;
      |ItemXp   = 72&lt;br /&gt;
  }}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The example produces the following result:&amp;lt;br /&amp;gt;&lt;br /&gt;
{{Training&lt;br /&gt;
|Skill    = [[Prayer]]&lt;br /&gt;
|Goal     = 50&lt;br /&gt;
|Xp       = 51234&lt;br /&gt;
|Item     = [[Dragon bones]]&lt;br /&gt;
|ItemXp   = 72&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The third example defines multiple possible items:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  {{Training&lt;br /&gt;
      |Skill     = [[Prayer]]&lt;br /&gt;
      |Goal      = 50&lt;br /&gt;
      |Xp        = 51234&lt;br /&gt;
      |Item      = [[Dragon bones]]&lt;br /&gt;
      |ItemXp    = 72&lt;br /&gt;
      |ItemCost  = 2346&lt;br /&gt;
      |Item2     = [[Big bones]]&lt;br /&gt;
      |Item2Xp   = 15&lt;br /&gt;
      |Item2Cost = 398&lt;br /&gt;
      |Item3     = [[Bones|Normal bones]]&lt;br /&gt;
      |Item3Xp   = 4.5&lt;br /&gt;
      |Item3Cost = 92&lt;br /&gt;
  }}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The example produces the following result:&amp;lt;br /&amp;gt;&lt;br /&gt;
{{Training&lt;br /&gt;
|Skill     = [[Prayer]]&lt;br /&gt;
|Goal      = 50&lt;br /&gt;
|Xp        = 51234&lt;br /&gt;
|Item      = [[Dragon bones]]&lt;br /&gt;
|ItemXp    = 72&lt;br /&gt;
|ItemCost  = 2346&lt;br /&gt;
|Item2     = [[Big bones]]&lt;br /&gt;
|Item2Xp   = 15&lt;br /&gt;
|Item2Cost = 398&lt;br /&gt;
|Item3     = [[Bones|Normal bones]]&lt;br /&gt;
|Item3Xp   = 4.5&lt;br /&gt;
|Item3Cost = 92&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:User templates|{{PAGENAME}}]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Blaze fire12</name></author>
	</entry>
</feed>