Miranda IM Wiki
(changed ver)
(→‎Common Examples: Added MSN StatusMsg)
 
Line 13: Line 13:
   
 
==Common Examples==
 
==Common Examples==
  +
These pieces of text should be put in the 'Parse This:' box. The name of the contact goes in the first box in the dialog.
   
 
If you want to add your own, please do!
 
If you want to add your own, please do!
Line 19: Line 20:
 
;?cinfo(%subject%,status):Displays the contact's status
 
;?cinfo(%subject%,status):Displays the contact's status
 
;?cinfo(%subject%,nick):Displays the contact's nickname
 
;?cinfo(%subject%,nick):Displays the contact's nickname
  +
;?dbsetting(%subject%,CList,StatusMsg):Displays the contact's status message (This may require [[NewStatusNotify Plugin]]).
 
  +
===MSN Personal Message on contact list:===
  +
'''?if2( - ?dbsetting(%subject%,CList,StatusMsg),)
  +
'''

Latest revision as of 10:06, 17 August 2005

Welcome to the VariableDisplayName Plugin's page!

Name
VariableDisplayName (VDN)
Author
MattJ
Current version
0.0.1.1 (Version 1.1)
Download
Download here
Forum Topic
VariableDisplayName Discussion



VariableDisplayName allows you to use variables in the names of your contacts.

Common Examples[]

These pieces of text should be put in the 'Parse This:' box. The name of the contact goes in the first box in the dialog.

If you want to add your own, please do!

%extratext%
Displays the contact's usual (friendly) name
?cinfo(%subject%,status)
Displays the contact's status
?cinfo(%subject%,nick)
Displays the contact's nickname

MSN Personal Message on contact list:[]

?if2( - ?dbsetting(%subject%,CList,StatusMsg),)