•  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
현재 진행 중인 사용자 토론이 있습니다.
r11 vs r12
... ...
2 2
{{{#!wiki style="display: flex; justify-content: end; margin-top: .75rem;"
3 3
{{{#!wiki style="display: flex; overflow: hidden; border: 1px solid #ddd; border-radius: .25rem;"
4 4
{{{#!wiki style="padding: .5rem 1rem;"
5
{{{#!if 기여횟수 < 5000
6
{{{#!html <b>@기여횟수@</b>}}}}}}
8
{{{#!if 기여횟수 < 15000 && 기여횟수 >= 5000
10
{{{#!html <b><span style="color: #00cec6">@기여횟수@</span></b>}}}}}}
12
{{{#!if 기여횟수 < 25000 && 기여횟수 >= 15000
14
{{{#!html <b><span style="color: orange">@기여횟수@</span></b>}}}}}}
16
{{{#!if 기여횟수 < 45000 && 기여횟수 >= 25000
18
{{{#!html <b><span style="color: green">@기여횟수@</span></b>}}}}}}
20
{{{#!if 기여횟수 < 70000 && 기여횟수 >= 45000
22
{{{#!html <b><span style="color: gold">@기여횟수@</span></b>}}}}}}
24
{{{#!if 기여횟수 < 100000 && 기여횟수 >= 70000
26
{{{#!html <b><span style="color: red">@기여횟수@</span></b>}}}}}}
28
{{{#!if 기여횟수 >= 100000
30
{{{#!html <b><span style="color: blueviolet">@기여횟수@</span></b>}}}}}}
32
}}}}}}
5
{{{#!if 기여횟수 < 5000 {{{#!html <b>@기여횟수@</b>}}}}}}{{{#!if 기여횟수 < 15000 && 기여횟수 >= 5000{{{#!html <b><span style="color: #00cec6">@기여횟수@</b>}}}}}}{{{#!if 기여횟수 < 25000 && 기여횟수 >= 15000{{{#!html <b><span style="color: orange">@기여횟수@</b>}}}}}}{{{#!if 기여횟수 < 45000 && 기여횟수 >= 25000{{{#!html <b><span style="color: green">@기여횟수@</b>}}}}}}{{{#!if 기여횟수 < 70000 && 기여횟수 >= 45000{{{#!html <b><span style="color: gold">@기여횟수@</b>}}}}}}{{{#!if 기여횟수 < 100000 && 기여횟수 >= 70000{{{#!html <b><span style="color: red">@기여횟수@</b>}}}}}}{{{#!if 기여횟수 >= 100000{{{#!html <b><span style="color: blueviolet">@기여횟수@</b>}}}}}}}}}}}}}}}