Content:HistoryPP/TextFormatting-Variables

From Miranda NG
Jump to navigation Jump to search
Variable Description
\n New line
\t Tab
\\ Backslash (if you need to output backslash, instead of "Me\You" write "Me\\You")
\% Percent sign (if you need to output percent sign, instead of "Me%You" write "Me\%You")
%nick% Default contact's nickname text
%from_nick% Nick of the sender
%to_nick% Nick of the reciever
%mes% Plain message text
%adj_mes% Message adjusted to fit in 72 symbols
%quot_mes% The same as %adj_mes%, but every line is prefixed with "> "
%selmes% The same as %mes% or selected text in pseudo-edit mode
%adj_selmes% The same as %adj_mes% or applied to selected text in pseudo-edit mode
%quot_selmes% The same as %quot_mes% or applied to selected text in pseudo-edit mode
%datetime% Date and time of the event
%smart_datetime% Works only for several messages. Outputs full date & time only for messages with unique date. For other events outputs only time.
%date% Date of the event
%time% Time of the event