On Fanlore, users with accounts can edit pages including user pages, can create pages, and more. Any information you publish on a page or an edit summary will be accessible by the public and to Fanlore personnel. Because Fanlore is a wiki, information published on Fanlore will be publicly available forever, even if edited later. Be mindful when sharing personal information, including your religious or political views, health, racial background, country of origin, sexual identity and/or personal relationships. To learn more, check out our Terms of Service and Privacy Policy. Select "dismiss" to agree to these terms.
Template:Value color
File:Lua-Logo.svg | This template uses Lua: |
This template returns the color for a given value in a range. It interpolates the colour between given min and max values and colors (if not specified, these are assumed to be white for the min and black for the max). It might be a good idea to use it with a template like {{Greater color contrast ratio}} to make sure the text is legible.
Usage
- Parameters
|1=
- The value of the cell. Must be a number.|2=
- The minimum value of the range.|3=
- The maximum value of the range.|4=
- The color for the minimum value specified by|2=
.|5=
- The color for the maximum value specified by|3=
.|hex=
- Return the color in the format#RRGGBB
rather thanrgb(RRR, GGG, BBB)
.
Example
<span style="color:{{Value color|50|25|100|FF0000|0000FF}}">Foo</span>
--> Foo
See also
- {{Cell color}}