Plugin:NewStory: Difference between revisions

From Miranda NG
Plugin:NewStory
Jump to navigation Jump to search
No edit summary
No edit summary
Line 39: Line 39:
|-
|-
|%h
|%h
|hour (24 hour format, 0-23)
|<translate>hour (24 hour format, 0-23)</translate>
|-
|-
|%a
|%a
|hour (12 hour format)
|<translate>hour (12 hour format)</translate>
|-
|-
|%m
|%m
|minute
|<translate>minute</translate>
|-
|-
|%s
|%s
|second
|<translate>second</translate>
|-
|-
|%o
|%o
|month
|<translate>month</translate>
|-
|-
|%d
|%d
|day of month
|<translate>day of month</translate>
|-
|-
|%y
|%y
|year
|<translate>year</translate>
|-
|-
|%w
|%w
|day of week (Sunday, Monday... translatable)
|<translate>day of week (Sunday, Monday... translatable)</translate>
|-
|-
|%p
|%p
|AM/PM symbol
|<translate>AM/PM symbol</translate>
|-
|-
|%O
|%O
|name of month, translatable
|<translate>name of month, translatable</translate>
|-
|-
|%M
|%M
|the message string itself
|<translate>the message string itself</translate>
|}
|}


{{PluginGroups}}
{{PluginGroups}}

Revision as of 03:47, 24 April 2020

Other languages:
NewStory
No image
Filename NewStory.dll
Authors Victor Pavlychko, Miranda NG team
Download links
Stable version: 32-bit, 64-bit
Development version: 32-bit, 64-bit

New history plugin for Miranda NG.

Supported variables

Variable Description
%% simply % character
%n line break
%S my nick
%N buddy's nick
%c event count
%I icon
%i direction icon
%D direction symbol
%t timestamp
%h hour (24 hour format, 0-23)
%a hour (12 hour format)
%m minute
%s second
%o month
%d day of month
%y year
%w day of week (Sunday, Monday... translatable)
%p AM/PM symbol
%O name of month, translatable
%M the message string itself