Jump to content

Module:SportsRankings/data/World Football Elo Ratings

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jts1882 (talk | contribs) at 14:04, 2 November 2018 (create data subpage for elo rankings). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local data = {}

data.source = {
	name    = 'World Football Elo Ratings',
	text    = 'Elo rankings change compared to one year ago',
	url     = 'https://www.eloratings.net/',
	title   = 'World Football Elo Ratings',
	website = 'eloratings.net'
}

-- date of latest update
data.updated = {
	day = 16,
	month = 'October',
	year =2018
}

-- the rankings list
data.rankings = {
	    --	{ country code, rank, move },

		{ 'Brazil',      1,   1  },
		{ 'France',      2 ,  4  },
		{ 'Belgium',     3 ,  6  },
		{ 'Spain',       4 , -1  },
		{ 'Portugal',    5 ,  0  },
		{ 'Colombia',    6 ,  2  },
		{ 'Netherlands', 7 ,  6  },
		{ 'England',     8 ,  2  },
		{ 'Germany',     9 , -8  },
		{ 'Uruguay',    10 ,  2  }
		-- incomplate list
		}