Translations:Plugin:TabSRMM/Title bar formatting/6/en: Difference between revisions
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 4: | Line 4: | ||
* '''%p''' – same as <tt>%a</tt> – still there for compatibility reasons (in older versions, this was a placeholder for the internal protocol name). | * '''%p''' – same as <tt>%a</tt> – 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". | * '''%s''' – the plain text status mode description, e.g. "Online". | ||
* '''%u''' – the UIN of the contact (for Jabber protocol, it is the JID | * '''%u''' – the UIN of the contact (for Jabber protocol, it is the JID and so on). | ||
* '''%c''' – the name of the container (when using named containers only). | * '''%c''' – the name of the container (when using named containers only). | ||
* '''%o''' – the internal protocol name (since Miranda 0.8, this is equivalent to <tt>%p</tt> in older versions). | * '''%o''' – the internal protocol name (since Miranda 0.8, this is equivalent to <tt>%p</tt> in older versions). |
Latest revision as of 22:50, 13 October 2024
- %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 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.