Template:Reputation Table/Item: Difference between revisions

Template page
No edit summary
(Blanked the page)
Tag: Blanking
 
(57 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: #3a8d3a;
border-radius: 5px;
width: {{#expr: abs(50 * {{{value|0}}})}}%;">
</div>
</div>
</includeonly>

Latest revision as of 19:25, 15 December 2024