User:CLT20RecordsUpdateBot/Source/translate.php

<?php
 
/*
    Translation table to convert Cricinfo player, team and ground names to their real names for use on Wikipedia
 
    PHP 5.4 array syntax is used here. To reuse this code with earlier versions of PHP replace all instances of "[" with "array(" and "]" with ")"
*/
 
$CricinfoPlayerNameTranslationTable = [
 
    /*
        ---------------- PLAYER NAME TRANSLATION TABLE STARTS HERE ----------------
        
        This list includes both players and umpires.
        
        Each entry in the translation table must have the Cricinfo name as its key. The value should be an array with the following keys:
        - country: The nation which the player represents. This should be the cricket board the player/umpire is affiliated with, which
                   (in the case of players) is usually also the national team the player represents. It is not necessarily the country of birth or origin
                   Players from the West Indies should have their country as "West Indies" rather than the real country name (Trinidad and Tobago, Barbados, Jamaica etc.)
        - first: First name
        - last: Last name
        - page: page title of the player's article if not the same as "first> <last>", used for disambiguation purposes.
        - sort: sort key of the player's name if not the same as "<last>, <first>". Refer to the {{DEFAULTSORT: ...}} tag in the player's article
                and http://en.wikipedia.org/wiki/Wikipedia:Categorization_of_people#Ordering_names_in_a_category if there are any doubts
        
        If two players have exactly the same names on Cricinfo, the name can be used for ONE of the players, and the unique IDs can be used as keys for the remaining.
        The unique ID can be obtained from the Cricinfo profile page URI as follows:
        http://www.espncricinfo.com/.../content/.../player/[id].html where [id] is the unique ID
        
        Retired or banned players should not be removed from the list.
        
    */
    
    'AC McDermott'                 =>  [ 'country' => 'Australia',            'first' => 'Alister',              'last' => 'McDermott',            ],
    'DP Michael'                   =>  [ 'country' => 'Australia',            'first' => 'Dom',                  'last' => 'Michael',              ],
    'SM Whiteman'                  =>  [ 'country' => 'Australia',            'first' => 'Sam',                  'last' => 'Whiteman',             'page' => 'Sam Whiteman (Australian cricketer)', ],
    'AC Voges'                     =>  [ 'country' => 'Australia',            'first' => 'Adam',                 'last' => 'Voges',                ],
    'TIF Triffitt'                 =>  [ 'country' => 'Australia',            'first' => 'Tom',                  'last' => 'Triffitt',             ],
    'JS Paris'                     =>  [ 'country' => 'Australia',            'first' => 'Joel',                 'last' => 'Paris',                ],
    'CJM Sabburg'                  =>  [ 'country' => 'Australia',            'first' => 'Chris',                'last' => 'Sabburg',              ],
    'MJ North'                     =>  [ 'country' => 'Australia',            'first' => 'Marcus',               'last' => 'North',                ],
    'AC Agar'                      =>  [ 'country' => 'Australia',            'first' => 'Ashton',               'last' => 'Agar',                 ],
    'HWR Cartwright'               =>  [ 'country' => 'Australia',            'first' => 'Hilton',               'last' => 'Cartwright',           ],
    'MA Beer'                      =>  [ 'country' => 'Australia',            'first' => 'Michael',              'last' => 'Beer',                 'page' => 'Michael Beer (cricketer)', ],
    'JP Behrendorff'               =>  [ 'country' => 'Australia',            'first' => 'Jason',                'last' => 'Behrendorff',          ],
    'MG Johnson'                   =>  [ 'country' => 'Australia',            'first' => 'Mitchell',             'last' => 'Johnson',              'page' => 'Mitchell Johnson (cricketer)', ],
    'AJ Turner'                    =>  [ 'country' => 'Australia',            'first' => 'Ashton',               'last' => 'Turner',               ],
    'PR Reiffel'                   =>  [ 'country' => 'Australia',            'first' => 'Paul',                 'last' => 'Reiffel',              ],
    'AC Gilchrist'                 =>  [ 'country' => 'Australia',            'first' => 'Adam',                 'last' => 'Gilchrist',            ],
    'TP Ludeman'                   =>  [ 'country' => 'Australia',            'first' => 'Tim',                  'last' => 'Ludeman',              ],
    'DLR Smith'                    =>  [ 'country' => 'Australia',            'first' => 'Daniel',               'last' => 'Smith',                ],
    'GA Manou'                     =>  [ 'country' => 'Australia',            'first' => 'Graham',               'last' => 'Manou',                ],
    'JM Holland'                   =>  [ 'country' => 'Australia',            'first' => 'Jon',                  'last' => 'Holland',              ],
    'MS Wade'                      =>  [ 'country' => 'Australia',            'first' => 'Matthew',              'last' => 'Wade',                 ],
    'CJ Borgas'                    =>  [ 'country' => 'Australia',            'first' => 'Cameron',              'last' => 'Borgas',               ],
    'BJ Rohrer'                    =>  [ 'country' => 'Australia',            'first' => 'Ben',                  'last' => 'Rohrer',               ],
    'SJA Taufel'                   =>  [ 'country' => 'Australia',            'first' => 'Simon',                'last' => 'Taufel',               ],
    'DJ Harper'                    =>  [ 'country' => 'Australia',            'first' => 'Daryl',                'last' => 'Harper',               ],
    'BNJ Oxenford'                 =>  [ 'country' => 'Australia',            'first' => 'Bruce',                'last' => 'Oxenford',             ],
    'RJ Tucker'                    =>  [ 'country' => 'Australia',            'first' => 'Rod',                  'last' => 'Tucker',               ],
    'BR Doctrove'                  =>  [ 'country' => 'Australia',            'first' => 'Billy',                'last' => 'Doctrove',             ],
    'BT Cockley'                   =>  [ 'country' => 'Australia',            'first' => 'Burt',                 'last' => 'Cockley',              ],
    'GB Hogg'                      =>  [ 'country' => 'Australia',            'first' => 'Brad',                 'last' => 'Hogg',                 ],
    'SM Katich'                    =>  [ 'country' => 'Australia',            'first' => 'Simon',                'last' => 'Katich',               ],
    'JM Mennie'                    =>  [ 'country' => 'Australia',            'first' => 'Joe',                  'last' => 'Mennie',               ],
    'BCJ Cutting'                  =>  [ 'country' => 'Australia',            'first' => 'Joe',                  'last' => 'Burns',                ],
    'DT Christian'                 =>  [ 'country' => 'Australia',            'first' => 'Daniel',               'last' => 'Christian',            ],
    'MG Gale'                      =>  [ 'country' => 'Australia',            'first' => 'Matthew',              'last' => 'Gale',                 ],
    'PJ Forrest'                   =>  [ 'country' => 'Australia',            'first' => 'Peter',                'last' => 'Forrest',              ],
    'DA Warner'                    =>  [ 'country' => 'Australia',            'first' => 'David',                'last' => 'Warner',               'page' => 'David Warner (cricketer)', ],
    'DE Bollinger'                 =>  [ 'country' => 'Australia',            'first' => 'Doug',                 'last' => 'Bollinger',            ],
    'DP Nannes'                    =>  [ 'country' => 'Australia',            'first' => 'Dirk',                 'last' => 'Nannes',               ],
    'CJ Ferguson'                  =>  [ 'country' => 'Australia',            'first' => 'Callum',               'last' => 'Ferguson',             ],
    'SPD Smith'                    =>  [ 'country' => 'Australia',            'first' => 'Steve',                'last' => 'Smith',                'page' => 'Steve Smith (cricketer born 1989)', ],
    'B Lee'                        =>  [ 'country' => 'Australia',            'first' => 'Brett',                'last' => 'Lee',                  ],
    'MC Henriques'                 =>  [ 'country' => 'Australia',            'first' => 'Moisés',              'last' => 'Henriques',            ],
    'NM Hauritz'                   =>  [ 'country' => 'Australia',            'first' => 'Nathan',               'last' => 'Hauritz',              ],
    'CD Hartley'                   =>  [ 'country' => 'Australia',            'first' => 'Chris',                'last' => 'Hartley',              ],
    'GJ Maxwell'                   =>  [ 'country' => 'Australia',            'first' => 'Glenn',                'last' => 'Maxwell',              ],
    'NM Coulter-Nile'              =>  [ 'country' => 'Australia',            'first' => 'Nathan',               'last' => 'Coulter-Nile',         ],
    'CL White'                     =>  [ 'country' => 'Australia',            'first' => 'Cameron',              'last' => 'White',                ],
    'AR Kemp'                      =>  [ 'country' => 'Australia',            'first' => 'Alex',                 'last' => 'Kemp',                 ],
    'LM Davis'                     =>  [ 'country' => 'Australia',            'first' => 'Liam',                 'last' => 'Davis',                'page' => 'Liam Davis (cricketer)', ],
    'CA Lynn'                      =>  [ 'country' => 'Australia',            'first' => 'Chris',                'last' => 'Lynn',                 ],
    'CJ McKay'                     =>  [ 'country' => 'Australia',            'first' => 'Clint',                'last' => 'McKay',                ],
    'SW Tait'                      =>  [ 'country' => 'Australia',            'first' => 'Shaun',                'last' => 'Tait',                 ],
    'JR Hopes'                     =>  [ 'country' => 'Australia',            'first' => 'James',                'last' => 'Hopes',                ],
    'CJ Gannon'                    =>  [ 'country' => 'Australia',            'first' => 'Cameron',              'last' => 'Gannon',               ],
    'JP Faulkner'                  =>  [ 'country' => 'Australia',            'first' => 'James',                'last' => 'Faulkner',             'page' => 'James Faulkner (cricketer)', ],
    'SR Watson'                    =>  [ 'country' => 'Australia',            'first' => 'Shane',                'last' => 'Watson',               ],
    'BJ Hodge'                     =>  [ 'country' => 'Australia',            'first' => 'Brad',                 'last' => 'Hodge',                ],
    'RM Duffield'                  =>  [ 'country' => 'Australia',            'first' => 'Ryan',                 'last' => 'Duffield',             ],
    'MEK Hussey'                   =>  [ 'country' => 'Australia',            'first' => 'Michael',              'last' => 'Hussey',               ],
    'JL Pattinson'                 =>  [ 'country' => 'Australia',            'first' => 'James',                'last' => 'Pattinson',            ],
    'SNJ O\'Keefe'                 =>  [ 'country' => 'Australia',            'first' => 'Stephen',              'last' => 'O\'Keefe',             ],
    'AJ Finch'                     =>  [ 'country' => 'Australia',            'first' => 'Aaron',                'last' => 'Finch',                ],
    'JR Hazlewood'                 =>  [ 'country' => 'Australia',            'first' => 'Josh',                 'last' => 'Hazlewood',            ],
    'RJ Quiney'                    =>  [ 'country' => 'Australia',            'first' => 'Robert',               'last' => 'Quiney',               ],
    'PJ Hughes'                    =>  [ 'country' => 'Australia',            'first' => 'Phillip',              'last' => 'Hughes',               ],
    'SR Clark'                     =>  [ 'country' => 'Australia',            'first' => 'Stuart',               'last' => 'Clark',                ],
    'M Klinger'                    =>  [ 'country' => 'Australia',            'first' => 'Michael',              'last' => 'Klinger',              ],
    'DJ Harris'                    =>  [ 'country' => 'Australia',            'first' => 'Daniel',               'last' => 'Harris',               ],
    'DJ Hussey'                    =>  [ 'country' => 'Australia',            'first' => 'David',                'last' => 'Hussey',               ],
    'PM Siddle'                    =>  [ 'country' => 'Australia',            'first' => 'Peter',                'last' => 'Siddle',               ],
    'BJ Haddin'                    =>  [ 'country' => 'Australia',            'first' => 'Brad',                 'last' => 'Haddin',               ],
    'AC Blizzard'                  =>  [ 'country' => 'Australia',            'first' => 'Aiden',                'last' => 'Blizzard',             ],
    'MA Starc'                     =>  [ 'country' => 'Australia',            'first' => 'Mitchell',             'last' => 'Starc',                ],
    'AB McDonald'                  =>  [ 'country' => 'Australia',            'first' => 'Andrew',               'last' => 'McDonald',             'page' => 'Andrew McDonald (cricketer)', ],
    'PJ Cummins'                   =>  [ 'country' => 'Australia',            'first' => 'Patrick',              'last' => 'Cummins',              ],


    'C Kieswetter'                 =>  [ 'country' => 'England',              'first' => 'Craig',                'last' => 'Kieswetter',           ],
    'RK Illingworth'               =>  [ 'country' => 'England',              'first' => 'Richard',              'last' => 'Illingworth',          ],
    'OA Shah'                      =>  [ 'country' => 'England',              'first' => 'Owais',                'last' => 'Shah',                 ],
    'RJ Kirtley'                   =>  [ 'country' => 'England',              'first' => 'James',                'last' => 'Kirtley',              ],
    'AJ Dibble'                    =>  [ 'country' => 'England',              'first' => 'Adam',                 'last' => 'Dibble',               ],
    'PD Trego'                     =>  [ 'country' => 'England',              'first' => 'Peter',                'last' => 'Trego',                ],
    'DM Hodgson'                   =>  [ 'country' => 'England',              'first' => 'Dan',                  'last' => 'Hodgson',              'page' => 'Dan Hodgson (cricketer)', ],
    'I Wardlaw'                    =>  [ 'country' => 'England',              'first' => 'Iain',                 'last' => 'Wardlaw',              ],
    'RJ Sidebottom'                =>  [ 'country' => 'England',              'first' => 'Ryan',                 'last' => 'Sidebottom',           ],
    'MJ Lumb'                      =>  [ 'country' => 'England',              'first' => 'Michael',              'last' => 'Lumb',                 'page' => 'Michael Lumb (cricketer)', ],
    'GS Ballance'                  =>  [ 'country' => 'England',              'first' => 'Gary',                 'last' => 'Ballance',             ],
    'PA Nixon'                     =>  [ 'country' => 'England',              'first' => 'Paul',                 'last' => 'Nixon',                ],
    'AJ Hodd'                      =>  [ 'country' => 'England',              'first' => 'Andy',                 'last' => 'Hodd',                 ],
    'Azhar Mahmood'                =>  [ 'country' => 'England',              'first' => 'Azhar',                'last' => 'Mahmood',              'sort' => 'Azhar Mahmood', ],
    'MH Yardy'                     =>  [ 'country' => 'England',              'first' => 'Michael',              'last' => 'Yardy',                ],
    'RJ Hamilton-Brown'            =>  [ 'country' => 'England',              'first' => 'Rory',                 'last' => 'Hamilton-Brown',       ],
    'JC Hildreth'                  =>  [ 'country' => 'England',              'first' => 'James',                'last' => 'Hildreth',             ],
    'SD Snell'                     =>  [ 'country' => 'England',              'first' => 'Steve',                'last' => 'Snell',                ],


    'MM Sharma'                    =>  [ 'country' => 'India',                'first' => 'Mohit',                'last' => 'Sharma',               ],
    'S Badrinath'                  =>  [ 'country' => 'India',                'first' => 'Subramaniam',          'last' => 'Badrinath',            ],
    'SK Trivedi'                   =>  [ 'country' => 'India',                'first' => 'Siddharth',            'last' => 'Trivedi',              ],
    'VS Malik'                     =>  [ 'country' => 'India',                'first' => 'Vikramjeet',           'last' => 'Malik',                ],
    'SK Raina'                     =>  [ 'country' => 'India',                'first' => 'Suresh',               'last' => 'Raina',                ],
    'V Kohli'                      =>  [ 'country' => 'India',                'first' => 'Virat',                'last' => 'Kohli',                ],
    'MK Pandey'                    =>  [ 'country' => 'India',                'first' => 'Manish',               'last' => 'Pandey',               ],
    'MS Bisla'                     =>  [ 'country' => 'India',                'first' => 'Manvinder',            'last' => 'Bisla',                ],
    'SS Tiwary'                    =>  [ 'country' => 'India',                'first' => 'Saurabh',              'last' => 'Tiwary',               ],
    'G Gambhir'                    =>  [ 'country' => 'India',                'first' => 'Gautam',               'last' => 'Gambhir',              ],
    'MK Tiwary'                    =>  [ 'country' => 'India',                'first' => 'Manoj',                'last' => 'Tiwary',               ],
    'V Sehwag'                     =>  [ 'country' => 'India',                'first' => 'Virender',             'last' => 'Sehwag',               ],
    'WP Saha'                      =>  [ 'country' => 'India',                'first' => 'Wriddhiman',           'last' => 'Saha',                 ],
    'RG Sharma'                    =>  [ 'country' => 'India',                'first' => 'Rohit',                'last' => 'Sharma',               ],
    'AT Rayudu'                    =>  [ 'country' => 'India',                'first' => 'Ambati',               'last' => 'Rayudu',               ],
    'AN Ahmed'                     =>  [ 'country' => 'India',                'first' => 'Abu Nechim',           'last' => 'Ahmed',                ],
    'SR Tendulkar'                 =>  [ 'country' => 'India',                'first' => 'Sachin',               'last' => 'Tendulkar',            ],
    'PA Patel'                     =>  [ 'country' => 'India',                'first' => 'Parthiv',              'last' => 'Patel',                ],
    'R Dhawan'                     =>  [ 'country' => 'India',                'first' => 'Rishi',                'last' => 'Dhawan',               ],
    'RA Jadeja'                    =>  [ 'country' => 'India',                'first' => 'Ravindra',             'last' => 'Jadeja',               ],
    'DH Yagnik'                    =>  [ 'country' => 'India',                'first' => 'Dishant',              'last' => 'Yagnik',               ],
    'M Vijay'                      =>  [ 'country' => 'India',                'first' => 'Murali',               'last' => 'Vijay',                ],
    'MS Dhoni'                     =>  [ 'country' => 'India',                'first' => 'Mahendra Singh',       'last' => 'Dhoni',                ],
    'L Balaji'                     =>  [ 'country' => 'India',                'first' => 'Lakshmipathy',         'last' => 'Balaji',               ],
    'YK Pathan'                    =>  [ 'country' => 'India',                'first' => 'Yusuf',                'last' => 'Pathan',               ],
    'BB Samantray'                 =>  [ 'country' => 'India',                'first' => 'Biplab',               'last' => 'Samantray',            ],
    'S Dhawan'                     =>  [ 'country' => 'India',                'first' => 'Shikhar',              'last' => 'Dhawan',               ],
    'R Ashwin'                     =>  [ 'country' => 'India',                'first' => 'Ravichandran',         'last' => 'Ashwin',               ],
    'R Shukla'                     =>  [ 'country' => 'India',                'first' => 'Rahul',                'last' => 'Shukla',               ],
    'Imtiaz Ahmed'                 =>  [ 'country' => 'India',                'first' => 'Imtiyaz',              'last' => 'Ahmed',                ],
    'A Mishra'                     =>  [ 'country' => 'India',                'first' => 'Amit',                 'last' => 'Mishra',               ],
    'GH Vihari'                    =>  [ 'country' => 'India',                'first' => 'Hanuma',               'last' => 'Vihari',               ],
    'P Tambe'                      =>  [ 'country' => 'India',                'first' => 'Pravin',               'last' => 'Tambe',                ],
    'KV Sharma'                    =>  [ 'country' => 'India',                'first' => 'Karan',                'last' => 'Sharma',               ],
    'AB Agarkar'                   =>  [ 'country' => 'India',                'first' => 'Ajit',                 'last' => 'Agarkar',              ],
    'AM Rahane'                    =>  [ 'country' => 'India',                'first' => 'Ajinkya',              'last' => 'Rahane',               ],
    'SV Samson'                    =>  [ 'country' => 'India',                'first' => 'Sanju',                'last' => 'Samson',               ],
    'AL Menaria'                   =>  [ 'country' => 'India',                'first' => 'Ashok',                'last' => 'Menaria',              ],
    'AR Patel'                     =>  [ 'country' => 'India',                'first' => 'Akshar',               'last' => 'Patel',                ],
    'A Ashish Reddy'               =>  [ 'country' => 'India',                'first' => 'Ashish',               'last' => 'Reddy',                ],
    'Anand Rajan'                  =>  [ 'country' => 'India',                'first' => 'Anand',                'last' => 'Rajan',                ],
    'KD Karthik'                   =>  [ 'country' => 'India',                'first' => 'Dinesh',               'last' => 'Karthik',              ],
    'Harbhajan Singh'              =>  [ 'country' => 'India',                'first' => 'Harbhajan',            'last' => 'Singh',                'sort' => 'Harbhajan Singh', ],
    'AP Tare'                      =>  [ 'country' => 'India',                'first' => 'Aditya',               'last' => 'Tare',                 ],
    'I Sharma'                     =>  [ 'country' => 'India',                'first' => 'Ishant',               'last' => 'Sharma',               ],
    'PP Ojha'                      =>  [ 'country' => 'India',                'first' => 'Pragyan',              'last' => 'Ojha',                 ],
    'STR Binny'                    =>  [ 'country' => 'India',                'first' => 'Stuart',               'last' => 'Binny',                ],
    'R Dravid'                     =>  [ 'country' => 'India',                'first' => 'Rahul',                'last' => 'Dravid',               ],
    'RV Uthappa'                   =>  [ 'country' => 'India',                'first' => 'Robin',                'last' => 'Uthappa',              ],
    'KB Arun Karthik'              =>  [ 'country' => 'India',                'first' => 'Arun',                 'last' => 'Karthik',              ],
    'A Kumble'                     =>  [ 'country' => 'India',                'first' => 'Anil',                 'last' => 'Kumble',               ],
    'S Ravi'                       =>  [ 'country' => 'India',                'first' => 'S.',                   'last' => 'Ravi',                 'page' => 'S. Ravi (umpire)', ],
    'AM Saheba'                    =>  [ 'country' => 'India',                'first' => 'Amish',                'last' => 'Saheba',               ],
    'SK Tarapore'                  =>  [ 'country' => 'India',                'first' => 'Shavir',               'last' => 'Tarapore',             ],
    'RP Singh'                     =>  [ 'country' => 'India',                'first' => 'R. P.',                'last' => 'Singh',                'sort' => 'Singh, Rudra Pratap', ],
    'PJ Sangwan'                   =>  [ 'country' => 'India',                'first' => 'Pradeep',              'last' => 'Sangwan',              ],
    'YS Chahal'                    =>  [ 'country' => 'India',                'first' => 'Yuzvendra',            'last' => 'Chahal',               ],
    'UT Yadav'                     =>  [ 'country' => 'India',                'first' => 'Umesh',                'last' => 'Yadav',                ],
    'B Akhil'                      =>  [ 'country' => 'India',                'first' => 'Balachandra',          'last' => 'Akhil',                ],
    'P Negi'                       =>  [ 'country' => 'India',                'first' => 'Pawan',                'last' => 'Negi',                 ],
    'R Vinay Kumar'                =>  [ 'country' => 'India',                'first' => 'Vinay',                'last' => 'Kumar',                ],
    'NV Ojha'                      =>  [ 'country' => 'India',                'first' => 'Naman',                'last' => 'Ojha',                 ],
    'Y Nagar'                      =>  [ 'country' => 'India',                'first' => 'Yogesh',               'last' => 'Nagar',                ],
    'S Asnani'                     =>  [ 'country' => 'India',                'first' => 'Sudhir',               'last' => 'Asnani',               ],
    'VA Kulkarni'                  =>  [ 'country' => 'India',                'first' => 'Vineet',               'last' => 'Kulkarni',             ],
    'R Bhatia'                     =>  [ 'country' => 'India',                'first' => 'Rajat',                'last' => 'Bhatia',               ],
    'SS Hazare'                    =>  [ 'country' => 'India',                'first' => 'Sanjay',               'last' => 'Hazare',               ],
    'MM Patel'                     =>  [ 'country' => 'India',                'first' => 'Munaf',                'last' => 'Patel',                ],
    'S Anirudha'                   =>  [ 'country' => 'India',                'first' => 'Anirudha',             'last' => 'Srikkanth',            'sort' => 'Anirudha Srikkanth', ],


    'AV Suppiah'                   =>  [ 'country' => 'Malaysia',             'first' => 'Arul',                 'last' => 'Suppiah',              ],


    'TLW Cooper'                   =>  [ 'country' => 'Netherlands',          'first' => 'Tom',                  'last' => 'Cooper',               ],
    'RN ten Doeschate'             =>  [ 'country' => 'Netherlands',          'first' => 'Ryan',                 'last' => 'ten Doeschate',        ],


    'GJ Hopkins'                   =>  [ 'country' => 'New Zealand',          'first' => 'Gareth',               'last' => 'Hopkins',              ],
    'BBJ Griggs'                   =>  [ 'country' => 'New Zealand',          'first' => 'Bevan',                'last' => 'Griggs',               ],
    'MJ Guptill'                   =>  [ 'country' => 'New Zealand',          'first' => 'Martin',               'last' => 'Guptill',              ],
    'TI Weston'                    =>  [ 'country' => 'New Zealand',          'first' => 'Tim',                  'last' => 'Weston',               ],
    'L Ronchi'                     =>  [ 'country' => 'New Zealand',          'first' => 'Luke',                 'last' => 'Ronchi',               ],
    'JEC Franklin'                 =>  [ 'country' => 'New Zealand',          'first' => 'James',                'last' => 'Franklin',             'page' => 'James Franklin (cricketer)', ],
    'MD Craig'                     =>  [ 'country' => 'New Zealand',          'first' => 'Mark',                 'last' => 'Craig',                ],
    'NB Beard'                     =>  [ 'country' => 'New Zealand',          'first' => 'Nick',                 'last' => 'Beard',                ],
    'MG Bracewell'                 =>  [ 'country' => 'New Zealand',          'first' => 'Michael',              'last' => 'Bracewell',            ],
    'JA Duffy'                     =>  [ 'country' => 'New Zealand',          'first' => 'Jacob',                'last' => 'Duffy',                ],
    'NL McCullum'                  =>  [ 'country' => 'New Zealand',          'first' => 'Nathan',               'last' => 'McCullum',             ],
    'LRPL Taylor'                  =>  [ 'country' => 'New Zealand',          'first' => 'Ross',                 'last' => 'Taylor',               ],
    'BB McCullum'                  =>  [ 'country' => 'New Zealand',          'first' => 'Brendon',              'last' => 'McCullum',             ],
    'NT Broom'                     =>  [ 'country' => 'New Zealand',          'first' => 'Neil',                 'last' => 'Broom',                ],
    'HD Rutherford'                =>  [ 'country' => 'New Zealand',          'first' => 'Hamish',               'last' => 'Rutherford',           ],
    'JDS Neesham'                  =>  [ 'country' => 'New Zealand',          'first' => 'Jimmy',                'last' => 'Neesham',              ],
    'RM Hira'                      =>  [ 'country' => 'New Zealand',          'first' => 'Roneel',               'last' => 'Hira',                 ],
    'JM McMillan'                  =>  [ 'country' => 'New Zealand',          'first' => 'James',                'last' => 'McMillan',             'page' => 'James McMillan (cricketer)', ],
    'AJ Redmond'                   =>  [ 'country' => 'New Zealand',          'first' => 'Aaron',                'last' => 'Redmond',              ],
    'N Wagner'                     =>  [ 'country' => 'New Zealand',          'first' => 'Neil',                 'last' => 'Wagner',               ],
    'DC de Boorder'                =>  [ 'country' => 'New Zealand',          'first' => 'Derek',                'last' => 'de Boorder',           ],
    'KD Mills'                     =>  [ 'country' => 'New Zealand',          'first' => 'Kyle',                 'last' => 'Mills',                ],
    'IG Butler'                    =>  [ 'country' => 'New Zealand',          'first' => 'Ian',                  'last' => 'Butler',               'page' => 'Ian Butler (cricketer)', ],
    'L Vincent'                    =>  [ 'country' => 'New Zealand',          'first' => 'Lou',                  'last' => 'Vincent',              ],
    'BF Bowden'                    =>  [ 'country' => 'New Zealand',          'first' => 'Billy',                'last' => 'Bowden',               ],
    'JM How'                       =>  [ 'country' => 'New Zealand',          'first' => 'Jamie',                'last' => 'How',                  ],
    'MD Bates'                     =>  [ 'country' => 'New Zealand',          'first' => 'Michael',              'last' => 'Bates',                'page' => 'Michael Bates (cricketer, born 1983)', ],


    'Qaiser Abbas'                 =>  [ 'country' => 'Pakistan',             'first' => 'Qaiser',               'last' => 'Abbas',                'sort' => 'Qaiser Abbas', ],
    'Samiullah Khan'               =>  [ 'country' => 'Pakistan',             'first' => 'Samiullah',            'last' => 'Khan',                 ],
    'Asad Rauf'                    =>  [ 'country' => 'Pakistan',             'first' => 'Asad',                 'last' => 'Rauf',                 ],
    'Imran Khalid'                 =>  [ 'country' => 'Pakistan',             'first' => 'Imran',                'last' => 'Khalid',               ],
    'Farrukh Shehzad'              =>  [ 'country' => 'Pakistan',             'first' => 'Farrukh',              'last' => 'Shehzad',              ],
    'Shoaib Malik'                 =>  [ 'country' => 'Pakistan',             'first' => 'Shoaib',               'last' => 'Malik',                'sort' => 'Shoaib Malik', ],
    'Mohammad Salman'              =>  [ 'country' => 'Pakistan',             'first' => 'Mohammad',             'last' => 'Salman',               ],
    'Khurram Shehzad'              =>  [ 'country' => 'Pakistan',             'first' => 'Khurram',              'last' => 'Shehzad',              ],
    'Abdul Razzaq'                 =>  [ 'country' => 'Pakistan',             'first' => 'Abdul',                'last' => 'Razzaq',               'sort' => 'Abdul Razzaq', 'page' => 'Abdur Razzaq (cricketer)', ],
    'Waqas Maqsood'                =>  [ 'country' => 'Pakistan',             'first' => 'Waqas',                'last' => 'Maqsood',              ],
    'Saeed Ajmal'                  =>  [ 'country' => 'Pakistan',             'first' => 'Saeed',                'last' => 'Ajmal',                ],
    'Sohail Tanvir'                =>  [ 'country' => 'Pakistan',             'first' => 'Sohail',               'last' => 'Tanvir',               'sort' => 'Sohail Tanvir', ],
    'Ammar Mahmood'                =>  [ 'country' => 'Pakistan',             'first' => 'Ammar',                'last' => 'Mahmood',              ],
    'Asad Ali'                     =>  [ 'country' => 'Pakistan',             'first' => 'Asad',                 'last' => 'Ali',                  ],
    'Misbah-ul-Haq'                =>  [ 'country' => 'Pakistan',             'first' => 'Misbah-ul-Haq',        'last' => '',                     'sort' => 'Misbah-ul-Haq', ],
    'Ali Waqas'                    =>  [ 'country' => 'Pakistan',             'first' => 'Ali',                  'last' => 'Waqas',                ],
    'Hasan Mahmood'                =>  [ 'country' => 'Pakistan',             'first' => 'Hasan',                'last' => 'Mahmood',              ],
    'Shakeel Ansar'                =>  [ 'country' => 'Pakistan',             'first' => 'Shakeel',              'last' => 'Ansar',                ],
    'Aleem Dar'                    =>  [ 'country' => 'Pakistan',             'first' => 'Aleem',                'last' => 'Dar',                  ],
    'Jahandad Khan'                =>  [ 'country' => 'Pakistan',             'first' => 'Jahandad',             'last' => 'Khan',                 'page' => 'Jahandad Khan (cricketer)', ],
    'Ehsan Adil'                   =>  [ 'country' => 'Pakistan',             'first' => 'Ehsan',                'last' => 'Adil',                 ],
    'Asif Ali'                     =>  [ 'country' => 'Pakistan',             'first' => 'Asif',                 'last' => 'Ali',                  'page' => 'Asif Ali (cricketer)', ],


    'JP Duminy'                    =>  [ 'country' => 'South Africa',         'first' => 'JP',                   'last' => 'Duminy',               'sort' => 'Duminy, Jean Paul', ],
    'F du Plessis'                 =>  [ 'country' => 'South Africa',         'first' => 'Faf',                  'last' => 'du Plessis',           ],
    'TL Tsolekile'                 =>  [ 'country' => 'South Africa',         'first' => 'Thami',                'last' => 'Tsolekile',            ],
    'J Symes'                      =>  [ 'country' => 'South Africa',         'first' => 'Jean',                 'last' => 'Symes',                ],
    'JP Kreusch'                   =>  [ 'country' => 'South Africa',         'first' => 'Justin',               'last' => 'Kreusch',              ],
    'D Pretorius'                  =>  [ 'country' => 'South Africa',         'first' => 'Dwayne',               'last' => 'Pretorius',            ],
    'HE van der Dussen'            =>  [ 'country' => 'South Africa',         'first' => 'Rassie',               'last' => 'Dussen',               ],
    'GC Viljoen'                   =>  [ 'country' => 'South Africa',         'first' => 'Hardus',               'last' => 'Viljoen',              ],
    'T Bavuma'                     =>  [ 'country' => 'South Africa',         'first' => 'Temba',                'last' => 'Bavuma',               ],
    'CJD de Villiers'              =>  [ 'country' => 'South Africa',         'first' => 'CJ',                   'last' => 'de Villiers',          'sort' => 'Villiers, Cornelius', ],
    'JA Rudolph'                   =>  [ 'country' => 'South Africa',         'first' => 'Jacques',              'last' => 'Rudolph',              ],
    'HG Kuhn'                      =>  [ 'country' => 'South Africa',         'first' => 'Heino',                'last' => 'Kuhn',                 ],
    'GL van Buuren'                =>  [ 'country' => 'South Africa',         'first' => 'Graeme van',           'last' => 'Buuren',               ],
    'RE van der Merwe'             =>  [ 'country' => 'South Africa',         'first' => 'Roelof van der',       'last' => 'Merwe',                ],
    'DW Steyn'                     =>  [ 'country' => 'South Africa',         'first' => 'Dale',                 'last' => 'Steyn',                ],
    'F Behardien'                  =>  [ 'country' => 'South Africa',         'first' => 'Farhaan',              'last' => 'Behardien',            ],
    'D Wiese'                      =>  [ 'country' => 'South Africa',         'first' => 'David',                'last' => 'Wiese',                ],
    'AG Puttick'                   =>  [ 'country' => 'South Africa',         'first' => 'Andrew',               'last' => 'Puttick',               ],
    'M de Lange'                   =>  [ 'country' => 'South Africa',         'first' => 'Marchant',             'last' => 'de Lange',             ],
    'AB de Villiers'               =>  [ 'country' => 'South Africa',         'first' => 'AB',                   'last' => 'de Villiers',          'sort' => 'Villiers, Abraham', ],
    'H Davids'                     =>  [ 'country' => 'South Africa',         'first' => 'Henry',                'last' => 'Davids',               ],
    'RR Richards'                  =>  [ 'country' => 'South Africa',         'first' => 'Rowan',                'last' => 'Richards',             ],
    'M Mosehle'                    =>  [ 'country' => 'South Africa',         'first' => 'Mangaliso',            'last' => 'Moshele',              ],
    'Q de Kock'                    =>  [ 'country' => 'South Africa',         'first' => 'Quinton',              'last' => 'Kock',                 ],
    'ND McKenzie'                  =>  [ 'country' => 'South Africa',         'first' => 'Neil',                 'last' => 'McKenzie',             ],
    'GH Bodi'                      =>  [ 'country' => 'South Africa',         'first' => 'Gulam',                'last' => 'Bodi',                 ],
    'AN Petersen'                  =>  [ 'country' => 'South Africa',         'first' => 'Alviro',               'last' => 'Petersen',             ],
    'E O\'Reilly'                  =>  [ 'country' => 'South Africa',         'first' => 'Ethan',                'last' => 'O\'Reilly',            ],
    'Imran Tahir'                  =>  [ 'country' => 'South Africa',         'first' => 'Imran',                'last' => 'Tahir',                'sort' => 'Imran Tahir', ],
    'JA Morkel'                    =>  [ 'country' => 'South Africa',         'first' => 'Albie',                'last' => 'Morkel',               ],
    'ER Links'                     =>  [ 'country' => 'South Africa',         'first' => 'Eden',                 'last' => 'Links',                ],
    'NE Mbhalati'                  =>  [ 'country' => 'South Africa',         'first' => 'Ethy',                 'last' => 'Mbhalati',             ],
    'M Morkel'                     =>  [ 'country' => 'South Africa',         'first' => 'Morné',                'last' => 'Morkel',               'sort' => 'Morkel, Morne', ],
    'CH Morris'                    =>  [ 'country' => 'South Africa',         'first' => 'Chris',                'last' => 'Morris',               'page' => 'Chris Morris (cricketer)', ],
    'AM Phangiso'                  =>  [ 'country' => 'South Africa',         'first' => 'Aaron',                'last' => 'Phangiso',             ],
    'LL Tsotsobe'                  =>  [ 'country' => 'South Africa',         'first' => 'Lonwabo',              'last' => 'Tsotsobe',             ],
    'CA Ingram'                    =>  [ 'country' => 'South Africa',         'first' => 'Colin',                'last' => 'Ingram',               'page' => 'Colin Ingram (cricketer)', ],
    'RCC Canning'                  =>  [ 'country' => 'South Africa',         'first' => 'Ryan',                 'last' => 'Canning',              ],
    'AZM Dyili'                    =>  [ 'country' => 'South Africa',         'first' => 'Athenkosi',            'last' => 'Dyili',                ],
    'MV Boucher'                   =>  [ 'country' => 'South Africa',         'first' => 'Mark',                 'last' => 'Boucher',              ],
    'RE Koertzen'                  =>  [ 'country' => 'South Africa',         'first' => 'Rudi',                 'last' => 'Koertzen',             ],
    'RT Bailey'                    =>  [ 'country' => 'South Africa',         'first' => 'Ryan',                 'last' => 'Bailey',               'page' => 'Ryan Bailey (cricketer)', ],
    'JD Cloete'                    =>  [ 'country' => 'South Africa',         'first' => 'Johan',                'last' => 'Cloete',               ],
    'DJ Jacobs'                    =>  [ 'country' => 'South Africa',         'first' => 'Davy',                 'last' => 'Jacobs',               ],
    'DJ Vilas'                     =>  [ 'country' => 'South Africa',         'first' => 'Dane',                 'last' => 'Vilas',                ],
    'J Theron'                     =>  [ 'country' => 'South Africa',         'first' => 'Juan',                 'last' => 'Theron',               ],
    'FC Plaatjies'                 =>  [ 'country' => 'South Africa',         'first' => 'Francois',             'last' => 'Plaatjies',            ],
    'JM Kemp'                      =>  [ 'country' => 'South Africa',         'first' => 'Justin',               'last' => 'Kemp',                 ],
    'M Erasmus'                    =>  [ 'country' => 'South Africa',         'first' => 'Marais',               'last' => 'Erasmus',              ],
    'MN van Wyk'                   =>  [ 'country' => 'South Africa',         'first' => 'Morné',               'last' => 'van Wyk',              ],
    'D Brand'                      =>  [ 'country' => 'South Africa',         'first' => 'Derek',                'last' => 'Brand',                ],
    'JH Kallis'                    =>  [ 'country' => 'South Africa',         'first' => 'Jacques',              'last' => 'Kallis',               ],
    'AG Prince'                    =>  [ 'country' => 'South Africa',         'first' => 'Ashwell',              'last' => 'Prince',               ],
    'M Zondeki'                    =>  [ 'country' => 'South Africa',         'first' => 'Monde',                'last' => 'Zondeki',              ],
    'HH Gibbs'                     =>  [ 'country' => 'South Africa',         'first' => 'Herschelle',           'last' => 'Gibbs',                ],
    'WA Deacon'                    =>  [ 'country' => 'South Africa',         'first' => 'Cliffe',               'last' => 'Deacon',               ],
    'JD Vandiar'                   =>  [ 'country' => 'South Africa',         'first' => 'Jonathan',             'last' => 'Vandiar',              ],
    'BG Jerling'                   =>  [ 'country' => 'South Africa',         'first' => 'Brian',                'last' => 'Jerling',              ],
    'J Botha'                      =>  [ 'country' => 'South Africa',         'first' => 'Johan',                'last' => 'Botha',                'page' => 'Johan Botha (cricketer', ],
    'R Cameron'                    =>  [ 'country' => 'South Africa',         'first' => 'Richard',              'last' => 'Cameron',              'page' => 'Richard Cameron (cricketer)', ],
    'AC Thomas'                    =>  [ 'country' => 'South Africa',         'first' => 'Alfonso',              'last' => 'Thomas',               ],
    'AK Kruger'                    =>  [ 'country' => 'South Africa',         'first' => 'Alan',                 'last' => 'Kruger',               ],
    'Z de Bruyn'                   =>  [ 'country' => 'South Africa',         'first' => 'Zander',               'last' => 'de Bruyn',             ],
    'JT Smuts'                     =>  [ 'country' => 'South Africa',         'first' => 'Jon-Jon',              'last' => 'Smuts',                ],


    'TAM Siriwardana'              =>  [ 'country' => 'Sri Lanka',            'first' => 'Milinda',              'last' => 'Siriwardana',          ],
    'S Randiv'                     =>  [ 'country' => 'Sri Lanka',            'first' => 'Suraj',                'last' => 'Randiv',               ],
    'LPC Silva'                    =>  [ 'country' => 'Sri Lanka',            'first' => 'Chamara',              'last' => 'Silva',                ],
    'KC Sangakkara'                =>  [ 'country' => 'Sri Lanka',            'first' => 'Kumar',                'last' => 'Sangakkara',           ],
    'SL Malinga'                   =>  [ 'country' => 'Sri Lanka',            'first' => 'Lasith',               'last' => 'Malinga',              ],
    'WU Tharanga'                  =>  [ 'country' => 'Sri Lanka',            'first' => 'Upul',                 'last' => 'Tharanga',             ],
    'KMDN Kulasekara'              =>  [ 'country' => 'Sri Lanka',            'first' => 'Nuwan',                'last' => 'Kulasekara',           ],
    'HDRL Thirimanne'              =>  [ 'country' => 'Sri Lanka',            'first' => 'Lahiru',               'last' => 'Thirimanne',           ],
    'DSNFG Jayasuriya'             =>  [ 'country' => 'Sri Lanka',            'first' => 'Shehan',               'last' => 'Jayasuriya',           ],
    'DM de Silva'                  =>  [ 'country' => 'Sri Lanka',            'first' => 'Dhananjaya',           'last' => 'de Silva',             ],
    'HMRKB Herath'                 =>  [ 'country' => 'Sri Lanka',            'first' => 'Rangana',              'last' => 'Herath',               ],
    'PLM Jayaratne'                =>  [ 'country' => 'Sri Lanka',            'first' => 'Lahiru',               'last' => 'Jayaratne',            ],
    'SHT Kandamby'                 =>  [ 'country' => 'Sri Lanka',            'first' => 'Thilina',              'last' => 'Kandamby',             ],
    'KS Lokuarachchi'              =>  [ 'country' => 'Sri Lanka',            'first' => 'Kaushal',              'last' => 'Lokuarachchi',         ],
    'LHD Dilhara'                  =>  [ 'country' => 'Sri Lanka',            'first' => 'Dilhara',              'last' => 'Lokuhettige',          ],
    'BAW Mendis'                   =>  [ 'country' => 'Sri Lanka',            'first' => 'Ajantha',              'last' => 'Mendis',               ],
    'HDPK Dharmasena'              =>  [ 'country' => 'Sri Lanka',            'first' => 'Kumar',                'last' => 'Dharmasena',           ],
    'EAR de Silva'                 =>  [ 'country' => 'Sri Lanka',            'first' => 'Asoka',                'last' => 'de Silva',             'page' => 'Asoka de Silva (cricketer)', ],
    'LJP Gunaratne'                =>  [ 'country' => 'Sri Lanka',            'first' => 'Janaka',               'last' => 'Gunaratne',            ],
    'M Muralitharan'               =>  [ 'country' => 'Sri Lanka',            'first' => 'Muttiah',              'last' => 'Muralitharan',         ],
    'LD Chandimal'                 =>  [ 'country' => 'Sri Lanka',            'first' => 'Dinesh',               'last' => 'Chandimal',            ],
    'NLTC Perera'                  =>  [ 'country' => 'Sri Lanka',            'first' => 'Thisara',              'last' => 'Perera',               ],
    'TM Dilshan'                   =>  [ 'country' => 'Sri Lanka',            'first' => 'Tillakaratne',         'last' => 'Dilshan',              ],
    'DPMD Jayawardene'             =>  [ 'country' => 'Sri Lanka',            'first' => 'Mahela',               'last' => 'Jayawardene',          ],
    'MKDJ Perera'                  =>  [ 'country' => 'Sri Lanka',            'first' => 'Kusal',                'last' => 'Perera',               ],
    'RSSS de Zoysa'                =>  [ 'country' => 'Sri Lanka',            'first' => 'Sameera',              'last' => 'de Zoysa',             ],


    'KAJ Roach'                    =>  [ 'country' => 'West Indies',          'first' => 'Kemar',                'last' => 'Roach',                ],
    'S Ganga'                      =>  [ 'country' => 'West Indies',          'first' => 'Sherwin',              'last' => 'Ganga',                ],
    'S Badree'                     =>  [ 'country' => 'West Indies',          'first' => 'Samuel',               'last' => 'Badree',               ],
    'D Ramdin'                     =>  [ 'country' => 'West Indies',          'first' => 'Denesh',               'last' => 'Ramdin',               ],
    'DM Bravo'                     =>  [ 'country' => 'West Indies',          'first' => 'Darren',               'last' => 'Bravo',                ],
    'AB Barath'                    =>  [ 'country' => 'West Indies',          'first' => 'Adrian',               'last' => 'Barath',               ],
    'E Lewis'                      =>  [ 'country' => 'West Indies',          'first' => 'Evin',                 'last' => 'Lewis',                ],
    'LMP Simmons'                  =>  [ 'country' => 'West Indies',          'first' => 'Lendl',                'last' => 'Simmons',              ],
    'N Pooran'                     =>  [ 'country' => 'West Indies',          'first' => 'Nicholas',             'last' => 'Pooran',               ],
    'KYG Ottley'                   =>  [ 'country' => 'West Indies',          'first' => 'Yannick',              'last' => 'Ottley',               ],
    'ST Gabriel'                   =>  [ 'country' => 'West Indies',          'first' => 'Shannon',              'last' => 'Gabriel',              ],
    'SP Narine'                    =>  [ 'country' => 'West Indies',          'first' => 'Sunil',                'last' => 'Narine',               ],
    'JN Mohammed'                  =>  [ 'country' => 'West Indies',          'first' => 'Jason',                'last' => 'Mohammed',             ],
    'R Rampaul'                    =>  [ 'country' => 'West Indies',          'first' => 'Ravi',                 'last' => 'Rampaul',              ],
    'DJG Sammy'                    =>  [ 'country' => 'West Indies',          'first' => 'Darren',               'last' => 'Sammy',                ],
    'RR Sarwan'                    =>  [ 'country' => 'West Indies',          'first' => 'Ramnaresh',            'last' => 'Sarwan',               ],
    'D Ganga'                      =>  [ 'country' => 'West Indies',          'first' => 'Daren',                'last' => 'Ganga',                ],
    'WKD Perkins'                  =>  [ 'country' => 'West Indies',          'first' => 'William',              'last' => 'Perkins',              ],
    'CH Gayle'                     =>  [ 'country' => 'West Indies',          'first' => 'Chris',                'last' => 'Gayle',                ],
    'DO Christian'                 =>  [ 'country' => 'West Indies',          'first' => 'Derwin',               'last' => 'Christian',            ],
    'RR Emrit'                     =>  [ 'country' => 'West Indies',          'first' => 'Rayad',                'last' => 'Emrit',                ],
    'JO Holder'                    =>  [ 'country' => 'West Indies',          'first' => 'Jason',                'last' => 'Holder',               ],
    'DJ Bravo'                     =>  [ 'country' => 'West Indies',          'first' => 'Dwayne',               'last' => 'Bravo',                ],
    'ND Stewart'                   =>  [ 'country' => 'West Indies',          'first' => 'Navin',                'last' => 'Stewart',              ],
    'KA Pollard'                   =>  [ 'country' => 'West Indies',          'first' => 'Kieron',               'last' => 'Pollard',              ],
    'K Cooper'                     =>  [ 'country' => 'West Indies',          'first' => 'Kevon',                'last' => 'Cooper',               ],
    'DR Smith'                     =>  [ 'country' => 'West Indies',          'first' => 'Dwayne',               'last' => 'Smith',                ],


    'RB Tiffin'                    =>  [ 'country' => 'Zimbabwe',             'first' => 'Russell',              'last' => 'Tiffin',               ],
    
    #   ----------------  PLAYER NAME TRANSLATION TABLE ENDS HERE ----------------

];
 
 
$CricinfoTeamNameTranslationTable = [
 
    /*
        This table is used to translate the short team names used in Cricinfo records to their actual names.
        
        Each entry should have the Cricinfo name as the key.
        The value should be an array with two parameters:
        - name (the actual name of the team)
        - abbr (an abreviated form of the name)
        - page (the title of the team's Wikipedia article, used for disambiguation purposes. This can be omitted if no disambiguation is needed, i.e.
               the team's name parameter is the same as the Wikipedia article title)
        
        Do not remove defunct or banned teams from the list.
        
        Note: This list is incomplete
    */
 
    'Auckland'                      =>  [ 'name' => 'Auckland Aces',                 'abbr' => 'Auckland',       'country' => 'New Zealand',          ],
    'Brisbane Heat'                 =>  [ 'name' => 'Brisbane Heat',                 'abbr' => 'Brisbane',       'country' => 'Australia',            ],  # Actual alias not yet released
    'Cape Cobras'                   =>  [ 'name' => 'Cape Cobras',                   'abbr' => 'Cobras',         'country' => 'South Africa',         ],
    'Central Districts'             =>  [ 'name' => 'Central Districts Stags',       'abbr' => 'CDS',            'country' => 'New Zealand',          'page' => 'Central Districts cricket team', ],
    'Chennai Super Kings'           =>  [ 'name' => 'Chennai Super Kings',           'abbr' => 'CSK',            'country' => 'India',                ],
    'Delhi Daredevils'              =>  [ 'name' => 'Delhi Daredevils',              'abbr' => 'Delhi',          'country' => 'India',                ],
    'Deccan Chargers'               =>  [ 'name' => 'Deccan Chargers',               'abbr' => 'Deccan',         'country' => 'India',                ],
    'Eagles'                        =>  [ 'name' => 'Diamond Eagles',                'abbr' => 'Eagles',         'country' => 'South Africa',         ],
    'Faisalabad Wolves'             =>  [ 'name' => 'Faisalabad Wolves',             'abbr' => 'Faisalabad',     'country' => 'Pakistan',             ],
    'Guyana'                        =>  [ 'name' => 'Guyana',                        'abbr' => 'Guyana',         'country' => 'West Indies',          'page' => 'Guyana (cricket team)', ],
    'Hampshire'                     =>  [ 'name' => 'Hampshire Royals',              'abbr' => 'Hampshire',      'country' => 'England',              ],
    'Kandurata Maroons'             =>  [ 'name' => 'Kandurata Maroons',             'abbr' => 'Kandurata',      'country' => 'Sri Lanka',            ],
    'Kolkata Knight Riders'         =>  [ 'name' => 'Kolkata Knight Riders',         'abbr' => 'KKR',            'country' => 'India',                ],
    'Leicestershire'                =>  [ 'name' => 'Leicestershire Foxes',          'abbr' => 'Leicestershire', 'country' => 'England',              ],
    'Lions'                         =>  [ 'name' => 'Highveld Lions',                'abbr' => 'Lions',          'country' => 'England',              ],
    'Mumbai Indians'                =>  [ 'name' => 'Mumbai Indians',                'abbr' => 'Mumbai',         'country' => 'India',                ],
    'New South Wales'               =>  [ 'name' => 'New South Wales Blues',         'abbr' => 'NSW Blues',      'country' => 'Australia',            ],
    'Otago'                         =>  [ 'name' => 'Otago Volts',                   'abbr' => 'Otago',          'country' => 'New Zealand',          ],
    'Perth Scorchers'               =>  [ 'name' => 'Perth Scorchers',               'abbr' => 'Perth',          'country' => 'Australia',            ],
    'Rajasthan Royals'              =>  [ 'name' => 'Rajasthan Royals',              'abbr' => 'Rajasthan',      'country' => 'India',                ],  # Actual alias not yet released
    'Royal Challengers Bangalore'   =>  [ 'name' => 'Royal Challengers Bangalore',   'abbr' => 'RCB',            'country' => 'India',                ],
    'Ruhuna'                        =>  [ 'name' => 'Ruhuna',                        'abbr' => 'Ruhuna',         'country' => 'Sri Lanka',            'page' => 'Ruhuna cricket team', ],
    'Sialkot Stallions'             =>  [ 'name' => 'Sialkot Stallions',             'abbr' => 'Sialkot',        'country' => 'Pakistan',             ],
    'Somerset'                      =>  [ 'name' => 'Somerset',                      'abbr' => 'Somerset',       'country' => 'England',              'page' => 'Somerset County Cricket Club', ],
    'South Australia'               =>  [ 'name' => 'South Australian Redbacks',     'abbr' => 'SAR',            'country' => 'Australia',            'page' => 'South Australia cricket team', ],
    'Sunrisers Hyderabad'           =>  [ 'name' => 'Sunrisers Hyderabad',           'abbr' => 'SRH',            'country' => 'India',                ],
    'Sussex'                        =>  [ 'name' => 'Sussex Sharks',                 'abbr' => 'Sussex',         'country' => 'England',              ],
    'Sydney Sixers'                 =>  [ 'name' => 'Sydney Sixers',                 'abbr' => 'Sydney',         'country' => 'Australia',            ],
    'Titans'                        =>  [ 'name' => 'Titans',                        'abbr' => 'Titans',         'country' => 'South Africa',         'page' => 'Titans cricket team', ],
    'Trinidad & Tobago'             =>  [ 'name' => 'Trinidad and Tobago',           'abbr' => 'T&amp;T',        'country' => 'West Indies',          'page' => 'Trinidad and Tobago national cricket team', ],
    'Uva Next'                      =>  [ 'name' => 'Uva Next',                      'abbr' => 'Uva Next',       'country' => 'Sri Lanka',            ],
    'Victoria'                      =>  [ 'name' => 'Victorian Bushrangers',         'abbr' => 'Victoria',       'country' => 'Australia',            ],
    'Warriors'                      =>  [ 'name' => 'Warriors',                      'abbr' => 'Warriors',       'country' => 'South Africa',         'page' => 'Warriors (cricket team)', ],
    'Wayamba'                       =>  [ 'name' => 'Wayamba',                       'abbr' => 'Wayamba',        'country' => 'Sri Lanka',            'page' => 'Wayamba cricket team', ],
    'Yorkshire'                     =>  [ 'name' => 'Yorkshire',                     'abbr' => 'Yorkshire',      'country' => 'England',              'page' => 'Yorkshire County Cricket Club', ],
    
    'RCB'                           =>  [ 'name' => 'Royal Challengers Bangalore',   'abbr' => 'RCB',            'country' => 'India',                ],
    'NSW'                           =>  [ 'name' => 'New South Wales Blues',         'abbr' => 'NSW Blues',      'country' => 'Australia',            ],
    'Chargers'                      =>  [ 'name' => 'Deccan Chargers',               'abbr' => 'Deccan',         'country' => 'India',                ],
    'Daredevils'                    =>  [ 'name' => 'Delhi Daredevils',              'abbr' => 'Delhi',          'country' => 'India',                ],
    'Trinidad & T'                  =>  [ 'name' => 'Trinidad and Tobago',           'abbr' => 'T&amp;T',        'country' => 'West Indies',          'page' => 'Trinidad and Tobago national cricket team', ],
    'Mum Indians'                   =>  [ 'name' => 'Mumbai Indians',                'abbr' => 'Mumbai',         'country' => 'India',                ],
    'Central D'                     =>  [ 'name' => 'Central Districts Stags',       'abbr' => 'CDS',            'country' => 'New Zealand',          'page' => 'Central Districts cricket team', ],
    'Super Kings'                   =>  [ 'name' => 'Chennai Super Kings',           'abbr' => 'CSK',            'country' => 'India',                ],
    'South Aust'                    =>  [ 'name' => 'South Australian Redbacks',     'abbr' => 'SAR',            'country' => 'Australia',            'page' => 'South Australia cricket team', ],
    'KKR'                           =>  [ 'name' => 'Kolkata Knight Riders',         'abbr' => 'KKR',            'country' => 'India',                ],
    'Leics'                         =>  [ 'name' => 'Leicestershire Foxes',          'abbr' => 'Leicestershire', 'country' => 'England',              ],
    'S Stallions'                   =>  [ 'name' => 'Sialkot Stallions',             'abbr' => 'Sialkot',        'country' => 'Pakistan',             ],
    'Scorchers'                     =>  [ 'name' => 'Perth Scorchers',               'abbr' => 'Perth',          'country' => 'Australia',            ],
    'Syd Sixers'                    =>  [ 'name' => 'Sydney Sixers',                 'abbr' => 'Sydney',         'country' => 'Australia',            ],
    'Wolves'                        =>  [ 'name' => 'Faisalabad Wolves',             'abbr' => 'Faisalabad',     'country' => 'Pakistan',             ],
    'Kandurata Ma'                  =>  [ 'name' => 'Kandurata Maroons',             'abbr' => 'Kandurata',      'country' => 'Sri Lanka',            ],
    'Royals'                        =>  [ 'name' => 'Rajasthan Royals',              'abbr' => 'Rajasthan',      'country' => 'India',                ],
    
];
 
 
$CricinfoGroundNameTranslationTable = [
 
    /*
        Translates ground names in Cricinfo to their actual names and locations.
        
        The Cricinfo short names cannot be used here as they conflict very often (e.g. "Mumbai" refers to Wankhede Stadium and DY Patil Stadium)
        This table uses the Cricinfo unique IDs of the grounds, which is found in the URIs of their profile pages:
            http://www.espncricinfo.com/.../content/ground/[id].html where [id] is the unique ID
 
        Each entry must have the unique ID as the key, and the value must be an array with "name" and "location" parameters
        whose values are the name and location/city of the ground respectively.
 
        If the name or location needs to be disambiguated, enter it in the form "<pagename>|<displayname>"
    */

    57897    =>  [ 'name' => 'M. Chinnaswamy Stadium',                                    'location' => 'Bangalore',                                ],
    58040    =>  [ 'name' => 'Feroz Shah Kotla',                                          'location' => 'Delhi',                                    ],
    58142    =>  [ 'name' => 'Rajiv Gandhi International Cricket Stadium',                'location' => 'Hyderabad, India|Hyderabad',               ],
    59120    =>  [ 'name' => 'Wanderers Stadium',                                         'location' => 'Johannesburg',                             ],
    59159    =>  [ 'name' => 'St George\'s Oval|St George\'s Park',                       'location' => 'Port Elizabeth',                           ],
    59089    =>  [ 'name' => 'Kingsmead Cricket Ground',                                  'location' => 'Durban',                                   ],
    59079    =>  [ 'name' => 'SuperSport Park',                                           'location' => 'Centurion, Gauteng|Centurion',             ],
    58008    =>  [ 'name' => 'M. A. Chidambaram Stadium',                                 'location' => 'Chennai',                                  ],
    59068    =>  [ 'name' => 'Newlands Cricket Ground',                                   'location' => 'Cape Town',                                ],
    57851    =>  [ 'name' => 'Sardar Patel Stadium',                                      'location' => 'Ahmedabad'                                 ],
    58162    =>  [ 'name' => 'Sawai Mansingh Stadium',                                    'location' => 'Jaipur'                                    ],
    485865   =>  [ 'name' => 'JSCA International Cricket Stadium',                        'location' => 'Ranchi'                                    ],
    57991    =>  [ 'name' => 'Punjab Cricket Association Stadium',                        'location' => 'Mohali'                                    ],

];
 
?>

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.