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) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
* '''%n''' – this will insert the | * '''%n''' – this will insert the nickname of the contact. | ||
* '''%a''' – the account name for this contact. | * '''%a''' – the account name for this contact. | ||
* '''%g''' – the group name for this contact. | * '''%g''' – the group name for this contact. | ||
* '''%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). | ||
* '''%x''' – the custom xStatus name (not available for all protocols). | * '''%x''' – the custom xStatus name (not available for all protocols). | ||
* '''%m''' – | * '''%m''' – MetaStatus. This will show the custom xStatus name when such information is available. Otherwise it will show the same as <tt>%s</tt>. | ||
* '''%t''' – the status message. If none is available, the static string "No status message" will be used. | * '''%t''' – the status message. If none is available, the static string "No status message" will be used. | ||
* '''%T''' – same as <tt>%t</tt>, but doesn't show the static default string. If no status message is available, this placeholder will do nothing. | * '''%T''' – same as <tt>%t</tt>, but doesn't show the static default string. If no status message is available, this placeholder will do nothing. |
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.