From a163c72e93b8f7682e1fe1fe9f2a6665a141f15b Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Thu, 4 Feb 2021 18:09:44 +0100 Subject: [PATCH] Update Placeholders.md --- wiki/Placeholders.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index 4edb090..594b101 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -528,10 +528,9 @@ Placeholders are supported (You have to use `{}` instead of `%`). Supports all calculations you can do with [EvalEx](https://github.com/uklimaschewski/EvalEx). Note that the `%` can't be used within the placeholder and that you have to to use `[prc]` instead. -You can use `[precision:]` in the placeholder, to set how many decimal points are returned (e.g. `1.345` with `[precision:2]` returns `1.35`) - ``` %math_% +%math_[precision]:[rounding]_% ``` ----