From 0361095dbccfd3cf45971a20ed5842f88dcb6f59 Mon Sep 17 00:00:00 2001 From: vk2gpz Date: Sun, 26 Feb 2023 17:43:57 +1100 Subject: [PATCH] Update Placeholders.md formatted the examples. --- Placeholders.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Placeholders.md b/Placeholders.md index 7f1c6fe..f083c91 100644 --- a/Placeholders.md +++ b/Placeholders.md @@ -823,14 +823,11 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can For instance: - if %tokenenchant_token_long% returns 43535709321 - - %nf_4X_tokenenchant_token_long% will return 43B, - %nf_###E0X_tokenenchant_token_long% will return 43.5B, - - %nf_#,##0.#_tokenenchant_token_long% will return 43,535,709,321 - %nf_#,##0.0#:IT_tokenenchant_token_long% will return 43.535.709.321,0 - + if %tokenenchant_token_long% returns 43535709321,
+ %nf_4X_tokenenchant_token_long% will return 43B,
+ %nf_###E0X_tokenenchant_token_long% will return 43.5B,
+ %nf_#,##0.#_tokenenchant_token_long% will return 43,535,709,321
+ %nf_#,##0.0#:IT_tokenenchant_token_long% will return 43.535.709.321,0
`[]` is optional and `<>` is required.