Jump to content

Module:DartsRankings/data/PDJ Rankings

From Wikipedia, the free encyclopedia
local data = {}

-- information about other templates used by module
data.templates = { flagged_team_link = "PDJ Rankings" }

-- general information about ranking and website being cited
data.source = {
    url = "http://www.pdj.co.jp/index.php", 
	title = "PDJ Order of Merit",
	website = "PDJ"
}

-- table titles
data.labels = { title = "PDJ Rankings" }


-- date of latest update and previous one for movement
data.updated  = { 	day = 7, 	month = 'September', year =2021 }
data.previous = { 	day = 7, 	month = 'September', year =2021 }

-- see "Generating code" section on doc page for how to update the rankings
-- { "Name" , rank , "points" },
data.rankings = {

}

data.rankingsold = {

}

local datalib = require('Module:DartsRankings/data/PDCAsia Players');
data.alias = datalib.library

return data