Template:Composition bar/doc

Revision as of 21:54, 17 December 2013 by wikipedia>RexxS (→‎Examples: add some examples of changing text and background colour)

This template displays the numeric composition of a thing in terms of its sub-units. For example, it is frequently used as part of {{Infobox political party}} to show the number of seats a given political party holds in a legislature.

Usage

{{Composition bar|amount|total|color}}
  • amount is the number of sub-units
  • total is the total number of sub-units possible
  • color is a valid web color, which can be specified either by name, as a hex triplet (#rrbbgg), or hex triplet.
    In the case of political parties, most will have their logo color available in {{political party/meta/color}} templates.
  • width is the width of the bar in px.
  • per adds a percentage to the bar as well.

Examples

Code Result
{{Composition bar|50|100|red}}
50 / 100
{{Composition bar|50|100|red|color=#FFFFFF}}
50 / 100
{{Composition bar|50|100|red|color=#FFFFFF|background-color=#000000}}
50 / 100
{{Composition bar|50|100|#9999FF}}
50 / 100
{{Composition bar|50|100|{{Green Party (UK)/meta/color}}}}
50 / 100
{{Composition bar|50|100|rgb(255,255,16)}}
50 / 100
{{Composition bar|75|100|#FF0|width=250}}
75 / 100
{{Composition bar|90|100|#F00|width=500|per=1}}
90 / 100 (90%)
{{Composition bar|90|100|#F00|width=500|per=1|color=#FFFFFF}}
90 / 100 (90%)

See also