Predloga:Progression/dok
To je dokumentacijska podstran za glavno stran Predloga:Progression. Namenjena je shranjevanju navodil, kategorizaciji in drugi vsebini, ki ni del glavne strani. |
Ta predloga uporablja TemplateStyles: |
Syntax
[uredi kodo]{{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
[uredi kodo]1 parameter (percent)
[uredi kodo]{{Progression|0}}
:
0% complete | |
{{Progression|0.5}}
:
0,5% complete | ||
{{Progression|1}}
:
1% complete | ||
{{Progression|36.7}}
:
36,7% complete | ||
{{Progression|100}}
:
100% complete | |
2 parameters
[uredi kodo]{{Progression|0|250}}
:
0% complete | |
{{Progression|100|250}}
:
40% complete | ||
{{Progression|200|300}}
:
66,7% complete | ||
{{Progression|300|300}}
:
100% complete | |
3 parameters
[uredi kodo]{{Progression|0|250|task=Sorting articles}}
:
Sorting articles: 0% complete | |
{{Progression|100|250|task=Sorting articles}}
:
Sorting articles: 40% complete | ||
TemplateData
[uredi kodo]TemplateData za Progression
The template is used to create a progression bar.
Parameter | Opis | Vrsta | Stanje | |
---|---|---|---|---|
value | 1 | The current value of the progression. | Številka | predlagano |
max value | 2 total | The total value of the progression bar
| Številka | neobvezno |
width | width | The CSS width of the progression bar. Unit is required.
| Niz | neobvezno |
task | task | The name displayed before the value.
| Vrstica | neobvezno |
decimal | decimal | The decimal to be rounded to | Številka | neobvezno |
hide complete | hidecomplete | Whether hide the display of number of completion.
| Bool | neobvezno |