Module:DartsRankings/data/PDC Rankings
| This Lua module is used on approximately 380 pages and changes may be widely noticed. Test changes in the module's /sandbox or /testcases subpages, or in your own module sandbox. Consider discussing changes on the talk page before implementing them. |
Usage
{{#invoke:DartsRankings/data|function_name}}
The template {{PDC Rankings}} is meant to be used on the infoboxes of each player, which automatically updates their OoM ranking when this page is updated. The name typed in the first argument (eg {{PDC Rankings|Michael van Gerwen}} ) should match the spelling - including lack of accent marks - with the PDC website. New players should be added at Module:DartsRankings/data/PDC Players with the appropriate naming conventions.
Updating
The main template page is not meant to be updated. The rankings should be updated at Module:DartsRankings/data/PDC Rankings.
To update the rankings:
- Adjust the day and month (along with the year if necessary) of the current rankings.
- Adjust the day and month (along with the year if necessary) of the previous rankings (the old current date).
- Copy and paste the rankings from "data.rankings" to "rankingsOld" section (the lower one).
- Paste in the new rankings data to the "data.rankings" section (upper one).
Generating rankings code
All positions can be quickly updated using a spreadsheet. For example, after copying the entire ranking list from [1], the following formula can be used in an external spreadsheet to generate the code necessary to update the data page (given the rankings begin in cell A1):
= "{ """&B1&""" , "&A1&" , """&C1&""" },"
Then you can copy & past all 128+ rows into the rankings module.
local data = {}
-- information about other templates used by module
data.templates = { flagged_team_link = "PDC Rankings" }
-- general information about ranking and website being cited
data.source = {
url = "https://www.pdpa.co.uk/ranking-tables/",
title = "Ranking Tables",
website = "PDPA"
}
-- table titles
data.labels = { title = "[[PDC World Rankings]]" }
-- date of latest update and previous one for movement
data.updated = { day = 29, month = 'July' , year = 2026 }
data.previous = { day = 26, month = 'July', year = 2026 }
-- see "Generating code" section on doc page for how to update the rankings
-- { "Name" , rank , "£ earnings" },
data.rankings = {
{ "Luke Littler" , 1 , "£3,128,500" },
{ "Luke Humphries" , 2 , "£1,005,500" },
{ "Gian van Veen" , 3 , "£1,005,250" },
{ "Gerwyn Price" , 4 , "£725,000" },
{ "Jonny Clayton" , 5 , "£683,000" },
{ "James Wade" , 6 , "£656,250" },
{ "Michael van Gerwen" , 7 , "£645,000" },
{ "Josh Rock" , 8 , "£639,500" },
{ "Stephen Bunting" , 9 , "£618,250" },
{ "Danny Noppert" , 10 , "£601,750" },
{ "Gary Anderson" , 11 , "£598,250" },
{ "Ryan Searle" , 12 , "£596,250" },
{ "Wessel Nijman" , 13 , "£570,250" },
{ "Chris Dobey" , 14 , "£569,500" },
{ "Ross Smith" , 15 , "£534,250" },
{ "Nathan Aspinall" , 16 , "£531,750" },
{ "Jermaine Wattimena" , 17 , "£510,750" },
{ "Luke Woodhouse" , 18 , "£492,000" },
{ "Martin Schindler" , 19 , "£448,750" },
{ "Damon Heta" , 20 , "£439,250" },
{ "Krzysztof Ratajski" , 21 , "£430,000" },
{ "Dirk van Duijvenbode" , 22 , "£425,750" },
{ "Mike De Decker" , 23 , "£424,500" },
{ "Rob Cross" , 24 , "£423,000" },
{ "Ryan Joyce" , 25 , "£396,250" },
{ "Cameron Menzies" , 26 , "£383,250" },
{ "Andrew Gilding" , 27 , "£365,250" },
{ "Dave Chisnall" , 28 , "£362,250" },
{ "Daryl Gurney" , 29 , "£353,500" },
{ "Kevin Doets" , 30 , "£347,750" },
{ "Joe Cullen" , 31 , "£314,500" },
{ "Ritchie Edhouse" , 32 , "£301,250" },
{ "Peter Wright" , 33 , "£282,000" },
{ "Ricardo Pietreczko" , 34 , "£279,750" },
{ "Michael Smith" , 35 , "£253,750" },
{ "Niels Zonneveld" , 36 , "£253,250" },
{ "William O'Connor" , 37 , "£251,000" },
{ "Niko Springer" , 38 , "£217,000" },
{ "Martin Lukeman" , 39 , "£214,250" },
{ "Raymond van Barneveld" , 40 , "£200,500" },
{ "Callan Rydz" , 41 , "£199,000" },
{ "Mickey Mansell" , 42 , "£192,750" },
{ "Madars Razma" , 43 , "£192,250" },
{ "Justin Hood" , 44 , "£189,000" },
{ "Gabriel Clemens" , 45 , "£187,750" },
{ "Connor Scutt" , 46 , "£184,250" },
{ "Dimitri Van den Bergh" , 47 , "£182,500" },
{ "Jeffrey de Graaf" , 48 , "£174,750" },
{ "Ricky Evans" , 49 , "£174,000" },
{ "James Hurrell" , 50 , "£173,250" },
{ "Scott Williams" , 51 , "£171,250" },
{ "Kim Huybrechts" , 52 , "£164,000" },
{ "Mensur Suljovic" , 53 , "£161,250" },
{ "Brendan Dolan" , 54 , "£160,250" },
{ "Ian White" , 55 , "£154,750" },
{ "Sebastian Bialecki" , 56 , "£145,000" },
{ "Keane Barry" , 56 , "£145,000" },
{ "Karel Sedlacek" , 58 , "£144,500" },
{ "Richard Veenstra" , 58 , "£144,500" },
{ "Alan Soutar" , 60 , "£137,250" },
{ "Rob Owen" , 61 , "£128,750" },
{ "Ryan Meikle" , 62 , "£124,750" },
{ "Nick Kenny" , 63 , "£123,750" },
{ "Lukas Wenig" , 64 , "£123,500" },
{ "Thibault Tricole" , 65 , "£118,250" },
{ "Mario Vandenbogaerde" , 66 , "£113,000" },
{ "Max Hopp" , 67 , "£111,000" },
{ "Bradley Brooks" , 68 , "£109,750" },
{ "Cam Crabtree" , 69 , "£100,000" },
{ "Wesley Plaisier" , 70 , "£92,750" },
{ "Adam Lipscombe" , 71 , "£78,750" },
{ "Maik Kuivenhoven" , 72 , "£76,750" },
{ "Cristo Reyes" , 73 , "£76,000" },
{ "Tom Bissell" , 74 , "£67,500" },
{ "Darryl Pilgrim" , 75 , "£66,250" },
{ "Cor Dekker" , 76 , "£65,750" },
{ "Beau Greaves" , 77 , "£62,500" },
{ "Dominik Gruellich" , 78 , "£62,250" },
{ "Christian Kist" , 79 , "£60,500" },
{ "Andy Boulton" , 80 , "£53,000" },
{ "Jim Long" , 81 , "£50,500" },
{ "Tom Sykes" , 82 , "£49,000" },
{ "Charlie Manby" , 83 , "£42,000" },
{ "Joe Hunt" , 84 , "£40,750" },
{ "Oskar Lukasiak" , 84 , "£40,750" },
{ "Leon Weber" , 86 , "£40,000" },
{ "Thomas Lovely" , 87 , "£38,500" },
{ "Jimmy van Schie" , 88 , "£38,250" },
{ "Tavis Dudeney" , 89 , "£37,250" },
{ "Marvin van Velzen" , 90 , "£36,500" },
{ "Darius Labanauskas" , 91 , "£36,250" },
{ "Viktor Tingstrom" , 92 , "£34,500" },
{ "Shane McGuirk" , 93 , "£33,500" },
{ "Alexander Merkx" , 94 , "£32,250" },
{ "Henry Coates" , 95 , "£30,750" },
{ "Kai Gotthardt" , 96 , "£29,750" },
{ "Mervyn King" , 97 , "£29,000" },
{ "David Sharp" , 98 , "£28,750" },
{ "Adam Paxton" , 99 , "£28,250" },
{ "Adam Warner" , 100 , "£27,500" },
{ "Dennie Olde Kalter" , 100 , "£27,500" },
{ "Greg Ritchie" , 102 , "£26,750" },
{ "Adam Gawlas" , 103 , "£25,750" },
{ "Jurjen van der Velde" , 104 , "£24,750" },
{ "Jeffrey De Zwaan" , 105 , "£24,250" },
{ "Jeffrey Sparidaans" , 106 , "£23,750" },
{ "Benjamin Pratnemer" , 107 , "£23,250" },
{ "Owen Bates" , 107 , "£23,250" },
{ "Tommy Morris" , 109 , "£23,000" },
{ "Tyler Thorpe" , 110 , "£22,750" },
{ "Niall Culleton" , 110 , "£22,750" },
{ "Scott Waites" , 112 , "£22,500" },
{ "Chris Landman" , 113 , "£20,750" },
{ "Jack Tweddell" , 114 , "£20,500" },
{ "Stephen Burton" , 114 , "£20,500" },
{ "Martijn Dragt" , 116 , "£20,250" },
{ "Sietse Lap" , 117 , "£19,250" },
{ "Maximilian Czerwinski" , 118 , "£18,750" },
{ "Rhys Griffin" , 119 , "£18,000" },
{ "Arno Merk" , 120 , "£17,750" },
{ "Derek Coulson" , 120 , "£17,750" },
{ "Tommy Lishman" , 122 , "£17,500" },
{ "Adam Leek" , 123 , "£17,250" },
{ "Stephen Rosney" , 124 , "£15,750" },
{ "Tytus Kanik" , 125 , "£15,000" },
{ "Stefaan Henderyck" , 126 , "£14,250" },
{ "Steve Lennon" , 127 , "£13,750" },
{ "Nathan Potter" , 128 , "£13,000" },
{ "Harry Ward" , 128 , "£13,000" },
{ "Stefan Bellmont" , 130 , "£12,750" },
{ "Yorick Hofkens" , 131 , "£12,500" },
{ "Pascal Rupprecht" , 132 , "£12,250" },
{ "Samuel Price" , 133 , "£10,750" },
{ "Carl Sneyd" , 134 , "£10,500" },
{ "Rusty-Jake Rodriguez" , 135 , "£10,000" },
{ "Daniel Ayres" , 136 , "£9,750" },
{ "Marvin Kraft" , 137 , "£9,500" },
{ "Paul Krohne" , 137 , "£9,500" },
{ "Boris Krcmar" , 139 , "£8,500" },
{ "Daniel Klose" , 140 , "£8,250" },
{ "Andy Baetens" , 141 , "£8,000" },
{ "Michael Unterbuchner" , 142 , "£7,500" },
{ "Jan Schmidt" , 143 , "£7,000" },
{ "Patrik Kovacs" , 143 , "£7,000" },
{ "Lewis Pride" , 145 , "£6,500" },
{ "Pero Ljubic" , 145 , "£6,500" },
{ "Dragutin Horvat" , 147 , "£5,500" },
{ "Marcel Hausotter" , 147 , "£5,500" },
{ "Christopher Wickenden" , 149 , "£5,000" },
{ "Oliver Mitchell" , 150 , "£4,250" },
{ "Johan Engstrom" , 151 , "£4,000" },
{ "Finn Behrens" , 151 , "£4,000" },
{ "Callum Goffin" , 151 , "£4,000" },
{ "Anton Ostlund" , 151 , "£4,000" },
{ "Aden Kirk" , 155 , "£3,750" },
{ "Filip Bereza" , 155 , "£3,750" },
{ "Scott Campbell" , 155 , "£3,750" },
{ "Valters Melderis" , 158 , "£3,500" },
{ "Jack Aldridge" , 159 , "£3,250" },
{ "Patrik Williams" , 160 , "£3,000" },
{ "Ted Evetts" , 161 , "£2,500" },
{ "Graham Hall" , 161 , "£2,500" },
{ "Jaimy Van de Weerd" , 163 , "£2,000" },
{ "Michal Smejda" , 163 , "£2,000" },
{ "Mio Varila" , 163 , "£2,000" },
{ "Adrian Dudek" , 163 , "£2,000" },
{ "Gabriel Varaljay" , 163 , "£2,000" },
{ "Jan Sliacky" , 163 , "£2,000" },
{ "Juraj Holub" , 163 , "£2,000" },
{ "Peter Kelemen" , 163 , "£2,000" },
{ "Jason Riedtke" , 163 , "£2,000" },
{ "Nandor Major" , 163 , "£2,000" },
{ "Teemu Harju" , 163 , "£2,000" },
{ "Gyorgy Jehirszki" , 163 , "£2,000" },
{ "Liam Maendl-Lawrance" , 163 , "£2,000" },
{ "Aaron Hardy" , 163 , "£2,000" },
{ "Nick Zwittnigg" , 163 , "£2,000" },
{ "Zoran Lerchbacher" , 163 , "£2,000" },
{ "Michael Hurtz" , 163 , "£2,000" },
{ "Petr Krivka" , 163 , "£2,000" },
{ "Robin Masino" , 163 , "£2,000" },
{ "Kevin Troppmann" , 163 , "£2,000" },
{ "Francois Schweyen" , 163 , "£2,000" },
{ "Jani Haavisto" , 163 , "£2,000" },
{ "Pascal Devroey" , 163 , "£2,000" },
{ "Florian Hempel" , 163 , "£2,000" },
{ "Florian Preis" , 163 , "£2,000" },
{ "Jonas Masalin" , 163 , "£2,000" },
{ "Wojciech Brulinski" , 163 , "£2,000" },
{ "Sam Spivey" , 163 , "£2,000" },
{ "Andreas Harrysson" , 163 , "£2,000" },
{ "Dawid Robak" , 163 , "£2,000" },
{ "Krzysztof Kciuk" , 163 , "£2,000" },
{ "Miroslaw Grudziecki" , 163 , "£2,000" },
{ "Piotr Maciejczak" , 163 , "£2,000" },
{ "Gilbert van der Meijden" , 196 , "£1,250" },
{ "Danny Trueman" , 196 , "£1,250" },
{ "Matthias Ehlers" , 196 , "£1,250" },
{ "Jack Todd" , 196 , "£1,250" },
{ "Jamai van den Herik" , 196 , "£1,250" },
{ "Oliver King" , 196 , "£1,250" },
{ "Ron Meulenkamp" , 196 , "£1,250" },
{ "Samuel Whittaker" , 196 , "£1,250" },
{ "Danny van Trijp" , 204 , "£750" },
{ "Jesus Salate" , 204 , "£750" },
}
data.rankingsold = {
{ "Luke Littler" , 1 , "£3,143,500" },
{ "Luke Humphries" , 2 , "£1,008,000" },
{ "Gian van Veen" , 3 , "£998,500" },
{ "Gerwyn Price" , 4 , "£725,000" },
{ "Jonny Clayton" , 5 , "£684,500" },
{ "James Wade" , 6 , "£657,250" },
{ "Michael van Gerwen" , 7 , "£643,000" },
{ "Josh Rock" , 8 , "£639,500" },
{ "Stephen Bunting" , 9 , "£618,250" },
{ "Danny Noppert" , 10 , "£604,250" },
{ "Gary Anderson" , 11 , "£601,750" },
{ "Ryan Searle" , 12 , "£597,250" },
{ "Wessel Nijman" , 13 , "£577,250" },
{ "Chris Dobey" , 14 , "£570,500" },
{ "Ross Smith" , 15 , "£535,250" },
{ "Nathan Aspinall" , 16 , "£531,750" },
{ "Jermaine Wattimena" , 17 , "£510,250" },
{ "Luke Woodhouse" , 18 , "£492,000" },
{ "Martin Schindler" , 19 , "£447,750" },
{ "Krzysztof Ratajski" , 20 , "£430,500" },
{ "Damon Heta" , 21 , "£430,250" },
{ "Mike De Decker" , 22 , "£428,000" },
{ "Dirk van Duijvenbode" , 23 , "£425,750" },
{ "Rob Cross" , 24 , "£424,000" },
{ "Ryan Joyce" , 25 , "£396,250" },
{ "Cameron Menzies" , 26 , "£385,750" },
{ "Andrew Gilding" , 27 , "£364,250" },
{ "Dave Chisnall" , 28 , "£361,750" },
{ "Daryl Gurney" , 29 , "£353,500" },
{ "Kevin Doets" , 30 , "£343,500" },
{ "Joe Cullen" , 31 , "£316,000" },
{ "Ritchie Edhouse" , 32 , "£298,750" },
{ "Peter Wright" , 33 , "£280,750" },
{ "Ricardo Pietreczko" , 34 , "£277,250" },
{ "Michael Smith" , 35 , "£251,500" },
{ "Niels Zonneveld" , 36 , "£249,000" },
{ "William O'Connor" , 37 , "£246,750" },
{ "Martin Lukeman" , 38 , "£214,250" },
{ "Niko Springer" , 39 , "£209,250" },
{ "Callan Rydz" , 40 , "£200,500" },
{ "Raymond van Barneveld" , 41 , "£198,750" },
{ "Madars Razma" , 42 , "£193,250" },
{ "Mickey Mansell" , 43 , "£188,750" },
{ "Gabriel Clemens" , 44 , "£187,500" },
{ "Connor Scutt" , 45 , "£184,000" },
{ "Dimitri Van den Bergh" , 46 , "£183,500" },
{ "Justin Hood" , 47 , "£180,500" },
{ "Scott Williams" , 48 , "£171,500" },
{ "Ricky Evans" , 49 , "£171,000" },
{ "James Hurrell" , 50 , "£168,000" },
{ "Jeffrey de Graaf" , 51 , "£167,250" },
{ "Kim Huybrechts" , 52 , "£162,750" },
{ "Mensur Suljovic" , 53 , "£158,250" },
{ "Brendan Dolan" , 54 , "£155,250" },
{ "Ian White" , 55 , "£154,750" },
{ "Keane Barry" , 56 , "£146,000" },
{ "Alan Soutar" , 57 , "£139,750" },
{ "Richard Veenstra" , 58 , "£139,500" },
{ "Karel Sedlacek" , 59 , "£139,250" },
{ "Sebastian Bialecki" , 60 , "£130,000" },
{ "Rob Owen" , 61 , "£128,250" },
{ "Ryan Meikle" , 62 , "£124,500" },
{ "Lukas Wenig" , 63 , "£123,500" },
{ "Nick Kenny" , 64 , "£121,250" },
{ "Thibault Tricole" , 65 , "£118,250" },
{ "Max Hopp" , 66 , "£105,000" },
{ "Mario Vandenbogaerde" , 67 , "£104,000" },
{ "Bradley Brooks" , 68 , "£103,750" },
{ "Cam Crabtree" , 69 , "£98,750" },
{ "Wesley Plaisier" , 70 , "£90,250" },
{ "Adam Lipscombe" , 71 , "£78,750" },
{ "Maik Kuivenhoven" , 72 , "£74,750" },
{ "Cristo Reyes" , 73 , "£71,000" },
{ "Tom Bissell" , 74 , "£66,250" },
{ "Cor Dekker" , 75 , "£64,500" },
{ "Dominik Gruellich" , 76 , "£62,250" },
{ "Darryl Pilgrim" , 77 , "£62,000" },
{ "Beau Greaves" , 78 , "£57,500" },
{ "Christian Kist" , 79 , "£55,250" },
{ "Andy Boulton" , 80 , "£51,750" },
{ "Jim Long" , 81 , "£47,500" },
{ "Tom Sykes" , 82 , "£47,000" },
{ "Charlie Manby" , 83 , "£40,000" },
{ "Leon Weber" , 83 , "£40,000" },
{ "Thomas Lovely" , 85 , "£38,500" },
{ "Oskar Lukasiak" , 86 , "£37,500" },
{ "Tavis Dudeney" , 87 , "£36,000" },
{ "Jimmy van Schie" , 88 , "£35,750" },
{ "Joe Hunt" , 89 , "£34,750" },
{ "Marvin van Velzen" , 90 , "£34,000" },
{ "Darius Labanauskas" , 91 , "£33,750" },
{ "Viktor Tingstrom" , 92 , "£32,500" },
{ "Shane McGuirk" , 93 , "£31,000" },
{ "Alexander Merkx" , 94 , "£29,000" },
{ "Kai Gotthardt" , 95 , "£28,500" },
{ "Adam Warner" , 96 , "£27,500" },
{ "Dennie Olde Kalter" , 96 , "£27,500" },
{ "Mervyn King" , 98 , "£27,000" },
{ "Adam Paxton" , 98 , "£27,000" },
{ "Greg Ritchie" , 100 , "£26,750" },
{ "Adam Gawlas" , 101 , "£25,750" },
{ "David Sharp" , 102 , "£25,500" },
{ "Jeffrey Sparidaans" , 103 , "£23,750" },
{ "Owen Bates" , 104 , "£23,250" },
{ "Jeffrey De Zwaan" , 105 , "£23,000" },
{ "Tommy Morris" , 105 , "£23,000" },
{ "Scott Waites" , 107 , "£22,500" },
{ "Jurjen van der Velde" , 108 , "£22,250" },
{ "Niall Culleton" , 109 , "£21,500" },
{ "Benjamin Pratnemer" , 110 , "£21,250" },
{ "Chris Landman" , 111 , "£20,750" },
{ "Stephen Burton" , 112 , "£20,500" },
{ "Martijn Dragt" , 113 , "£20,250" },
{ "Tyler Thorpe" , 114 , "£19,500" },
{ "Jack Tweddell" , 115 , "£19,250" },
{ "Arno Merk" , 116 , "£17,750" },
{ "Derek Coulson" , 116 , "£17,750" },
{ "Tommy Lishman" , 118 , "£17,500" },
{ "Maximilian Czerwinski" , 118 , "£17,500" },
{ "Adam Leek" , 120 , "£17,250" },
{ "Rhys Griffin" , 121 , "£16,750" },
{ "Sietse Lap" , 122 , "£16,250" },
{ "Tytus Kanik" , 123 , "£15,000" },
{ "Stephen Rosney" , 124 , "£14,500" },
{ "Henry Coates" , 125 , "£13,750" },
{ "Nathan Potter" , 126 , "£13,000" },
{ "Harry Ward" , 126 , "£13,000" },
{ "Stefan Bellmont" , 128 , "£12,750" },
{ "Stefaan Henderyck" , 129 , "£11,750" },
{ "Yorick Hofkens" , 130 , "£11,250" },
{ "Steve Lennon" , 130 , "£11,250" },
{ "Pascal Rupprecht" , 132 , "£11,000" },
{ "Rusty-Jake Rodriguez" , 133 , "£10,000" },
{ "Samuel Price" , 134 , "£9,500" },
{ "Paul Krohne" , 134 , "£9,500" },
{ "Carl Sneyd" , 136 , "£8,500" },
{ "Boris Krcmar" , 136 , "£8,500" },
{ "Daniel Klose" , 138 , "£8,250" },
{ "Marvin Kraft" , 138 , "£8,250" },
{ "Andy Baetens" , 140 , "£8,000" },
{ "Daniel Ayres" , 141 , "£7,750" },
{ "Michael Unterbuchner" , 142 , "£7,500" },
{ "Jan Schmidt" , 143 , "£7,000" },
{ "Patrik Kovacs" , 143 , "£7,000" },
{ "Pero Ljubic" , 145 , "£6,500" },
{ "Dragutin Horvat" , 146 , "£5,500" },
{ "Marcel Hausotter" , 146 , "£5,500" },
{ "Lewis Pride" , 148 , "£4,500" },
{ "Johan Engstrom" , 149 , "£4,000" },
{ "Finn Behrens" , 149 , "£4,000" },
{ "Callum Goffin" , 149 , "£4,000" },
{ "Anton Ostlund" , 149 , "£4,000" },
{ "Aden Kirk" , 153 , "£3,750" },
{ "Christopher Wickenden" , 153 , "£3,750" },
{ "Filip Bereza" , 153 , "£3,750" },
{ "Scott Campbell" , 153 , "£3,750" },
{ "Valters Melderis" , 157 , "£3,500" },
{ "Jack Aldridge" , 158 , "£3,250" },
{ "Oliver Mitchell" , 159 , "£3,000" },
{ "Patrik Williams" , 159 , "£3,000" },
{ "Graham Hall" , 161 , "£2,500" },
{ "Jaimy Van de Weerd" , 162 , "£2,000" },
{ "Michal Smejda" , 162 , "£2,000" },
{ "Mio Varila" , 162 , "£2,000" },
{ "Adrian Dudek" , 162 , "£2,000" },
{ "Gabriel Varaljay" , 162 , "£2,000" },
{ "Jan Sliacky" , 162 , "£2,000" },
{ "Juraj Holub" , 162 , "£2,000" },
{ "Peter Kelemen" , 162 , "£2,000" },
{ "Jason Riedtke" , 162 , "£2,000" },
{ "Nandor Major" , 162 , "£2,000" },
{ "Teemu Harju" , 162 , "£2,000" },
{ "Gyorgy Jehirszki" , 162 , "£2,000" },
{ "Liam Maendl-Lawrance" , 162 , "£2,000" },
{ "Aaron Hardy" , 162 , "£2,000" },
{ "Nick Zwittnigg" , 162 , "£2,000" },
{ "Zoran Lerchbacher" , 162 , "£2,000" },
{ "Michael Hurtz" , 162 , "£2,000" },
{ "Petr Krivka" , 162 , "£2,000" },
{ "Robin Masino" , 162 , "£2,000" },
{ "Kevin Troppmann" , 162 , "£2,000" },
{ "Francois Schweyen" , 162 , "£2,000" },
{ "Jani Haavisto" , 162 , "£2,000" },
{ "Pascal Devroey" , 162 , "£2,000" },
{ "Florian Hempel" , 162 , "£2,000" },
{ "Florian Preis" , 162 , "£2,000" },
{ "Jonas Masalin" , 162 , "£2,000" },
{ "Wojciech Brulinski" , 162 , "£2,000" },
{ "Sam Spivey" , 162 , "£2,000" },
{ "Andreas Harrysson" , 162 , "£2,000" },
{ "Dawid Robak" , 162 , "£2,000" },
{ "Krzysztof Kciuk" , 162 , "£2,000" },
{ "Miroslaw Grudziecki" , 162 , "£2,000" },
{ "Piotr Maciejczak" , 162 , "£2,000" },
{ "Danny Trueman" , 195 , "£1,250" },
{ "Ted Evetts" , 195 , "£1,250" },
{ "Matthias Ehlers" , 195 , "£1,250" },
{ "Jack Todd" , 195 , "£1,250" },
{ "Jamai van den Herik" , 195 , "£1,250" },
{ "Oliver King" , 195 , "£1,250" },
{ "Ron Meulenkamp" , 195 , "£1,250" },
{ "Samuel Whittaker" , 195 , "£1,250" },
{ "Danny van Trijp" , 203 , "£750" },
{ "Jesus Salate" , 203 , "£750" },
}
local datalib = require('Module:DartsRankings/data/PDC Players');
data.alias = datalib.library
return data