Content:HistoryPP/TextFormatting-Variables: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(missing </table>)
(missing <tr> for headers)
 
Line 3: Line 3:
| ;;
| ;;
}}<table class="wikitable">
}}<table class="wikitable">
<th scope="col"> {{L10n:Content/TableHeaders | Variable}} </th>
<tr>
<th scope="col"> {{L10n:Content/TableHeaders | Description}} </th>
  <th scope="col"> {{L10n:Content/TableHeaders | Variable}} </th>
  <th scope="col"> {{L10n:Content/TableHeaders | Description}} </th>
</tr>
{{  #loop: i
{{  #loop: i
   | 0                    <!-- loops start value for {{#var:i}} -->
   | 0                    <!-- loops start value for {{#var:i}} -->

Latest revision as of 18:50, 13 December 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