]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blob - List-of-translation-placeholders.md
Upload attachment zzz-bai-gfx-v8.pk3
[xonotic/xonotic.wiki.git] / List-of-translation-placeholders.md
1 Variables and placeholders are codes that will be replaced with something else in the final text.
2
3 | Code | Replaced with |
4 | ------ | ------ |
5 | `\n` | New line |
6 | `^TT` | Team color name (e.g. "Red"). Will be replaced with one of the strings that has the `TEAM^`, `KEY^`, `GENERATOR^` or `FLAG^` prefix |
7 | `^COUNT` | Countdown number, usually with a unit (e.g. "5 seconds") |
8 | `%s` | Arbitrary text |
9 | `%d` | Whole number |
10 | `%f` | Floating-point number |
11 | `%.*f` | Floating-point number |
12 | `%.1f` | Floating-point number (1 decimal place) |
13 | `%.2f` | Floating-point number (2 decimal places) |