diff -r 9f6f8a9b85f8 -r 70af40ea30f8 LuaStats.wiki --- a/LuaStats.wiki Fri Jun 21 23:04:09 2019 +0100 +++ b/LuaStats.wiki Fri Jun 21 23:10:00 2019 +0100 @@ -36,7 +36,8 @@ || *Value of `statMessage`* || *Meaning* || *How it may appear in team rankings* || || `"!POINTS"` || Number of points || Team 1 (25 points) || || `"!CRATES"` || Number of crates || Team 1 (25 crates) || -|| `"!TIME"` || Number of millisecons || Team 1 (0.025 seconds) || +|| `"!TIME"` || Number of milliseconds, shown as seconds with 3 decimal places || Team 1 (0.025 seconds) || +|| `"!TIME0"` ... `“!TIME3` || Number of milliseconds, shown as seconds with the decimal places specified in the number (e.g. `"!TIME2"` for 2 decimal places) || Team 1 (0.02 seconds) || || `"!EMPTY"` || Don't display anything besides the team name || Team 1 || The special values will get properly localized in the frontend, like the proper translation of the numerus form and the decimal point.