]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - List-of-translation-placeholders.md
Upload attachment attackername.jpg
[xonotic/xonotic.wiki.git] / List-of-translation-placeholders.md
index cfd0c17684d52a22e3ce2a6b1d901c2386aa9886..bd8e49f978479d26633554bce8719899f817c04b 100644 (file)
@@ -4,9 +4,10 @@ Variables and placeholders are codes that will be replaced with something else i
 | ------ | ------ |
 | `\n` | New line |
 | `^TT` | Team color name (e.g. "Red"). Will be replaced with one of the strings that has the `TEAM^`, `KEY^`, `GENERATOR^` or `FLAG^` prefix |
-| `^COUNT` | A number, usually with a unit (e.g. "5 seconds") |
+| `^COUNT` | Countdown number, usually with a unit (e.g. "5 seconds") |
 | `%s` | Arbitrary text |
 | `%d` | Whole number |
+| `%f` | Floating-point number |
 | `%.*f` | Floating-point number |
 | `%.1f` | Floating-point number (1 decimal place) |
 | `%.2f` | Floating-point number (2 decimal places) |
\ No newline at end of file