Content:HistoryPP/TextFormatting-Variables: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(+cat)
(enclosed with <tt>)
Line 10: Line 10:
   | {{#arraysize:HistoryPPTextFormattingVariables}}  <!-- number of loops -->
   | {{#arraysize:HistoryPPTextFormattingVariables}}  <!-- number of loops -->
   | <tr>
   | <tr>
       <td> {{#arrayindex:HistoryPPTextFormattingVariables | {{#var:i}} }} </td>
       <td> <tt>{{#arrayindex:HistoryPPTextFormattingVariables | {{#var:i}} }}</tt> </td>
       <td> {{L10n:HistoryPP/TextFormatting-Variables | {{#arrayindex:HistoryPPTextFormattingVariables | {{#var:i}} }} }} </td>
       <td> {{L10n:HistoryPP/TextFormatting-Variables | {{#arrayindex:HistoryPPTextFormattingVariables | {{#var:i}} }} }} </td>
     </tr>
     </tr>
}}
}}
<noinclude>[[Category:Content pages]]</noinclude>
<noinclude>[[Category:Content pages]]</noinclude>

Revision as of 12:25, 5 April 2015

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