Witamy na witrynie Dodatki dla programu Thunderbird.
Dodaj dodatkowe funkcje i motywy, by dostosować program Thunderbird do swoich potrzeb.
ZamknijMacro Template 3.4.0.0
Autor: NISHIMURA Ryohei
Macro Template is to replace mail templates with macros for date formatting.
Więcej o tym dodatku
Thank you for supporting Thunderbird 68 by hiromiya-lndbl.
Thank you for adding macros by wl2776 and useranty.
- {{{y}}} is replaced to the year without zero padding when you open the template.
- {{{yyyy}}} to the year with zero padding. You can add a offset as {{{yyyy+1}}} and it will be replaced to the year plus the offset.
- {{{M}}} to the numerical month without zero padding.
- {{{MM}}} to the numerical month with zero padding.
- {{{MMM}}} to the 3-letter roman month name.
- {{{MMMM}}} to the roman month fullname.
- {{{d}}} to the day in month without zero padding.
- {{{dd}}} to the day in month with zero padding.
- {{{E}}} to the day fullname in week.
- {{{EEE}}} to the 3-letter day name in week.
- {{{H}}} to the hour (0 - 23) without zero padding.
- {{{HH}}} to the hour (0 - 23) with zero padding.
- {{{m}}} to the minute without zero padding.
- {{{mm}}} to the minute with zero padding.
- {{{s}}} to the second without zero padding.
- {{{ss}}} to the second with zero padding.
- {{{w}}} to the week (1-53) of the year.
- {{{w1}}} to the date of Monday of the week.
- {{{w5}}} to the date of Friday of the week.
Using locale like {{{MMMM{de-GE}}}} is evaluated like Germany German " Januar".
Without locale, {{{MMMM}}} is US English "January".
With empty text, {{{MMMM{}}}} is in the browser locale.