Content:HistoryStats/Variables: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
(missing </table>)
Line 2: Line 2:
| %profile_path%;; %profile_name%;; %miranda_path%;; %nick%;; %h%;; %hh%;; %H%;; %HH%;; %tt%;; %TT%;; %m%;; %mm%;; %s%;; %ss%;; %yy%;; %yyyy%;; %M%;; %MM%;; %MMM%;; %MMMM%;; %d%;; %dd%;; %ww%;; %www%;; %wwww%;; %%
| %profile_path%;; %profile_name%;; %miranda_path%;; %nick%;; %h%;; %hh%;; %H%;; %HH%;; %tt%;; %TT%;; %m%;; %mm%;; %s%;; %ss%;; %yy%;; %yyyy%;; %M%;; %MM%;; %MMM%;; %MMMM%;; %d%;; %dd%;; %ww%;; %www%;; %wwww%;; %%
| ;;
| ;;
}}
}}<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 16: Line 15:
     </tr>
     </tr>
}}
}}
<noinclude>[[Category:Content pages]]</noinclude>
</table><noinclude>
[[Category:Content pages]]
</noinclude>

Revision as of 19:54, 24 June 2015

Variable Description Example
%profile_path% Where your profile is stored (including trailing backslash) С:\Soft\Miranda NG\Profiles\
%profile_name% The name of your profile
%miranda_path% Location of Miranda32(64).exe (including trailing backslash) С:\Soft\Miranda NG\
%nick% Your nick (see Own nick for statistics option in the Output settings)
%h% Hour in 12-hour format without leading zero 1-12
%hh% Hour in 12-hour format with leading zero 01-12
%H% Hour in 24-hour format without leading zero 0-23
%HH% Hour in 24-hour format with leading zero 00-23
%tt% am/pm symbol in lower case am/pm
%TT% am/pm symbol in upper case AM/PM
%m% Minute without leading zero 0-59
%mm% Minute with leading zero 00-59
%s% Second without leading zero 0-59
%ss% Second with leading zero 00-59
%yy% Two-digit year without century 06
%yyyy% Four-digit year including century 2006
%M% Month without leading zero 1-12
%MM% Month with leading zero 01-12
%MMM% Abbreviated month name Jan, Feb, etc.
%MMMM% Full month name January, February, etc.
%d% Day without leading zero 1-31
%dd% Day with leading zero 01-31
%ww% Abbreviated day of week Mo, Tu, We, etc.
%www% Abbreviated day of week Mon, Tue, Wed, etc.
%wwww% Full day of week Monday, Tuesday, Wednesday
 %% A single percent sign  %