View source for Module:DartsRankings/data/WDF Rankings
MyWikiBiz, Author Your Legacy — Saturday May 17, 2025
Jump to navigationJump to searchYou do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
local data = {}
-- information about other templates used by module
data.templates = { flagged_team_link = "WDF Rankings" }
-- general information about ranking and website being cited
data.source = {
url = "https://www.dartswdf.com/tables/wdf-mens-rankings/",
title = "WDF Men's Rankings Table",
website = "WDF"
}
-- table titles
data.labels = { title = "WDF Men's World Rankings" }
-- date of latest update and previous one for movement
data.updated = { day = 13, month = 'December', year =2020 }
data.previous = { day = 15, month = 'November', year =2020 }
-- see "Generating code" section on doc page for how to update the rankings
000
1:0
Template used on this page:
Return to Module:DartsRankings/data/WDF Rankings.