Template:Composition bar/doc: Difference between revisions

→‎TemplateData: Inserted and think all of the parameters are there. Not sure what {{{4}}} or {{{5}}} is for in the template itself. I'll have to go to the sandbox and figure that out. might be deprecated code.
m (→‎Usage: sp)
(→‎TemplateData: Inserted and think all of the parameters are there. Not sure what {{{4}}} or {{{5}}} is for in the template itself. I'll have to go to the sandbox and figure that out. might be deprecated code.)
Line 51:
| {{Composition bar|90|100|#F00|width=500|per=1|color=#FFFFFF}}
|}
 
== TemplateData ==
{{TemplateDataHeader}}
 
<templatedata>
 
{
"description": "A composition bar.",
"params": {
"Amount": {
"label": "1",
"description": "The number of sub-units.",
"type": "string/line",
"required": true
},
"Total": {
"label": "2",
"description": "The total number of sub-units possible.",
"type": "string/line",
"required": true
},
"Bar Color": {
"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
},
"Text color": {
"label": "color",
"description": "The text colour - a valid web color.",
"default": "#000",
"type": "string/line",
"required": false
},
"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
},
"Border width": {
"label": "border-width",
"description": "Determines the thickness of the border around the box in px.",
"default": "1px",
"type": "string/line",
"required": false
},
"Border color": {
"label": "border-color",
"description": "Determines the color of the border around the box - a valid web color.",
"default": "#C0C0C0",
"type": "string/line",
"required": false
}
}
}
 
</templatedata>
 
 
== See also ==