docs: documented variable numeric_specifers

This commit is contained in:
antifallobst 2023-02-23 11:36:12 +01:00
parent 49a48c70ca
commit 54d9a4ac7b
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ The first placeholder is replaced with the first argument, the second with the s
### Numeric specifier
If you put a `.` followed by a number right after the percentage sign of a placeholder,
you will set the `Numeric specifier`.
If the `.` is followed by an astrix, the numeric specifier is passed as its own argument.
Some placeholders use this numeric specifier to configure their output.
If you don't set a numeric specifier, the placeholders, that would use it will use a default value instead.