You can copy opponents' nickname using the HUD / Player panels / OnClick / Copy nickname to clipboard function. Add a panel to the Player panels list, set Copy to nickname clipboard in OnClick and when you click on the panel, the nickname will be copied. You can also open the search site page for this nickname in the same way, for example Sharkscope. To do this, in OnClcik, select Search the Web and insert a search string below, for example https://sharkscope.com/#Player-Statistics//networks/Winamax/players/[SCREENNAME]
When opening url in browser, [SCREENNAME] will be replaced with player's real nickname.
If you wish, you can also copy it simply by clicking on some area - for example, on the opponent's nickname or avatar. To do this, make a panel of only spaces (change the height of the panel with the panel font size, and the width by the number of spaces). Place all copies of the panel in the places you need (above nicknames / avatars / somewhere else). Turn on Background / Invisible in the panel properties. As a result, the panels will not be visible, but they will react to clicks as before. This option will only work if the Options / Alternative method of a mouse processing in HUD option is disabled.
WinamaxCaption allows you to replace all displayed cards with custom deck. Hero pocket cards are displayed expanded and at full size, the size of all cards can be adjusted.
To display cards, use the [hand] and [board] tags in HUD / Table panles, as well as the [showdown] tag in Player panles.
WinamaxCaption allows you to display Winamax color labels in HUD - as a fill, frame or a combination of both
In order for the one of HUD / Player panels to be able to display color notes, you need to add one of [frame_note] and [background_note] tags (or both) to it
[frame_note] - if the opponent has a color note, this tag changes the frame color of the panel to the note color
[background_note] - if the opponent has a color note, this tag changes the background color of the panel to the note color
For these tags to work, Options / Color notes / Load notes option must be enabled (it is enabled by default and you usually do not need to touch it)
Options / Color notes / [frame_note] brightness and [background_note] brightness options allow you to set the color darkening for the frame and background, respectively. The default values of these parameters are:
The frame color will not be darkened here, and the background color brightness will be 40% of the nominal.
For normal display of panels with labels in most cases it makes sense to use the following options:
If you are using a panel with fill and text, then enable Align ↔ / Center so that the text is displayed in the center of the panel
To make all copies of the panel the same width, enable the Fixed width option
If the [frame_note] tag is used in the panel, then the Frame / Width option should not be zero, otherwise the frame will not be visible
If you need a fill, the Background / Invisible option should be disabled
A panel with a frame and fill (in the left screenshot above) is implemented as follows:
Here is a two-line panel, for the tag [stack_bb] the coloring is configured using HUD / Tag color range.
A panel with a fixed width and with OnClick option configured to skip clicks under it (i.e. when you click on the panel, a click will be made on the nickname under it, which will allow you to set a note on the opponent).
Instead of this you can add the [*] tag to this panel. In this case, the panel will hide when you hover over it with the mouse, and it will not block the dialog for setting a note when it appears.
A panel with one frame without fill consists of the [frame_note] tag and one or more spaces. The height of such a panel can be set using the Border width option, and the width - using Fixed width. To hide the background of the panel, enable the Background / Invisible option. In this case, there will be fewer problems with setting a note, since you can click on the nickname through the frame, and it will not block the dialog for setting a note as much.