From 69b3063d84f54011f1f16cdab22c437b0bac11a2 Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Fri, 14 May 2021 20:41:56 +0200 Subject: Fix formatting --- docs/custom_mod_messages.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/custom_mod_messages.md b/docs/custom_mod_messages.md index a2bca2a..b6072fc 100644 --- a/docs/custom_mod_messages.md +++ b/docs/custom_mod_messages.md @@ -6,31 +6,46 @@ such as Shell Script should be familiar with this syntax. The following variables are supported: - `H` (Hours) + - `M` (Minutes) + - `S` (Seconds) + - `MS` (Milliseconds) + - `PM` (Padded Minutes) - `5` becomes `05`, `18` remains `18` + - `PS` (Padded Minutes) - `5` becomes `05`, `18` remains `18` + - `1MS` (1 Place Precision Milliseconds) - `.466` becomes `.5`, `.421` becomes `.4` + - `2MS` (2 Place Precision Milliseconds) - `.466` becomes `.47`, `.4` becomes `.40` + - `3MS` (3 Place Precision Milliseconds) - `.4` becomes `.400` + - `TS` (Total Seconds) + - `ST` (Start Time) - Represented in seconds + - `ET` (End Time) - Represented in seconds + - `TT` (Total Time) - In the format `H:MM:SS.xxx` - If the run is less than an hour then hours are not shown - Milliseconds use 3 place precision - If the run is less than a minute, `0` is shown for the minutes + - `SF` (Start Frame) + - `EF` (End Frame) + - `TF` (Total Frames) ## Example Usage -- cgit v1.2.3