diff --git a/.wiki/Kernel-documentation.md b/.wiki/Kernel-documentation.md index e8c49aa..84475e2 100644 --- a/.wiki/Kernel-documentation.md +++ b/.wiki/Kernel-documentation.md @@ -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.