ਫਰਮਾ:Progression
Syntax
{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
1 parameter (percent)
{Progression|0}
:
{Progression|0.5}
:
{Progression|1}
:
{Progression|36.7}
:
{Progression|100}
:
2 parameters
{Progression|0|250}
:
{Progression|100|250}
:
{Progression|200|300}
:
{Progression|300|300}
:
3 parameters
{Progression|0|250|task=Sorting articles}
:
{Progression|100|250|task=Sorting articles}
: