Toggle menu
15
236
70
27.5K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 02:10, 19 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} For use with {{tl|Bar box}}. == Usage == {{tlx|Bar percent|{{var|row label}}|{{var|colour}}|{{var|value (width in percents)}}|{{var|optional value label}}}} If value label is not provided, it is constructed from the percentage and "%". This bar type also has the {{tl2|Bar percent 2}} and {{tl2|Bar percent 3}} variations which display more bars for the same row label. == Examples == <syntaxhighlight lang="wikitext"> {{Bar box |float=right |cap...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

For use with {{Bar box}}.

Usage

{{Bar percent|row label|colour|value (width in percents)|optional value label}}

If value label is not provided, it is constructed from the percentage and "%". This bar type also has the {{Bar percent 2}} and {{Bar percent 3}} variations which display more bars for the same row label.

Examples

{{Bar box
|float=right
|caption=distribution of stuff
|barwidth=200px
|bars=
{{bar percent|foo|red|30}}
{{bar percent|bar|green|40}}
{{bar percent|baz|blue|20}}
{{bar gap|qux}}
{{bar percent|bla|orange|8}}
{{bar percent|bla1|teal|2|1/50}}
}}
foo
30%
bar
40%
baz
20%
qux
bla
8%
bla1
1/50
distribution of stuff