View source for Module:DartsRankings
MyWikiBiz, Author Your Legacy — Thursday June 05, 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.
require('Module:No globals');
local p = {}
local error_msg = '<span style=\"font-size:100%\" class=\"error\"><code style=\"color:inherit; border:inherit; padding:inherit;\">|_template=</code> missing or empty</span>';
-- data for various rankings held in module subpages, e.g. "Module:SportsRankings/data/FIFA World Rankings"
local data = {} --[[ parameters containing data help in three tables
data.source = {} -- parameters for using in cite web (title, url, website)
data.updated = {} -- date of latest update (month, day, year)
data.rankings = {} -- the rankings list (country code, ranking, movement)
data.alias = {} -- player list (player, country code [=key], wiki link, proper display)
--]]
local tcats= ''
local tcatsp=''
local templateArgs = {} -- contains arguments from template involking module
local function getArgs(frame)
000
1:0
Templates used on this page:
- Template:Cite web (view source)
- Template:Div col (view source)
- Template:Div col end (view source)
- Template:PDC Rankings (view source)
- Template:PDCFlag (view source)
- Template:Refn (view source)
- Template:Steady (view source)
- Template:WDF Rankings (view source)
- Template:WDF Women's Rankings (view source)
- Module:Citation/CS1 (view source)
- Module:Citation/CS1/COinS (view source)
- Module:Citation/CS1/Configuration (view source)
- Module:Citation/CS1/Date validation (view source)
- Module:Citation/CS1/Identifiers (view source)
- Module:Citation/CS1/Utilities (view source)
- Module:Citation/CS1/Whitelist (view source)
- Module:DartsRankings (view source)
- Module:DartsRankings/data/PDC Players (view source)
- Module:DartsRankings/data/PDC Pro Tour Rankings (view source)
- Module:DartsRankings/data/PDC Rankings (view source)
- Module:DartsRankings/doc (view source)
- Module:No globals (view source)
Return to Module:DartsRankings.