Module:DartsRankings/data/DPA Rankings
Appearance
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