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 /1s.json | |
parent | 43275f64fc31f69da0056e5540e1e4d643473a39 (diff) |
Classes for leaderboard positions
Diffstat (limited to '1s.json')
-rw-r--r-- | 1s.json | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -11,6 +11,23 @@ "teams": {
"link": "http://www.pzbs.pl/wyniki/liga/liga2017-18/1liga/s/srrleaderb.html"
},
+ "position_styles": [
+ {
+ "class": "promotion",
+ "positions": [1, 2],
+ "caption": "Awans do Ekstraklasy 2018/19"
+ },
+ {
+ "class": "repechage",
+ "positions": [3],
+ "caption": "Baraże"
+ },
+ {
+ "class": "relegation",
+ "positions": [12, 13, 14, 15, 16],
+ "caption": "Spadek do II ligi 2018/19"
+ }
+ ],
"phases": [
{
"title": "26 stycznia, 20:00",
|