Content:HistoryPP/TextFormatting-Variables: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(enclosed with <tt>)
(missing </table>)
Line 2: Line 2:
| \n;; \t;; \\;; \%;; %nick%;; %from_nick%;; %to_nick%;; %mes%;; %adj_mes%;; %quot_mes%;; %selmes%;; %adj_selmes%;; %quot_selmes%;; %datetime%;; %smart_datetime%;; %date%;; %time%
| \n;; \t;; \\;; \%;; %nick%;; %from_nick%;; %to_nick%;; %mes%;; %adj_mes%;; %quot_mes%;; %selmes%;; %adj_selmes%;; %quot_selmes%;; %datetime%;; %smart_datetime%;; %date%;; %time%
| ;;
| ;;
}}
}}<table class="wikitable">
<table class="wikitable">
<th scope="col"> {{L10n:Content/TableHeaders | Variable}} </th>
<th scope="col"> {{L10n:Content/TableHeaders | Variable}} </th>
<th scope="col"> {{L10n:Content/TableHeaders | Description}} </th>
<th scope="col"> {{L10n:Content/TableHeaders | Description}} </th>
Line 14: Line 13:
     </tr>
     </tr>
}}
}}
<noinclude>[[Category:Content pages]]</noinclude>
</table><noinclude>
[[Category:Content pages]]
</noinclude>

Revision as of 19:57, 24 June 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