<?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%3ASimpleGoal%2Fdoc</id>
	<title>Template:SimpleGoal/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%3ASimpleGoal%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Template:SimpleGoal/doc&amp;action=history"/>
	<updated>2026-05-15T08:28:18Z</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:SimpleGoal/doc&amp;diff=37722&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;{{documentation}}  The &#039;&#039;&#039;SimpleGoal&#039;&#039;&#039; template displays a completion bar based on the amount of the goal that has currently been achieved. For skill goals, see Template:Goal.  ==Usage== &lt;pre&gt; {{SimpleGoal |Label     = optional label (replaces image of coins) |Goal      = target number |Have      = current number |Units     = units to display after the amount to go (e.g &quot;gp&quot;) |Width     = overall width (default 300 pixels) |BarColor1 = colour of achieved part of pro...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Template:SimpleGoal/doc&amp;diff=37722&amp;oldid=prev"/>
		<updated>2024-10-16T23:46:34Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{documentation}}  The &amp;#039;&amp;#039;&amp;#039;SimpleGoal&amp;#039;&amp;#039;&amp;#039; template displays a completion bar based on the amount of the goal that has currently been achieved. For skill goals, see &lt;a href=&quot;/w/Template:Goal&quot; title=&quot;Template:Goal&quot;&gt;Template:Goal&lt;/a&gt;.  ==Usage== &amp;lt;pre&amp;gt; {{SimpleGoal |Label     = optional label (replaces image of coins) |Goal      = target number |Have      = current number |Units     = units to display after the amount to go (e.g &amp;quot;gp&amp;quot;) |Width     = overall width (default 300 pixels) |BarColor1 = colour of achieved part of pro...&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;SimpleGoal&amp;#039;&amp;#039;&amp;#039; template displays a completion bar based on the amount of the goal that has currently been achieved. For skill goals, see [[Template:Goal]].&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{SimpleGoal&lt;br /&gt;
|Label     = optional label (replaces image of coins)&lt;br /&gt;
|Goal      = target number&lt;br /&gt;
|Have      = current number&lt;br /&gt;
|Units     = units to display after the amount to go (e.g &amp;quot;gp&amp;quot;)&lt;br /&gt;
|Width     = overall width (default 300 pixels)&lt;br /&gt;
|BarColor1 = colour of achieved part of progress bar (default gold)&lt;br /&gt;
|BarColor2 = colour of remaining part of progress bar (default dark red)&lt;br /&gt;
|BarWidth  = width of bar (default 110 pixels)&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
Below are some examples of the various uses of the SimpleGoal template. The first example gives the desired number of coins and the number so far:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{SimpleGoal|Goal=1000000|Have=215000|Units=gp}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
The example produces the following result:&lt;br /&gt;
{{SimpleGoal|Goal=1000000|Have=215000|Units=gp}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The second example gives the desired number of music songs and the number so far:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{SimpleGoal&lt;br /&gt;
|Label = [[File:Music.png]]&lt;br /&gt;
|BarColor1 = darkcyan&lt;br /&gt;
|Goal = 500&lt;br /&gt;
|Have = 312&lt;br /&gt;
|Units = songs&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
The example produces the following result:&lt;br /&gt;
{{SimpleGoal|Label=[[File:Music.png]]|BarColor1=darkcyan|Goal=500|Have=312|Units=songs}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The third example gives the desired number of quest points and the number so far:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{SimpleGoal&lt;br /&gt;
|Label = [[File:Quest point icon.png]]&lt;br /&gt;
|BarColor1 = green&lt;br /&gt;
|BarColor2 = blue&lt;br /&gt;
|Goal = 270&lt;br /&gt;
|Have = 256&lt;br /&gt;
|Units = qp&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
The example produces the following result:&lt;br /&gt;
{{SimpleGoal|Label=[[File:Quest point icon.png]]|BarColor1=green|BarColor2=blue|Goal=270|Have=256|Units=qp}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The fourth example gives the quest points, but with the widths specified to match the &lt;br /&gt;
size of the &amp;#039;&amp;#039;&amp;#039;[[Template:Goal|Goal]]&amp;#039;&amp;#039;&amp;#039; template:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{SimpleGoal&lt;br /&gt;
|Label = [[File:Quest point icon.png]]&lt;br /&gt;
|BarColor1 = green&lt;br /&gt;
|BarColor2 = blue&lt;br /&gt;
|Goal = 270&lt;br /&gt;
|Have = 256&lt;br /&gt;
|Units = qp&lt;br /&gt;
|Width = 441&lt;br /&gt;
|BarWidth = 201&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
The example produces the following result:&lt;br /&gt;
{{SimpleGoal|Label=[[File:Quest point icon.png]]|BarColor1=green|BarColor2=blue|Goal=270|Have=256|Units=qp|Width=441|BarWidth=201}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Mathematical templates|{{PAGENAME}}]][[Category:User templates|{{PAGENAME}}]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>