Jump to content

Module:DartsRankings/data/DPA Rankings

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by DLManiac (talk | contribs) at 22:55, 9 March 2021 (Created page with 'local data = {} -- information about other templates used by module data.templates = { flagged_team_link = "DPA Rankings" } -- general information about rankin...'). 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 = {}

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

-- general information about ranking and website being cited
data.source = {
    url = "https://www.dartplayersaustralia.com", 
	title = "DPA Rankings",
	website = "DPA"
}

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


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

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


}

data.rankingsold = {
}

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

return data