More actions
m Corrected whitespaces |
m Replace hard-coded color with design-token. |
||
| (4 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{#switch: {{lc:{{{rating}}}}} | <includeonly>{{#switch: {{lc: {{#if: {{{1|}}} | {{{1}}} | {{{rating|}}} }} }} | ||
| 1 | | 1 | ||
| 1.0 = {{Color | #33F8F8 |1.0}} | | 1.0 = {{Color | #33F8F8 |1.0}} | ||
| 0.9 = {{Color | #4CF8C7 |0.9}} | | 0.9 = {{Color | #4CF8C7 |0.9}} | ||
| 0.8 = {{Color | # | | 0.8 = {{Color | #02EA46 |0.8}} | ||
| 0.7 = {{Color | #08E408 |0.7}} | | 0.7 = {{Color | #08E408 |0.7}} | ||
| 0.6 = {{Color | #96F833 |0.6}} | | 0.6 = {{Color | #96F833 |0.6}} | ||
| Line 24: | Line 24: | ||
| -1 | | -1 | ||
| -1.0 = {{Color | #F90303 |-1.0}} | | -1.0 = {{Color | #F90303 |-1.0}} | ||
| #default = <span style="color: | | #default = <span style="color: var(--color-error);>Accepted values: 1.0, 0.9, ... , -0.9, -1.0</span> | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||