全体の順位表は以下の通りです。黄色の順位は入賞局です
全体の順位表は以下の通りです。【 】付きの順位は入賞局です
得点が同じ場合、最終交信日時の早い局が上位となります
| {{ category.name }} | |||||||
|---|---|---|---|---|---|---|---|
| 順位 | コールサイン | {{ category.code.toUpperCase().endsWith("SWL") ? "受信数" : "QSO数" }} | 点数 | マルチ | 得点 | 最終{{ category.code.toUpperCase().endsWith("SWL") ? "受信" : "交信" }}日時 | |
| 参加なし | |||||||
| 【{{ summary.rank }}】 | {{ summary.rank }} | {{ summary.owner }} | {{ summary.num_qso === null ? ' ' : new Intl.NumberFormat('ja-JP').format(summary.num_qso) }} | {{ summary.point === null ? ' ' : new Intl.NumberFormat('ja-JP').format(summary.point) }} | {{ summary.multi === null ? ' ' : new Intl.NumberFormat('ja-JP').format(summary.multi) }} | {{ summary.score === null ? ' ' : new Intl.NumberFormat('ja-JP').format(summary.score) }} | {{ summary.lasttime }} |
| 登録クラブ対抗 | ||||
|---|---|---|---|---|
| 順位 | 登録番号 | クラブ名 | 得点 | |
| 【{{ club.rank }}】 | {{ club.rank }} | {{ club.number }} | {{ club.name }} | {{ new Intl.NumberFormat('ja-JP').format(club.score) }} |