Config file for {{Article length bar}}
Usage
{{Article length bar/c|token}}
Parameters
One required positional parameter:
|1=
– config token; required. Values: T1
, T2
, TMAX
, L0MAX
, L1MAX
, FADE1
, FADE2
.
T1
– green up to this byte length, then switch to yellow, indicating: "probably should split"T2
– yellow until this byte length, then red, indicating:"almost certainly" should be splitTMAX
– articles this size fill the bar 100%; larger sizes do not extend past the right borderL0MAX
– max size of the green area in pct; derived as: {{#expr: T1 * 100 / TMAX round 0}}L1MAX
– high point of the yellow area in pct; derived as: {{#expr: (T2 * 100 / TMAX) round 0}}FADE1
– start point of red to maroon gradient when length > TMAXFADE2
– end point of red to maroon gradient when length > TMAX, thereafter maroon to right borderLongest
– size of longest article #1 at Special:LongPages not in use currently
Examples
{{Article length bar/c|T1}}
? 150000,{{Alb/c|T1}}
? 150000{{Article length bar/c|T2}}
? 225000{{Article length bar/c|TMAX}}
? 325000{{Article length bar/c|L0MAX}}
? 46{{Article length bar/c|L1MAX}}
? 69,{{Alb/c|L1MAX}}
? 69{{Article length bar/c|FADE1}}
? 76{{Article length bar/c|FADE2}}
? 93