Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module:Medals table country/data/Olympic Games host flagicons

From Wikipedia, the free encyclopedia
-- Module:Olympic flagicons/data
-- Maps Olympic years to specific historical flagicon names,
-- separated by Summer and Winter Games.

return {
    summer = {
        ["1896"] = "Kingdom of Greece",
        ["1900"] = "French Third Republic",
        ["1904"] = "United States",
        ["1908"] = "United Kingdom",
        ["1912"] = "Sweden",
        ["1920"] = "Belgium",
        ["1924"] = "French Third Republic",
        ["1928"] = "Netherlands",
        ["1932"] = "United States",
        ["1936"] = "Nazi Germany",
        ["1948"] = "United Kingdom",
        ["1952"] = "Finland",
        ["1956"] = "Australia",
        ["1960"] = "Italy",
        ["1964"] = "Japan",
        ["1968"] = "Mexico",
        ["1972"] = "West Germany",
        ["1976"] = "Canada",
        ["1980"] = "Soviet Union",
        ["1984"] = "United States",
        ["1988"] = "South Korea",
        ["1992"] = "Spain",
        ["1996"] = "United States",
        ["2000"] = "Australia",
        ["2004"] = "Greece",
        ["2008"] = "China",
        ["2012"] = "United Kingdom",
        ["2016"] = "Brazil",
        ["2020"] = "Japan",
        ["2024"] = "France",
        ["2028"] = "United States",
        ["2032"] = "Australia",
    },
    winter = {
        ["1924"] = "France",
        ["1928"] = "Switzerland",
        ["1932"] = "United States",
        ["1936"] = "Nazi Germany",
        ["1948"] = "Switzerland",
        ["1952"] = "Norway",
        ["1956"] = "Italy",
        ["1960"] = "United States",
        ["1964"] = "Austria",
        ["1968"] = "France",
        ["1972"] = "Japan",
        ["1976"] = "Austria",
        ["1980"] = "United States",
        ["1984"] = "Yugoslavia",
        ["1988"] = "Canada",
        ["1992"] = "France",
        ["1994"] = "Norway",
        ["1998"] = "Japan",
        ["2002"] = "United States",
        ["2006"] = "Italy",
        ["2010"] = "Canada",
        ["2014"] = "Russia",
        ["2018"] = "South Korea",
        ["2022"] = "China",
        ["2026"] = "Italy",
        ["2030"] = "France",
        ["2034"] = "United States",
    }
}