Plugin:HistoryStats/de: Difference between revisions

From Miranda NG
Plugin:HistoryStats/de
Jump to navigation Jump to search
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 5: Line 5:


If enabled, you can use several variables in your output file name and your folder for additional files. Variables referencing date/time values are taken from the date/time you generate the statistics. The following variables are supported:
If enabled, you can use several variables in your output file name and your folder for additional files. Variables referencing date/time values are taken from the date/time you generate the statistics. The following variables are supported:
{{Content:HistoryStats/Variables}}


{| class="wikitable"
|-
! 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 <tt>Miranda32(64).exe</tt> (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 ||%
|}


{{PluginGroups}}
{{PluginGroups}}

Revision as of 22:23, 30 December 2017

HistoryStats
Kein Bild
Dateiname HistoryStats.dll
Autor Martin Afanasjew
Download-Links
Stabile Version: 32-bit, 64-bit
Entwicklungsversion: 32-bit, 64-bit

Creates detailed, colorful and highly customizable statistics using your message history.

Supported variables

If enabled, you can use several variables in your output file name and your folder for additional files. Variables referencing date/time values are taken from the date/time you generate the statistics. The following variables are supported:

Variable Beschreibung Beispiel
%profile_path% Wo ihr Profil gespeichert wird (inklusive Backslash hinten) С:\Soft\Miranda NG\Profiles\
%profile_name% Name Ihres Profiles
%miranda_path% Pfad zu Miranda32(64).exe (inklusive Backslash hinten) С:\Soft\Miranda NG\
%nick% Ihr eigener Nick (siehe Eigener Nick für Statistiken in Ausgabe-Einstellungen)
%h% Uhrzeit im 12-Stunden-Format ohne führende Null 1-12
%hh% Uhrzeit im 12-Stunden-Format mit führender Null 01-12
%H% Uhrzeit im 24-Stunden-Format ohne führende Null 0-23
%HH% Uhrzeit im 24-Stunden-Format mit führender Null 00-23
%tt% AM/PM-Zeichen in Kleinschreibung am/pm
%TT% AM/PM-Zeichen in Großschreibung AM/PM
%m% Minute ohne führende Null 0-59
%mm% Minute mit führender Null 00-59
%s% Sekunde ohne führende Null 0-59
%ss% Sekunde mit führender Null 00-59
%yy% Zweistelliges Jahr ohne Jahrhundert 06
%yyyy% Vierstelliges Jahr mit Jahrhundert 2006
%M% Monat ohne führende Null 1-12
%MM% Monat mit führender Null 01-12
%MMM% Abgekürzter Monatsname Jan, Feb, etc.
%MMMM% Voller Monatsname January, February, etc.
%d% Tag ohne führende Null 1-31
%dd% Tag mit führender Null 01-31
%ww% Abgekürzter Wochentag Mo, Tu, We, etc.
%www% Abgekürzter Wochentag Mon, Tue, Wed, etc.
%wwww% Voller Wochentag Monday, Tuesday, Wednesday
%% Einzelnes Prozentzeichen  %