# HG changeset patch # User Wuzzy # Date 1561155000 -3600 # Node ID 70af40ea30f86c11210c7fc46707104b6e87907d # Parent 9f6f8a9b85f894b7b412a66f619ef247c58e7206 LuaStats: Add !TIME0 to !TIME3 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.