<?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%3AGoal%2Fdoc</id>
	<title>Template:Goal/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%3AGoal%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Template:Goal/doc&amp;action=history"/>
	<updated>2026-04-30T22:27:05Z</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:Goal/doc&amp;diff=36392&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;{{Documentation}}  The &#039;&#039;&#039;Goal&#039;&#039;&#039; template displays a skill goal level and compares it with the current level and shows a completion bar based on the amount of experience points. It copies the functionality provided by other fan-sites and which some users have included into their user page. For non-skill goals, see Template:SimpleGoal.  ==Usage== &lt;pre&gt;{{Goal   |Skill     = name of skill   |Label     = optional label (replaces skill image)   |Goal      = target level...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Template:Goal/doc&amp;diff=36392&amp;oldid=prev"/>
		<updated>2024-10-16T23:29:50Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Documentation}}  The &amp;#039;&amp;#039;&amp;#039;Goal&amp;#039;&amp;#039;&amp;#039; template displays a skill goal level and compares it with the current level and shows a completion bar based on the amount of experience points. It copies the functionality provided by other fan-sites and which some users have included into their user page. For non-skill goals, see &lt;a href=&quot;/w/Template:SimpleGoal&quot; title=&quot;Template:SimpleGoal&quot;&gt;Template:SimpleGoal&lt;/a&gt;.  ==Usage== &amp;lt;pre&amp;gt;{{Goal   |Skill     = name of skill   |Label     = optional label (replaces skill image)   |Goal      = target level...&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;
The &amp;#039;&amp;#039;&amp;#039;Goal&amp;#039;&amp;#039;&amp;#039; template displays a skill goal level and compares it with the current level and shows a completion bar based on the amount of experience points. It copies the functionality provided by other fan-sites and which some users have included into their user page. For non-skill goals, see [[Template:SimpleGoal]].&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Goal&lt;br /&gt;
  |Skill     = name of skill&lt;br /&gt;
  |Label     = optional label (replaces skill image)&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;
  |BarColor1 = colour of achieved part of progress bar (default green)&lt;br /&gt;
  |BarColor2 = colour of remaining part of progress bar (default blue)&lt;br /&gt;
  |TextColor1= colour of text for achieved part of progress bar (default white)&lt;br /&gt;
  |TextColor2= colour of text for remaining part of progress bar (default white)&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The current status of the skill can either be specified by the &amp;#039;&amp;#039;Level&amp;#039;&amp;#039; input parameter or by the &amp;#039;&amp;#039;Xp&amp;#039;&amp;#039; input parameter.&lt;br /&gt;
&lt;br /&gt;
Please note that using the template requires 29 kilobytes (kb) of pre-include space, which has a maximum of 2 Megabytes (Mb). So, this gives a maximum of around 65 goal templates on a single user page when no other templates are being used. The generated HTML is typically only 1 kb.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Goal|Skill=Mining|Goal=85|Level=72}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
The code yields the following result:&lt;br /&gt;
{{Goal|Skill=Mining|Goal=85|Level=72}}&lt;br /&gt;
&lt;br /&gt;
From left to the right:&lt;br /&gt;
* The skill / desired icon (see below)&lt;br /&gt;
* (green bar) The accessed level&lt;br /&gt;
* (blue bar) The goal level&lt;br /&gt;
* Completion percentage&lt;br /&gt;
* Levels left to achieve the goal&lt;br /&gt;
* XP left to achieve the goal&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
Below are some examples of the various uses of the Goal template:&lt;br /&gt;
&lt;br /&gt;
===Level===&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;{{Goal|Skill=Mining|Goal=85|Level=72}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
The example produces the following result:&lt;br /&gt;
{{Goal|Skill=Mining|Goal=85|Level=72}}&lt;br /&gt;
&lt;br /&gt;
===XP===&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;{{Goal|Skill=Attack|Goal=85|Xp=900000}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
The example produces the following result:&lt;br /&gt;
{{Goal|Skill=Attack|Goal=85|Xp=900000}}&lt;br /&gt;
&lt;br /&gt;
===Goal achieved===&lt;br /&gt;
The third example also uses the &amp;#039;&amp;#039;Xp&amp;#039;&amp;#039; input value, which just happens to be higher than the value given in the &amp;#039;&amp;#039;Goal&amp;#039;&amp;#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Goal|Skill=Crafting|Goal=85|Xp=3527150}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
This produces the following result:&lt;br /&gt;
{{Goal|Skill=Crafting|Goal=85|Xp=3527150}}&lt;br /&gt;
&lt;br /&gt;
===Optional label and colours===&lt;br /&gt;
The fourth example shows how the &amp;#039;&amp;#039;Label&amp;#039;&amp;#039; can be used instead of the default &amp;#039;&amp;#039;Skill&amp;#039;&amp;#039; image. It also shows how different colours can be specified for the progress bar.&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Goal|Skill=Crafting|Goal=85|Xp=900000&lt;br /&gt;
|Label=&amp;#039;&amp;#039;&amp;#039;my label&amp;#039;&amp;#039;&amp;#039;|BarColor1=darkcyan|BarColor2=red|TextColor1=lime|TextColor2=black}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
This produces the following result:&lt;br /&gt;
{{Goal|Skill=Crafting|Goal=85|Xp=900000|Label=&amp;#039;&amp;#039;&amp;#039;my label&amp;#039;&amp;#039;&amp;#039;|BarColor1=darkcyan|BarColor2=red|TextColor1=lime|TextColor2=black}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Mathematical templates|{{BASEPAGENAME}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:User templates|{{BASEPAGENAME}}]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>