Content:HistoryPP/HiddenOptions: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
m (Values->Value (header))
m (code styling)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
| DateTimeFormat;; FormatCopy;; FormatCopyText;; FormatReplyQuoted;; FormatReplyQuotedText;; FormatSelection;; ProfileName
| DateTimeFormat;; FormatCopy;; FormatCopyText;; FormatReplyQuoted;; FormatReplyQuotedText;; FormatSelection;; ProfileName
| ;;
| ;;
}}
}}<table class="wikitable">
<table class="wikitable">
<tr>
<th scope="col"> {{L10n:Content/TableHeaders | Key}} </th>
  <th scope="col"> {{L10n:Content/TableHeaders | Key}} </th>
<th scope="col"> {{L10n:Content/TableHeaders | Type}} </th>
  <th scope="col"> {{L10n:Content/TableHeaders | Type}} </th>
<th scope="col" width="20%"> {{L10n:Content/TableHeaders | Value}} </th>
  <th scope="col" style="width:20%;"> {{L10n:Content/TableHeaders | Value}} </th>
<th scope="col"> {{L10n:Content/TableHeaders | Description}} </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}} -->
Line 43: Line 44:
     </tr>
     </tr>
}}
}}
</table><noinclude>
[[Category:Content pages]]
</noinclude>

Latest revision as of 18:51, 13 December 2015

Key Type Value Description
DateTimeFormat String See Date and time formatting
Default: 'c'
Tells how to format displayed date-time info. Used in history grids and in Event Details dialog.
FormatCopy String See Text formatting The template which controls the Copy (Ctrl+C) command
FormatCopyText String The template which controls the Copy Text (Ctrl+T) command
FormatReplyQuoted String The template which controls the Reply Quoted command
FormatReplyQuotedText String The template which controls the Reply Quoted command from pseudo-edit mode
FormatSelection String The template used for events (or selected text in pseudo-edit mode) formatting
ProfileName String Preferred nick
Default: empty, protocol-based profile names are used
Nickname which overrides protocol-based profile names.
Used in history, search, message log and export, but not in Event Details window.