From 2f0f717d44db661d80613bc62162938c0e7dba44 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Wed, 17 Feb 2021 17:15:59 +0100 Subject: [PATCH] Update formatter expansion list --- wiki/Placeholders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index 15fd932..f246f91 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -479,10 +479,10 @@ More info about this expansion can be found on the [GitHub-Repository](https://g %formatter_number_time_hours_% # Handles number as hours %formatter_number_time_hrs_% # Handles number as hours +%formatter_replace___% %formatter_text_substring__% %formatter_text_uppercase_% %formatter_text_lowercase_% -%formatter_join___% ``` ----