Module:Datastaven/Groepen/Voetbal Engeland
Deze module definieert de volgende groepscodes:
pl
- Premier Leaguech
- Championshipl1
- League Onel2
- League Two1d
- First Division2d
- Second Division3d
- Third Division4d
- Fourth Divisionnl
- National Leaguenl-n
- National League Northnl-s
- National League Southnp-1
- Northern Premier League Premier Divisionsl-1
- Southern League Premier Divisionil-1
- Isthmian League Premier Divisionnp-2
- Northern Premier League Division Onesl-2
- Southern League Division Oneil-2
- Isthmian League Division One
return {
["pl"] = {
label = "[[Premier League]]",
kleur = "#c0ffc0",
niveau = 1,
yMax = 20,
},
["ch"] = {
label = "[[EFL Championship|Championship]]",
kleur = "#ffc0a0",
niveau = 2,
yMax = 24,
},
["l1"] = {
label = "[[EFL League One|League One]]",
kleur = "#bc8f8f",
niveau = 3,
yMax = 24,
},
["l2"] = {
label = "[[EFL League Two|League Two]]",
kleur = "#87ceeb",
niveau = 4,
yMax = 24,
},
["1d"] = {
label = "[[Football League First Division|First Division]]",
kleur = "#c0ffc0",
niveau = {
waarde = 2,
domeinen = {
{ tot = 1992, waarde = 1 }
}
},
yMax = 24,
},
["2d"] = {
label = "[[Football League Second Division|Second Division]]",
kleur = "#ffc0a0",
niveau = {
waarde = 3,
domeinen = {
{ tot = 1992, waarde = 2 }
}
},
yMax = 24,
},
["3d"] = {
label = {
waarde = "[[Football League Third Division|Third Division]]",
domeinen = {
{ tot = 1958, waarde = "Third Division North / South" }
}
},
kleur = "#bc8f8f",
niveau = {
waarde = 4,
domeinen = {
{ tot = 1992, waarde = 3 }
}
},
yMax = 24,
},
["4d"] = {
label = "[[Football League Fourth Division|Fourth Division]]",
kleur = "#87ceeb",
niveau = 4,
yMax = 24,
},
["nl"] = {
label = {
waarde = "[[National League (divisie)|National League]]",
domeinen = {
{ tot = 1986, waarde = "Alliance Premier League" },
{ van = 1986, tot = 2004, waarde = "Football Conference" },
{ van = 2004, tot = 2007, waarde = "Conference National" },
{ van = 2007, tot = 2015, waarde = "Conference Premier" }
}
},
kleur = "#ff8888",
niveau = 5,
yMax = 24,
},
["nl-n"] = {
label = {
waarde = "[[National League North]]",
domeinen = {
{ tot = 2015, waarde = "Conference North" }
}
},
kleur = "#eee8aa",
niveau = 6,
yMax = 22,
},
["nl-s"] = {
label = {
waarde = "[[National League South]]",
domeinen = {
{ tot = 2015, waarde = "Conference South" }
}
},
kleur = "#eee8aa",
niveau = 6,
yMax = 22,
},
["np-1"] = {
label = "[[Northern Premier Football League|NPL Premier Division]]",
kleur = "#ffff00",
niveau = {
waarde = 7,
domeinen = {
{ tot = 1979, waarde = 5 },
{ van = 1979, tot = 2004, waarde = 6 }
}
},
yMax = 24,
},
["sl-1"] = {
label = "[[Southern Football League|Southern League Premier Division]]",
kleur = "#ffff00",
niveau = {
waarde = 7,
domeinen = {
{ tot = 1979, waarde = 5 },
{ van = 1979, tot = 2004, waarde = 6 }
}
},
yMax = 24,
},
["il-1"] = {
label = "[[Isthmian Football League|Isthmian League Premier Division]]",
kleur = "#ffff00",
niveau = {
waarde = 7,
domeinen = {
{ tot = 1979, waarde = 5 },
{ van = 1979, tot = 2004, waarde = 6 }
}
},
yMax = 24,
},
["np-2"] = {
label = "[[Northern Premier Football League|NPL Division One]]",
kleur = "#ffe4e1",
niveau = {
waarde = 8,
domeinen = {
{ tot = 1979, waarde = 6 },
{ van = 1979, tot = 2004, waarde = 7 }
}
},
yMax = 20,
},
["sl-2"] = {
label = "[[Southern Football League|Southern League Division One]]",
kleur = "#ffe4e1",
niveau = {
waarde = 8,
domeinen = {
{ tot = 1979, waarde = 6 },
{ van = 1979, tot = 2004, waarde = 7 }
}
},
yMax = 20,
},
["il-2"] = {
label = "[[Isthmian Football League|Isthmian League Division One]]",
kleur = "#ffe4e1",
niveau = {
waarde = 8,
domeinen = {
{ tot = 1979, waarde = 6 },
{ van = 1979, tot = 2004, waarde = 7 }
}
},
yMax = 20,
},
}