•  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
현재 진행 중인 사용자 토론이 있습니다.
r6 vs r7
... ...
3 3
{{{#!if 기여횟수 < 5000
4 4
{{{#!html <b>@기여횟수@</b>}}}}}}
5 5
{{{#!if 기여횟수 < 15000 && 기여횟수 >= 5000
6
<color=#00cec6> {{{#!html <b>@기여횟수@</b>}}}}}}
7
{{{#!if 기여횟수 < 25000 && 기여횟수 >= 15000
8
<color=orange> {{{#!html <b>@기여횟수@</b>}}}}}}
6
{{{#!html <b><span style="color: #00cec6">@기여횟수@</span></b>}}}}}}
7
{{{#!if 기여횟수 < 25000 && 기여횟수 >= 15000
8
{{{#!html <b><span style="color: orange">@기여횟수@</span></b>}}}}}}
9 9
{{{#!if 기여횟수 < 45000 && 기여횟수 >= 25000
10
<color=green,lime> {{{#!html <b>@기여횟수@</b>}}}}}}
10
{{{#!html <b><span style="color: green">@기여횟수@</span></b>}}}}}}
11 11
{{{#!if 기여횟수 < 70000 && 기여횟수 >= 45000
12
<color=gold> {{{#!html <b>@기여횟수@</b>}}}}}}
12
{{{#!html <b><span style="color: gold">@기여횟수@</span></b>}}}}}}
13 13
{{{#!if 기여횟수 < 100000 && 기여횟수 >= 70000
14
<color=red> {{{#!html <b>@기여횟수@</b>}}}}}}
14
{{{#!html <b><span style="color: red">@기여횟수@</span></b>}}}}}}
15 15
{{{#!if 기여횟수 >= 100000
16
<color=blueviolet,mediumpurple> {{{#!html <b>@기여횟수@</b>}}}}}}
16
{{{#!html <b><span style="color: blueviolet">@기여횟수@</span></b>}}}}}}
17 17
}}}