diff options
author | emkael <emkael@tlen.pl> | 2018-04-25 13:02:05 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-04-25 13:02:05 +0200 |
commit | 5c4d301130ebdf309ca2e4e81bca1b571f43c660 (patch) | |
tree | d886597b7678048c357ee38e9149ebab48007ab9 /2sw.json | |
parent | 43275f64fc31f69da0056e5540e1e4d643473a39 (diff) |
Classes for leaderboard positions
Diffstat (limited to '2sw.json')
-rw-r--r-- | 2sw.json | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -25,7 +25,24 @@ ["MICHALAK Kolonowskie", "MICHALAK"],
["KS Konfeks I Legnica", "Konfeks I"],
["ZTB 7TREFL Zawiercie", "7TREFL"]
- ],
+ ],
+ "position_styles": [
+ {
+ "class": "promotion",
+ "positions": [1, 2, 3],
+ "caption": "Awans do I ligi 2018/19"
+ },
+ {
+ "class": "repechage",
+ "positions": [12],
+ "caption": "Baraże"
+ },
+ {
+ "class": "relegation",
+ "positions": [13, 14, 15, 16],
+ "caption": "Spadek do III ligi 2018/19"
+ }
+ ],
"phases": [
{
"title": "26 stycznia, 20:00",
|