From 54d9a4ac7b1a94dc27fe4e34a4059ce57f44a872 Mon Sep 17 00:00:00 2001 From: antifallobst Date: Thu, 23 Feb 2023 11:36:12 +0100 Subject: [PATCH] docs: documented variable numeric_specifers --- .wiki/Kernel-documentation.md | 1 + 1 file changed, 1 insertion(+) 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.