Content deleted Content added
sometimes I forget things |
No edit summary |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 2:
-- If no page for the player is found, will return "x"
local maleDab = {
["Alex Hernandez"] = "Alex Hernández (tennis)",
["Andres Andrade"] = "Andrés Andrade (tennis)",
["Billy Harris"] = "Billy Harris (tennis)",
["Emilio Gomez"] = "Emilio Gómez (tennis)",
["Enrique Pena"] = "",
["Karlis Ozolins"] = "Kārlis Ozoliņš (tennis)",
["Nicolas Alvarez"] = "Nicolás Álvarez (tennis)",
["Nicolas Jarry"] = "Nicolás Jarry",
["Rob Reynolds"] = "x",
["Zhe Li"] = "Li Zhe (tennis)",
["Yan Bai"] = "Bai Yan (tennis)",
}
return {
|