Template:Progression/doc

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Lua error in Module:TNT at line 159: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Uses TemplateStyles.tab.

Syntax

[edit source]
{{Progression|percent}}

The percent is a number between 0 and 100, without the trailing %.

Optionally, the decimal parameter will set the number of decimal places to be rounded. If not specified, defaults to 1.

{{Progression|param1|param2}}

Calculates the progression as a function of param1/param2

{{Progression|param1|param2|task=param3}}

Calculates the progression as a function of param1/param2, and displays a task label on the bar.

Examples

[edit source]

1 parameter (percent)

[edit source]

{{Progression|0}} :

{{Progression|0.5}} :

{{Progression|1}} :

{{Progression|36.7}} :

{{Progression|100}} :

2 parameters

[edit source]

{{Progression|0|250}} :

{{Progression|100|250}} :

{{Progression|200|300}} :

{{Progression|300|300}} :

3 parameters

[edit source]

{{Progression|0|250|task=Sorting articles}} :

{{Progression|100|250|task=Sorting articles}} :

TemplateData

[edit source]
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Progression in articles based on its TemplateData.

TemplateData for Progression

The template is used to create a progression bar.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
value1

The current value of the progression.

Numbersuggested
max value2 total

The total value of the progression bar

Default
100
Numberoptional
widthwidth

The CSS width of the progression bar. Unit is required.

Example
100px, 30em
Stringoptional
tasktask

The name displayed before the value.

Example
Sorting articles
Lineoptional
decimaldecimal

The decimal to be rounded to

Numberoptional
hide completehidecomplete

Whether hide the display of number of completion.

Default
0
Booleanoptional