Template:Progression/doc

From Foundry Wiki
< Template:Progression
Revision as of 17:41, 29 June 2022 by Naginreed (talk | contribs) (Created page with "{{doc/start}} === Syntax === :{{tlx|Progression|''percent''}} The <code>percent</code> is a number between 0 and 100, without the trailing <code>%</code>. :{{tlx|Progression|''param1''|''param2''}} Calculates the progression as a function of <code>param1/param2</code> :{{tlx|Progression|''param1''|''param2''|task=''param3''}} Calculates the progression as a function of <code>param1/param2</code>, and displays a task label on the bar. === Examples === ==== 1 param...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template-info.png Documentation

Syntax

{{Progression|percent}}

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

{{Progression|param1|param2}}

Calculates the progression as a function of param1/param2

{{Progression|param1|param2}}

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

Examples

1 parameter (percent)

{{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

{{Progression|0|250}}:

0% complete
 


{{Progression|100|250}}:

40% complete
   


{{Progression|200|300}}:

66.7% complete
   


{{Progression|300|300}}:

100% complete
 


3 parameters

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

Sorting articles:  0% complete
 


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

Sorting articles:  40% complete
   


This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.