namepattern = full | last | short | firstlast | initlast
The namepattern command is used to select the formatting of the player names to appear above the game in the infobox or in the short game intro. Here is an example of the short namepattern and how it would appear in the infobox: namepattern = short ![]() The player's names are taken from the player Tags, White and Black, in each game of the PGN file. PGN expects these names to appear in the same format as they would appear in a telephone directory. That is, last name, followed by a comma, followed by the rest of the name. Bobby Fischer's name would appear in a PGN file as: Fischer, Robert J. Using Fischer's name as a model, the various name 'patterns' produce these results:
Notice that full corresponds exactly to the format used by PGN. For more information on PGN see the section: Portable Game Notation |