Шаблон:Цомпоситион бар
Изглед
50 / 100
| Овај шаблон се користи на 3,500+ страница, тако да ће промене које се на њему изврше бити широко примећене. Да би се избеге грешке великих размера и беспотребно оптерећивање сервера, молимо да било какве промене тестирате на подстраницама шаблона /песак или /тест, или на сопственој корисничкој подстраници. Размислите и о постављању расправе о променама које намеравате да унесете на страници за разговор пре њиховог примењивања. |
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|bar-color|background-color=background-color|per=0/1}}
- amount
- is the number of sub-units
- total
- is the total number of sub-units possible
- bar-color
- (default is light grey) is the background color of the left part of the bar - a valid web color, which can be specified by name, as a hex triplet (#rrbbgg), or rgb triplet (rgb(0–255,0–255,0–255)).
In the case of political parties, most will have their logo color available in{{political party/meta/color}}templates. - background-color
- (default is very light grey) is the background color of the right part of the bar - a valid web color.
- width
- is the width of the bar in px.
- per
- (default is false), when set to 1 (true), adds a percentage to the bar as well.
The background colour for the right part of the bar may then be too light to give sufficient contrast, in which case the background-color parameter may be used to provide a dark background for that part of the bar. See the first three examples below. Snook's Colour Contrast Check may be used to check compliance with WCAG guidelines for contrast.
Examples
| Code | Result |
|---|---|
{{Composition bar|50|100|red}}
|
50 / 100
|
{{Composition bar|50|100|red|color=#FFF}}
|
50 / 100
|
{{Composition bar|50|100|red|color=#FFF|background-color=#000}}
|
50 / 100
|
{{Composition bar|50|100|#99F}}
|
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|40|100|#F00|width=300|per=1}}
|
40 / 100 (40%)
|
{{Composition bar|90|100|#F0F0F0|width=300|per=2|background-color=#F00}}
|
90 / 100 (90%)
|
{{Composition bar|90|100|#F0C|width=300|per=1}}
|
90 / 100 (90%)
|
TemplateData
Ово је TemplateData документација за овај шаблон, коришћена у Визуелном уређивачу и у другим алаткама; погледајте месечни извештај о грешкама за овај шаблон.
TemplateData за Composition bar
<templatedata> {
"description": "A composition bar.",
"params": {
"1": {
"label": "1",
"description": "The number of sub-units.",
"type": "string/line",
"required": true
},
"2": {
"label": "2",
"description": "The total number of sub-units possible.",
"type": "string/line",
"required": true
},
"3": {
"label": "3",
"description": "The background color of the left part of the bar - a valid web color, which can be specified by name, as a hex triplet (#rrbbgg), or rgb triplet (rgb(0–255,0–255,0–255)). In the case of political parties, most will have their logo color available in Шаблон:Political party/meta/color templates.",
"default": "#CCC",
"type": "string/line",
"required": false,
"aliases": ["hex"],
},
"Background color": {
"label": "background-color",
"description": "The background color of the right part of the bar - a valid web color.",
"default": "#F0F0F0",
"type": "string/line",
"required": false
},
"Width": {
"label": "width",
"description": "The width of the bar in px.",
"default": "100px",
"type": "string/line",
"required": false
},
"Show Percent": {
"label": "per",
"description": "When set to 1 (true), adds a percentage to the bar as well.",
"default": "0",
"type": "string/line",
"required": false
}
}
} </templatedata>