|
|
(43 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <noinclude>
| | |
| <!-- Template documentation -->
| |
| '''Usage:'''
| |
| <pre>
| |
| {{Reputation_Table/Item|value=0.1}}
| |
| </pre>
| |
| </noinclude>
| |
| <includeonly>
| |
| <div style="width: 100%; height: 20px; background: transparent; border-radius: 5px; position: relative; border: 1px solid #000;">
| |
| <!-- Dynamic bar based on the value -->
| |
| <div style="height: 100%;
| |
| position: absolute;
| |
| top: 0;
| |
| left: 50%;
| |
| background:{{#ifexpr:{{{value|0}}}<0|
| |
| linear-gradient(90deg, rgba(255,{{#expr: {{{value|0}}} * -1}},0,1) 0%, rgba(255,255,255,1) 100%);
| |
| |
| |
| linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,255,0,1) 100%);
| |
| }}
| |
| border-radius: 5px;
| |
| width: {{#expr: abs(50 * {{{value|0}}})}}%;
| |
| {{#ifexpr:{{{value|0}}}<0|transform: translateX(-100%);|}}">
| |
| </div>
| |
| </div>
| |
| </includeonly>
| |