crosstags = none | {title, elo, country}
The crosstags command is used to include additional information about the players in a crosstable, such as their Title, Elo, and Country. Palview3 places this information after the player's name. The information itself is generally taken from the PGN Tags: WhitieTitle, BlackTitle, WhiteElo, BlackElo, WhiteCountry, and BlackCountry. (For more information on PGN see the section: Portable Game Notation) Another way of providing the title, elo, and country information to Palview is to use the player command, which can save you a great deal of hand editing of many PGN games when generating crosstables. But this feature is only available for the special htmltype page: batch under Palview4. Here is a short Match crosstable that uses all the information: ![]() By default Palview will not include any of this information in the crosstables it generates. You decide what you want included. Note that the title, elo, and country settings are a set and that you can choose any of them together in the same crosstags command. For example, if you wanted all the information for the players, the title, elo, and country, you would use the command:
crosstags = title, elo, country If you only wanted the title and the country, you would use the command: crosstags = title, country It is important to remember that the use of the flags in the crosstables is determined by both the crosstags country setting and the useflags command. If useflags is off, then Palview3 will use the three letter FIDE code for the country instead of a flag image. For example, given the country United States, Palview will use the country code 'USA' instead of the flag For more information on crosstables, please read the section: Crosstables and Tournament Coverage. |