Module:Football map/data
local p = {}
p.stadia = {
-- article stadium name , latitude, longitude, alternative name, description, image
{ "White Hart Lane", 51.603333, -0.065833, "", "[[Tottenham Hotspur F.C.]] (1899-2017)", "File:White Hart Lane Aerial.jpg" },
{ "Tottenham Hotspur Stadium", 51.60475, -0.066417, "Tottenham Hotspur Stadium", "[[Tottenham Hotspur F.C.]] (from 2018)", "File:Tottenham_Hotspur_Stadium_-_view_from_east_-_July_2018.jpg" },
{ "Wembley Stadium", 51.555833, -0.279722, "", "", "File:Wembley Stadium, illuminated.jpg" },
{ "Emirates Stadium", 51.555, -0.108611, "", "[[Arsenal F.C.]]", "File:Emirates Stadium east side at dusk.jpg" },
{ "Arsenal Stadium", 51.557778, -0.102778, "Highbury", "[[Arsenal F.C.]] (1913-2006)", "File:Arsenal Stadium interior North Bank.jpg" },
{ "Stamford Bridge (stadium)", 51.481667, -0.191111, "Stamford Bridge", "[[Chelsea F.C.]]", "File:Stamford Bridge Clear Skies.JPG" },
{ "London Stadium", 51.538611, -0.016389, "", "[[West Ham United F.C.]]", "File:FloodlitLondonStadium.jpg" },
{ "Boleyn Ground", 51.531944, 0.039444, "Upton Park", "[[West Ham United F.C.]] (1904-2016)", "File:Boleyn Ground Upton Park 1.jpg" },
{ "Craven Cottage", 51.475, -0.221667, "", "[[Fulham F.C.]]", "File:Craven Cottage Football Ground - geograph.org.uk - 778731.jpg" },
{ "The Valley (London)", 51.486389, 0.036389, "The Valley", "[[Charlton Athletic F.C.]]", "File:Charlton Athletic football ground.jpg" },
{ "Selhurst Park", 51.398333, -0.085556, "", "[[Crystal Palace F.C.]]", "File:Selhurst Park Holmesdale Stand.jpg"},
{ "Kingsmeadow", 51.405083, -0.281944, "", "[[A.F.C. Wimbledon]]", "File:AFCWvsRamsgate.jpg"},
{ "Vicarage Road", 51.649836, -0.401486, "", "[[Watford F.C.]]", "File:Vicarage Road 2015.jpg"},
{ "The Hive Stadium", 51.602599, -0.291785, "", "[[Barnet F.C.]]", "File:The Hive Stadium 3.jpg"},
{ "Loftus Road", 51.509167, -0.232222, "", "[[Queens Park Rangers]] F.C.", "File:Loftus Road 3.jpg"},
{ "Griffin Park", 51.488183, -0.302639, "", "[[Brentford F.C.]]", "File:Griffin Park aerial 2011.jpg"},
{ "Brisbane Road", 51.56015, -0.012658, "", "[[Leyton Orient F.C.]]", "File:Brisbane Road.jpg"},
{ "The Den", 51.485953, -0.05095, "", "[[Millwall F.C.]]", "File:The New Den - geograph.org.uk - 1143517.jpg"},
{ "The Old Den", 51.480883, -0.048175, "The Den (1910-1993)", "[[Millwall F.C.]] (1910-1993)", "File:TheOldDen1988.jpg"},
{ "Wembley Stadium (1923)", 51.555556, -0.279722, "Wembley Stadium (1923-2002/3)", "", "File:Wembley Stadium Twin Towers.jpg"},
{ "bet365 Stadium", 52.988333, -2.175556, "(formerly Britannia Stadium)", "[[Stoke City F.C.]]", "File:Britannia Stadium 1.JPG"},
{ "x", 51, 0, "", "", ""},
{ "x", 51, 0, "", "", ""}
}
p.clubs = {
{ "Tottenham Hotspur F.C.", "White Hart Lane", 1899, 2017},
{ "Tottenham Hotspur F.C.", "Northumberland Development Project", 2018, -1 },
{ "Arsenal F.C.", "Emirates Stadium", 2006, -1 },
{ "Arsenal F.C.", "Arsenal Stadium", 1913, 2006 },
{ "Chelsea F.C.", "Stamford Bridge (stadium)", -1, -1 },
{ "West Ham United F.C.", "London Stadium", 2016, -1 },
{ "West Ham United F.C.", "Boleyn Ground", 1904, 2016 },
{ "Fulham F.C.", "Craven Cottage", -1, -1 },
{ "Charlton Athletic F.C.", "The Valley (London)", -1, -1 },
{ "Crystal Palace F.C.", "Selhurst Park", -1, -1},
{ "A.F.C. Wimbledon", "Kingsmeadow", -1, -1},
{ "Watford F.C.", "Vicarage Road", -1, -1},
{ "Barnet F.C.", "The Hive Stadium", -1, -1},
{ "Queens Park Rangers F.C.", "Loftus Road", -1, -1},
{ "Brentford F.C.", "Griffin Park", -1, -1},
{ "Leyton Orient F.C.", "Brisbane Road", -1, -1},
{ "Millwall F.C.", "The Den", 1993, -1},
{ "Millwall F.C.", "The Old Den", 1910, 1993},
{ "England national team", "Wembley", 2007, -1 },
{ "England national team", "Wembley Stadium (1923)", 1923, 2002}
}
p.aliases = {
-- name of wikipedia article, alias
{"Northumberland Development Project", "New White Hart Lane"},
{"Arsenal Stadium", "Highbury"},
{"London Stadium", "Olympic Stadium"},
{"Boleyn Ground", "Upton Park"}
}
return p
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.