Jump to content

Template:Article length bar/c/doc

From Wikipedia, the free encyclopedia

Config file for {{Article length bar}}

Usage

[edit]

{{Article length bar/c|token}}

Parameters

[edit]

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 split
  • TMAX – articles this size fill the bar 100%; larger sizes do not extend past the right border
  • L0MAX – 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 > TMAX
  • FADE2 – end point of red to maroon gradient when length > TMAX, thereafter maroon to right border
  • Longest – size of longest article #1 at Special:LongPages not in use currently

Examples

[edit]
  • {{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