docs: documented variable numeric_specifers
This commit is contained in:
parent
49a48c70ca
commit
54d9a4ac7b
|
@ -160,6 +160,7 @@ The first placeholder is replaced with the first argument, the second with the s
|
||||||
### Numeric specifier
|
### Numeric specifier
|
||||||
If you put a `.` followed by a number right after the percentage sign of a placeholder,
|
If you put a `.` followed by a number right after the percentage sign of a placeholder,
|
||||||
you will set the `Numeric specifier`.
|
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.
|
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.
|
If you don't set a numeric specifier, the placeholders, that would use it will use a default value instead.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue