{{ template "head.tpl.html" . }} {{ template "alerts.tpl.html" . }} {{ if .User }} {{ template "menu-main.tpl.html" . }} {{ else }} {{ template "header.tpl.html" . }} {{ template "login-btn.tpl.html" . }} {{ end }}

Leaderboard

Wakapi's leaderboard shows a ranking of the most active users on this servers, given they opted in to get listed on the public leaderboard (see Settings 🠒 Data). Statistics are updated at least every 12 hours and are based on the users' total coding time in the past seven days.

{{ if ne .By "" }}
{{ range $i, $key := (strslice .TopKeys 0 20) }} {{ end }}
{{ end }}
    {{ range $i, $item := .Items }}
  1. # {{ $item.Rank }}
    {{ if avatarUrlTemplate }} User Profile Avatar {{ else }} {{ end }} @{{ $item.UserID }}
    {{ range $i, $lang := (index $.UserLanguages $item.UserID) }} {{ if $.LangIcon $lang }} {{ end }} {{ $lang }}{{ if lt $i (add (len (index $.UserLanguages $item.UserID)) -1) }}, {{ end }} {{ end }}
    {{ $item.Total | duration }}
  2. {{ end }}
{{ template "footer.tpl.html" . }} {{ template "foot.tpl.html" . }}