<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.atitd.org/wiki/t7w/index.php?action=history&amp;feed=atom&amp;title=Template%3AProgress_bar_evolved%2Fdoc</id>
	<title>Template:Progress bar evolved/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.atitd.org/wiki/t7w/index.php?action=history&amp;feed=atom&amp;title=Template%3AProgress_bar_evolved%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=Template:Progress_bar_evolved/doc&amp;action=history"/>
	<updated>2026-06-07T18:59:07Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>http://www.atitd.org/wiki/t7w/index.php?title=Template:Progress_bar_evolved/doc&amp;diff=92136&amp;oldid=prev</id>
		<title>Asnath: Created page with &quot;== Description == This template is the evolution of the Progress bar template. It adds cool new features and overall simplicity and customizability to t...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=Template:Progress_bar_evolved/doc&amp;diff=92136&amp;oldid=prev"/>
		<updated>2016-04-02T05:34:23Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Description == This template is the evolution of the &lt;a href=&quot;/wiki/tale7/Template:Progress_bar&quot; title=&quot;Template:Progress bar&quot;&gt;Progress bar&lt;/a&gt; template. It adds cool new features and overall simplicity and customizability to t...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Description ==&lt;br /&gt;
This template is the evolution of the [[Template:Progress bar|Progress bar]] template. It adds cool new features and overall simplicity and customizability to the way you call the template. If you have not figured it out yet, this template allows you to create a highly customizable progress bar anywhere in a wiki page. Just call it this way:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Progress bar evolved&lt;br /&gt;
| param1 = value1&lt;br /&gt;
| param2 = value2&lt;br /&gt;
| etc.&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
Here is the list of accepted parameters and their effect on the progress bar. There are two ways of indicating the value (percentage) represented by the bar. The first method uses the &amp;lt;code&amp;gt;progression&amp;lt;/code&amp;gt; parameter, while the second uses the &amp;lt;code&amp;gt;min&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;max&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;current&amp;lt;/code&amp;gt; parameters. Whatever method you use, you can use the &amp;lt;code&amp;gt;barDisplayMode&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;barText&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;tooltipDisplayMode&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;tooltipText&amp;lt;/code&amp;gt; parameters to control which text is displayed on the bar and in the tooltip. See examples below.&lt;br /&gt;
&lt;br /&gt;
; progression&lt;br /&gt;
: Indicates the percentage represented by the progression bar.&lt;br /&gt;
:* ex: &amp;lt;code&amp;gt;74.2%&amp;lt;/code&amp;gt;&lt;br /&gt;
:* default value: &amp;lt;code&amp;gt;0%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; min&lt;br /&gt;
: Indicates the value of the lower bound of the range represented by this bar.&lt;br /&gt;
:* ex: &amp;lt;code&amp;gt;10&amp;lt;/code&amp;gt;&lt;br /&gt;
:* default value: &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;&lt;br /&gt;
:* note: if the &amp;lt;code&amp;gt;progression&amp;lt;/code&amp;gt; parameter is used, the &amp;lt;code&amp;gt;min&amp;lt;/code&amp;gt; parameter is discarded.&lt;br /&gt;
&lt;br /&gt;
; max&lt;br /&gt;
: Indicates the value of the upper bound of the range represented by this bar.&lt;br /&gt;
:* ex: &amp;lt;code&amp;gt;15&amp;lt;/code&amp;gt;&lt;br /&gt;
:* default value: &amp;lt;code&amp;gt;100&amp;lt;/code&amp;gt;&lt;br /&gt;
:* note: if the &amp;lt;code&amp;gt;progression&amp;lt;/code&amp;gt; parameter is used, the &amp;lt;code&amp;gt;max&amp;lt;/code&amp;gt; parameter is discarded.&lt;br /&gt;
&lt;br /&gt;
; current&lt;br /&gt;
: Indicates the value of the position into the range represented by this bar. This number must be contained between &amp;lt;code&amp;gt;min&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;max&amp;lt;/code&amp;gt;.&lt;br /&gt;
:* ex: &amp;lt;code&amp;gt;13&amp;lt;/code&amp;gt;&lt;br /&gt;
:* default value: &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;&lt;br /&gt;
:* note: if the &amp;lt;code&amp;gt;progression&amp;lt;/code&amp;gt; parameter is used, the &amp;lt;code&amp;gt;current&amp;lt;/code&amp;gt; parameter is discarded.&lt;br /&gt;
&lt;br /&gt;
; title&lt;br /&gt;
: Displays a title on top of the bar.&lt;br /&gt;
&lt;br /&gt;
; tooltip-text&lt;br /&gt;
: The text displayed in the tooltip. Regarding the value of the &amp;lt;code&amp;gt;tooltip-display-mode&amp;lt;/code&amp;gt; parameter, there may be other text displayed before this one in the tooltip.&lt;br /&gt;
&lt;br /&gt;
; tooltip-display-mode&lt;br /&gt;
: Controls how text is displayed in the tooltip.&lt;br /&gt;
:* Possible values are:&lt;br /&gt;
:** &amp;lt;code&amp;gt;percentage&amp;lt;/code&amp;gt;: display the percentage of this bar, followed by the value of the &amp;lt;code&amp;gt;tooltip-text&amp;lt;/code&amp;gt; parameter if it not empty.&lt;br /&gt;
:** &amp;lt;code&amp;gt;current&amp;lt;/code&amp;gt;: display the value of the &amp;lt;code&amp;gt;current&amp;lt;/code&amp;gt; parameter, followed by the value of the &amp;lt;code&amp;gt;tooltip-text&amp;lt;/code&amp;gt; parameter if it not empty. Choose this option only when using the second calculation method.&lt;br /&gt;
:** &amp;lt;code&amp;gt;remaining&amp;lt;/code&amp;gt;: display the difference between the &amp;lt;code&amp;gt;max&amp;lt;/code&amp;gt; parameter and the &amp;lt;code&amp;gt;current&amp;lt;/code&amp;gt; parameter, followed by the value of the &amp;lt;code&amp;gt;tooltip-text&amp;lt;/code&amp;gt; parameter if it not empty. Choose this option only when using the second calculation method.&lt;br /&gt;
:** &amp;lt;code&amp;gt;ratio&amp;lt;/code&amp;gt;: display the &amp;lt;code&amp;gt;current&amp;lt;/code&amp;gt; parameter followed by a slash (&amp;quot;/&amp;quot;) and the &amp;lt;code&amp;gt;max&amp;lt;/code&amp;gt; parameter, followed by the value of the &amp;lt;code&amp;gt;tooltip-text&amp;lt;/code&amp;gt; parameter if it not empty. Choose this option only when using the second calculation method.&lt;br /&gt;
:** anything else means that only the &amp;lt;code&amp;gt;tooltip-text&amp;lt;/code&amp;gt; will be displayed.&lt;br /&gt;
:* default value: &amp;lt;code&amp;gt;percentage&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; bar-text&lt;br /&gt;
: The text displayed on the progress bar. Regarding the value of the &amp;lt;code&amp;gt;bar-display-mode&amp;lt;/code&amp;gt; parameter, there may be other text displayed before this one on the bar.&lt;br /&gt;
&lt;br /&gt;
; bar-display-mode&lt;br /&gt;
: Controls how text is displayed on the progress bar.&lt;br /&gt;
:* Possible values are:&lt;br /&gt;
:** &amp;lt;code&amp;gt;percentage&amp;lt;/code&amp;gt;: display the percentage of this bar, followed by the value of the &amp;lt;code&amp;gt;bar-text&amp;lt;/code&amp;gt; parameter if it not empty.&lt;br /&gt;
:** &amp;lt;code&amp;gt;current&amp;lt;/code&amp;gt;: display the value of the &amp;lt;code&amp;gt;current&amp;lt;/code&amp;gt; parameter, followed by the value of the &amp;lt;code&amp;gt;bar-text&amp;lt;/code&amp;gt; parameter if it not empty. Choose this option only when using the second calculation method.&lt;br /&gt;
:** &amp;lt;code&amp;gt;remaining&amp;lt;/code&amp;gt;: display the difference between the &amp;lt;code&amp;gt;max&amp;lt;/code&amp;gt; parameter and the &amp;lt;code&amp;gt;current&amp;lt;/code&amp;gt; parameter, followed by the value of the &amp;lt;code&amp;gt;bar-text&amp;lt;/code&amp;gt; parameter if it not empty. Choose this option only when using the second calculation method.&lt;br /&gt;
:** &amp;lt;code&amp;gt;ratio&amp;lt;/code&amp;gt;: display the &amp;lt;code&amp;gt;current&amp;lt;/code&amp;gt; parameter followed by a slash (&amp;quot;/&amp;quot;) and the &amp;lt;code&amp;gt;max&amp;lt;/code&amp;gt; parameter, followed by the value of the &amp;lt;code&amp;gt;bar-text&amp;lt;/code&amp;gt; parameter if it not empty. Choose this option only when using the second calculation method.&lt;br /&gt;
:** anything else means that only the &amp;lt;code&amp;gt;bar-text&amp;lt;/code&amp;gt; will be displayed.&lt;br /&gt;
:* default value: &amp;lt;code&amp;gt;percentage&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; bar-background&lt;br /&gt;
: Color used as the background of the progression bar.&lt;br /&gt;
:* ex: &amp;lt;code&amp;gt;red&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;#328A9C&amp;lt;/code&amp;gt;&lt;br /&gt;
:* default value: &amp;lt;code&amp;gt;#AAD5FF&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; bar-custom-style&lt;br /&gt;
: Any additional values inside the style=&amp;quot;&amp;quot; attribute for the bar. Values here overwrite default values.&lt;br /&gt;
&lt;br /&gt;
; box-background&lt;br /&gt;
: Color used as the background of the block in which the bar is located.&lt;br /&gt;
:* ex: &amp;lt;code&amp;gt;red&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;#328A9C&amp;lt;/code&amp;gt;&lt;br /&gt;
:* default value: &amp;lt;code&amp;gt;white&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; box-border&lt;br /&gt;
: Style of the border of the block in which the bar is located.&lt;br /&gt;
:* ex: &amp;lt;code&amp;gt;2px dotted red&amp;lt;/code&amp;gt;&lt;br /&gt;
:* default value: &amp;lt;code&amp;gt;1px solid black&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; box-margin&lt;br /&gt;
: Indicates how far the block in which the bar is located must be from the text around it.&lt;br /&gt;
:* ex: &amp;lt;code&amp;gt;5px&amp;lt;/code&amp;gt;&lt;br /&gt;
:* default value: &amp;lt;code&amp;gt;1px&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; box-padding&lt;br /&gt;
: Indicates the width of the space between the progression bar and the border of the block around it.&lt;br /&gt;
:* ex: &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;&lt;br /&gt;
:* default value: &amp;lt;code&amp;gt;1px&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; box-width&lt;br /&gt;
: Indicates the width of the block in which the bar is located.&lt;br /&gt;
:* ex: &amp;lt;code&amp;gt;15em&amp;lt;/code&amp;gt;&lt;br /&gt;
:* default value: &amp;lt;code&amp;gt;100%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; box-custom-style&lt;br /&gt;
: Any additional values inside the style=&amp;quot;&amp;quot; attribute for the box. Values here overwrite default values.&lt;br /&gt;
&lt;br /&gt;
; text-color&lt;br /&gt;
: Color of the text written in the center of the bar.&lt;br /&gt;
:* default value: &amp;lt;code&amp;gt;black&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; text-size&lt;br /&gt;
: Size of the title and the text written in the center of the bar.&lt;br /&gt;
:* default value: &amp;lt;code&amp;gt;small&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; text-weight&lt;br /&gt;
: Weight of the title and the text written in the center of the bar.&lt;br /&gt;
:* default value: &amp;lt;code&amp;gt;bold&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Calculation methods ===&lt;br /&gt;
There are two methods you can use to make your bar represent a progression.&lt;br /&gt;
The first method is by simply specifying the &amp;lt;code&amp;gt;progression&amp;lt;/code&amp;gt; parameter. You tell the percentage and the bar shows it. Simple.&lt;br /&gt;
The second method can be used when you want to display a bar showing progression through a finite set of values. You give the &amp;lt;code&amp;gt;min&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;max&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;current&amp;lt;/code&amp;gt; parameters, and the percentage is calculated with the following formula: &amp;lt;code&amp;gt;((current - min) / (max - min)) * 100&amp;lt;/code&amp;gt;.&lt;br /&gt;
If both methods are used, the first one takes precedence.&lt;br /&gt;
The examples below show how to use both methods.&lt;br /&gt;
&lt;br /&gt;
=== Display options ===&lt;br /&gt;
You can control precisely what is displayed on the bar and in the tooltip using the &amp;lt;code&amp;gt;tooltip-text&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;tooltip-display-mode&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;bar-text&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bar-display-mode&amp;lt;/code&amp;gt; parameters. The *-display-mode parameters let you select how the progression is rendered as text, and the *-text parameters let you add custom text behind the progression. See the documentation of these parameters above for further details. The examples below also show how to customize the tooltip and the text on the bar. Just try a few combinations to find which options fit your needs!&lt;br /&gt;
&lt;br /&gt;
=== Alternate way of passing parameters to the template: using the variables extension ===&lt;br /&gt;
Instead of passing your parameters in the template call, like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Progress bar evolved&lt;br /&gt;
| param1 = value1&lt;br /&gt;
| param2 = value2&lt;br /&gt;
| etc.&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
you can define variables which will be used automatically by the template. You can do it this way:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{#vardefine:pb-param1|value1}}&lt;br /&gt;
{{#vardefine:pb-param2|value2}}&lt;br /&gt;
{{Progress bar evolved&lt;br /&gt;
| other parameters&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note that these special variable names all have the ''pb-'' prefix. Each parameter of the template has its variable counterpart, except for the &amp;lt;code&amp;gt;percentage&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;min&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;max&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;current&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; parameters. Just add ''pb-'' (as in &amp;quot;Progress Bar&amp;quot;) in front of the parameter name to know the variable name.&lt;br /&gt;
This feature can be extremely useful when you want to display several progression bars in the same page. Just define the appearance of your bars through variables and then all the bars in your page will use the same values, making it unnecessary to provide the associated parameters in each of your template calls. Please note however, that if you define a variable and then provide the associated parameter in a template call, '''the parameter takes precedence'''. This way you can override a variable value by using the parameter. This overriding affects only the bar built by the specific template call on which you specified the parameter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
'''Simple progress bar, using the first method:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Progress bar evolved&lt;br /&gt;
| progression = 52.4%&lt;br /&gt;
| bar-text = explored&lt;br /&gt;
| tooltip-text = explored&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Progress bar evolved&lt;br /&gt;
| progression = 52.4%&lt;br /&gt;
| bar-text = explored&lt;br /&gt;
| tooltip-text = explored&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Styled progress bar, using the second method:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Progress bar evolved&lt;br /&gt;
| min = 10&lt;br /&gt;
| max = 15&lt;br /&gt;
| current = 13&lt;br /&gt;
| tooltip-text = maxed titles&lt;br /&gt;
| tooltip-display-mode = current&lt;br /&gt;
| bar-text = [[People Know Me]] (2)&lt;br /&gt;
| bar-display-mode = text&lt;br /&gt;
| box-width = 15em&lt;br /&gt;
| box-border = 1px dotted black&lt;br /&gt;
| bar-background = #99CC66&lt;br /&gt;
| text-size = 8pt&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Progress bar evolved&lt;br /&gt;
| min = 10&lt;br /&gt;
| max = 15&lt;br /&gt;
| current = 13&lt;br /&gt;
| tooltip-text = maxed titles&lt;br /&gt;
| tooltip-display-mode = current&lt;br /&gt;
| bar-text = [[People Know Me]] (2)&lt;br /&gt;
| bar-display-mode = text&lt;br /&gt;
| box-width = 15em&lt;br /&gt;
| box-border = 1px dotted black&lt;br /&gt;
| bar-background = #99CC66&lt;br /&gt;
| text-size = 8pt&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Custom style example (here using the CSS3 border-radius attribute):'''&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Progress bar evolved&lt;br /&gt;
| min = 0&lt;br /&gt;
| max = 700&lt;br /&gt;
| current = 550&lt;br /&gt;
| bar-text = days before GW2 is released&lt;br /&gt;
| bar-display-mode = remaining&lt;br /&gt;
| tooltip-text = days have past since we started waiting for GW2&lt;br /&gt;
| tooltip-display-mode = current&lt;br /&gt;
| box-width = 25em&lt;br /&gt;
| bar-background = #328A9C&lt;br /&gt;
| bar-custom-style = border-radius:9px&lt;br /&gt;
| box-custom-style = border-radius:10px&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Progress bar evolved&lt;br /&gt;
| min = 0&lt;br /&gt;
| max = 700&lt;br /&gt;
| current = 550&lt;br /&gt;
| bar-text = days before GW2 is released&lt;br /&gt;
| bar-display-mode = remaining&lt;br /&gt;
| tooltip-text = days have past since we started waiting for GW2&lt;br /&gt;
| tooltip-display-mode = current&lt;br /&gt;
| box-width = 25em&lt;br /&gt;
| bar-background = #328A9C&lt;br /&gt;
| bar-custom-style = border-radius:9px&lt;br /&gt;
| box-custom-style = border-radius:10px&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Defining variables:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;{{#vardefine:pb-box-width|25em}}&lt;br /&gt;
{{#vardefine:pb-text-size|8pt}}&lt;br /&gt;
{{#vardefine:pb-bar-background|#FFD5AA}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{#vardefine:pb-box-width|25em}}{{#vardefine:pb-text-size|8pt}}{{#vardefine:pb-bar-background|#FFD5AA}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The following bars all use the &amp;quot;theme&amp;quot; defined by the variables:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Progress bar evolved&lt;br /&gt;
| min = 0&lt;br /&gt;
| max = 25&lt;br /&gt;
| current = 14&lt;br /&gt;
| tooltip-display-mode = remaining&lt;br /&gt;
| tooltip-text = missions left&lt;br /&gt;
| bar-display-mode = ratio&lt;br /&gt;
| bar-text = missions&lt;br /&gt;
| title = [[Protector|Protector of Tyria (1)]]&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Progress bar evolved&lt;br /&gt;
| min = 0&lt;br /&gt;
| max = 25&lt;br /&gt;
| current = 14&lt;br /&gt;
| tooltip-display-mode = remaining&lt;br /&gt;
| tooltip-text = missions left&lt;br /&gt;
| bar-display-mode = ratio&lt;br /&gt;
| bar-text = missions&lt;br /&gt;
| title = [[Protector|Protector of Tyria (1)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''You can override a variable setting by using the corresponding parameter:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Progress bar evolved&lt;br /&gt;
| progression = 52.4%&lt;br /&gt;
| bar-text = explored&lt;br /&gt;
| tooltip-text = explored&lt;br /&gt;
| bar-background = #AAFFD5&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Progress bar evolved&lt;br /&gt;
| progression = 52.4%&lt;br /&gt;
| bar-text = explored&lt;br /&gt;
| tooltip-text = explored&lt;br /&gt;
| bar-background = #AAFFD5&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* Don't put the same value for the bar-background and the box-background parameters, or else you won't see the progression bar!&lt;br /&gt;
* If you want more information regarding authorized values for each parameter, please consult the [http://www.w3.org/TR/CSS21/ CSS documentation on the W3C website].&lt;br /&gt;
* To learn CSS in a more friendly fashion, you can try the [http://www.w3schools.com/css/default.asp CSS tutorial on w3schools].&lt;br /&gt;
* Unfortunately, the &amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt; CSS attribute is not supported by mediawiki, so you can't set &amp;lt;code&amp;gt;bar-background=url(path/to/image)&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Change log ==&lt;br /&gt;
Here is a list of everything that has changed between [[Template:Progress bar|the original progress bar]] and this new version:&lt;br /&gt;
* The name of the template has changed (wow!)&lt;br /&gt;
* The &amp;lt;code&amp;gt;progression-text&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;mode&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;desc&amp;lt;/code&amp;gt; parameters have been removed&lt;br /&gt;
* The &amp;lt;code&amp;gt;tooltip-text&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;tooltip-display-mode&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;bar-text&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bar-display-mode&amp;lt;/code&amp;gt; parameters have been added&lt;br /&gt;
* The &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; parameter has a completely different meaning now&lt;br /&gt;
* The &amp;lt;code&amp;gt;box-style&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bar-style&amp;lt;/code&amp;gt; parameters have been renamed into &amp;lt;code&amp;gt;box-custom-style&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bar-custom-style&amp;lt;/code&amp;gt; respectively&lt;br /&gt;
* Added support for variables&lt;br /&gt;
* Added new display options for the text in the tooltip and on the bar, such as &amp;lt;code&amp;gt;remaining&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;ratio&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Asnath</name></author>
	</entry>
</feed>