Translations:Plugin:TabSRMM/Title bar formatting/6/en

From Miranda NG
Jump to navigation Jump to search
  • %n – this will insert the nickname of the contact.
  • %a – the account name for this contact.
  • %g – the group name for this contact.
  • %p – same as %a – still there for compatibility reasons (in older versions, this was a placeholder for the internal protocol name).
  • %s – the plain text status mode description, e.g. "Online".
  • %u – the UIN of the contact (for Jabber protocol, it is the JID, for ICQ the UIN and so on).
  • %c – the name of the container (when using named containers only).
  • %o – the internal protocol name (since Miranda 0.8, this is equivalent to %p in older versions).
  • %x – the custom xStatus name (not available for all protocols).
  • %m – MetaStatus. This will show the custom xStatus name when such information is available. Otherwise it will show the same as %s.
  • %t – the status message. If none is available, the static string "No status message" will be used.
  • %T – same as %t, but doesn't show the static default string. If no status message is available, this placeholder will do nothing.