From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

// add button to insert the template 'infobox golfer'

var emptyinfobox = '{{Infobox Golfer\n'

+ ' | name              = <!-- if omitted, defaults to the article title -->\n'

+ ' | image             = \n'

+ ' | imagesize         = <!-- e.g. 250px (default is 200px) -->\n'

+ ' | caption           = \n'

+ ' | fullname          = \n'

+ ' | nickname          = \n'

+ ' | birthdate         = <!-- {{Birth date and age|YYYY|MM|DD}} -->\n'

+ ' | birthplace        = \n'

+ ' | deathdate         = <!-- {{Death date and age|YYYY|MM|DD|YYYY|MM|DD}} -->\n'

+ ' | deathplace        = \n'

+ ' | height            = <!-- {{height|ft=|in=}} OR {{height|m=|precision=0}} -->\n'

+ ' | weight            = <!-- {{convert| |lb|kg st|abbr=on}} OR  {{convert| |kg|lb st|abbr=on}} -->\n'

+ ' | nationality       = \n'

+ ' | residence         = \n'

+ ' | spouse            = \n'

+ ' | partner           = \n'

+ ' | children          = \n'

+ ' | college           = \n'

+ ' | status            = <!-- Amateur or Professional (when year turned pro unknown)-->\n'

+ ' | yearpro           = <!-- Year turned professional -->\n'

+ ' | retired           = <!-- Year retired -->\n'

+ ' | tour              = <!-- Current tours which a member of -->\n'

+ ' | extour            = <!-- Former tours which a member of -->\n'

+ ' | prowins           = <!-- Number of professional victories -->\n'

+ ' | pgawins           = <!-- Number of PGA Tour wins -->\n'

+ ' | eurowins          = <!-- Number of European Tour wins -->\n'

+ ' | japwins           = <!-- Number of Japan Golf Tour wins -->\n'

+ ' | asiawins          = <!-- Number of Asian Tour wins -->\n'

+ ' | sunwins           = <!-- Number of Sunshine Tour wins -->\n'

+ ' | auswins           = <!-- Number of PGA Tour of Australasia wins -->\n'

+ ' | nwidewins         = <!-- Number of Nationwide Tour wins -->\n'

+ ' | chalwins          = <!-- Number of Challenge Tour wins -->\n'

+ ' | champwins         = <!-- Number of Champions Tour wins -->\n'

+ ' | seneurowins       = <!-- Number of European Seniors Tour wins -->\n'

+ ' | otherwins         = <!-- Number of Other wins -->\n'

+ ' | majorwins         = <!-- Number of Major Championship wins -->\n'

+ ' | masters           = <!-- Best finish & year – Masters Tournament -->\n'

+ ' | usopen            = <!-- Best finish & year – U.S. Open -->\n'

+ ' | open              = <!-- Best finish & year – Open Championship -->\n'

+ ' | pga               = <!-- Best finish & year – PGA Championship -->\n'

+ ' | wghofid           = <!-- World Golf Hall of Fame member ID -->\n'

+ ' | wghofyear         = <!-- World Golf Hall of Fame year inducted -->\n'

+ ' | award1            = <!-- Achievement or award details -->\n'

+ ' | year1             = <!-- Year(s) of achievement or award -->\n'

+ ' | award2            = \n'

+ ' | year2             = \n'

+ ' | awardssection     = <!-- location of awards page or section -->\n'

+ '}}\n';

mwCustomEditButtonsmwCustomEditButtons.length =

    {"imageId":    'mw-editbutton-emptyinfobox',

     "imageFile":  'http://upload.wikimedia.org/wikipedia/commons/b/bd/Btn_plus.png',

     "speedTip":   'InfoboxGolfer',

     "tagOpen":    emptyinfobox,

     "tagClose":   '',

     "sampleText": ''};
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

// add button to insert the template 'infobox golfer'

var emptyinfobox = '{{Infobox Golfer\n'

+ ' | name              = <!-- if omitted, defaults to the article title -->\n'

+ ' | image             = \n'

+ ' | imagesize         = <!-- e.g. 250px (default is 200px) -->\n'

+ ' | caption           = \n'

+ ' | fullname          = \n'

+ ' | nickname          = \n'

+ ' | birthdate         = <!-- {{Birth date and age|YYYY|MM|DD}} -->\n'

+ ' | birthplace        = \n'

+ ' | deathdate         = <!-- {{Death date and age|YYYY|MM|DD|YYYY|MM|DD}} -->\n'

+ ' | deathplace        = \n'

+ ' | height            = <!-- {{height|ft=|in=}} OR {{height|m=|precision=0}} -->\n'

+ ' | weight            = <!-- {{convert| |lb|kg st|abbr=on}} OR  {{convert| |kg|lb st|abbr=on}} -->\n'

+ ' | nationality       = \n'

+ ' | residence         = \n'

+ ' | spouse            = \n'

+ ' | partner           = \n'

+ ' | children          = \n'

+ ' | college           = \n'

+ ' | status            = <!-- Amateur or Professional (when year turned pro unknown)-->\n'

+ ' | yearpro           = <!-- Year turned professional -->\n'

+ ' | retired           = <!-- Year retired -->\n'

+ ' | tour              = <!-- Current tours which a member of -->\n'

+ ' | extour            = <!-- Former tours which a member of -->\n'

+ ' | prowins           = <!-- Number of professional victories -->\n'

+ ' | pgawins           = <!-- Number of PGA Tour wins -->\n'

+ ' | eurowins          = <!-- Number of European Tour wins -->\n'

+ ' | japwins           = <!-- Number of Japan Golf Tour wins -->\n'

+ ' | asiawins          = <!-- Number of Asian Tour wins -->\n'

+ ' | sunwins           = <!-- Number of Sunshine Tour wins -->\n'

+ ' | auswins           = <!-- Number of PGA Tour of Australasia wins -->\n'

+ ' | nwidewins         = <!-- Number of Nationwide Tour wins -->\n'

+ ' | chalwins          = <!-- Number of Challenge Tour wins -->\n'

+ ' | champwins         = <!-- Number of Champions Tour wins -->\n'

+ ' | seneurowins       = <!-- Number of European Seniors Tour wins -->\n'

+ ' | otherwins         = <!-- Number of Other wins -->\n'

+ ' | majorwins         = <!-- Number of Major Championship wins -->\n'

+ ' | masters           = <!-- Best finish & year – Masters Tournament -->\n'

+ ' | usopen            = <!-- Best finish & year – U.S. Open -->\n'

+ ' | open              = <!-- Best finish & year – Open Championship -->\n'

+ ' | pga               = <!-- Best finish & year – PGA Championship -->\n'

+ ' | wghofid           = <!-- World Golf Hall of Fame member ID -->\n'

+ ' | wghofyear         = <!-- World Golf Hall of Fame year inducted -->\n'

+ ' | award1            = <!-- Achievement or award details -->\n'

+ ' | year1             = <!-- Year(s) of achievement or award -->\n'

+ ' | award2            = \n'

+ ' | year2             = \n'

+ ' | awardssection     = <!-- location of awards page or section -->\n'

+ '}}\n';

mwCustomEditButtonsmwCustomEditButtons.length =

    {"imageId":    'mw-editbutton-emptyinfobox',

     "imageFile":  'http://upload.wikimedia.org/wikipedia/commons/b/bd/Btn_plus.png',

     "speedTip":   'InfoboxGolfer',

     "tagOpen":    emptyinfobox,

     "tagClose":   '',

     "sampleText": ''};

Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook