Template:PercentageBar/doc
From EVE University Wiki
- Description
- This template creates a colored bar depicting a percentage value.
- Dependencies
- Syntax
- Type
{{PercentageBar|<percentage>|<primary color>|<secondary color>}}
into a table cell. - Sample output
{| class="wikitable"
|-
| {{PercentageBar|35|Cyan|DarkCyan}}
|-
| {{PercentageBar|50|OrangeRed|#592b1a}}
|-
| {{PercentageBar|60|Silver|DimGrey}}
|-
| {{PercentageBar|0|Orange|#59431a}}
|}
- gives...
| ||
| ||
| ||
|
- See also