<% (sort=='pp' ? "PP" : "" ) %> <% (sort=='rscore' ? "Score" : "" ) %> | Accuracy | Playcount | Max Combo | Playtime | ||
---|---|---|---|---|---|---|
#<% (currentPage - 1) * limit + index + 2 %> |
<% flags[user.country.toUpperCase()] %>
<% user.name %>
|
<% (sort=='pp' ? user.pp+'pp' : "" ) %> <% (sort=='rscore' ? scoreFormat(user.rscore) : "" ) %> | <% user.acc.toFixed(2) %>% | <% addCommas(user.plays) %> | <% addCommas(user.max_combo) %> | <% formatPlaytime(user.playtime) %> |