# HG changeset patch # User Wuzzy # Date 1561155084 -3600 # Node ID d6ef1025d96f2d5610a4cb23812b4a87c7d84828 # Parent d172612eb30aac1daee40868220fb5dd6383264c LuaStats: fix syntax diff -r d172612eb30a -r d6ef1025d96f LuaStats.wiki --- a/LuaStats.wiki Fri Jun 21 23:10:21 2019 +0100 +++ b/LuaStats.wiki Fri Jun 21 23:11:24 2019 +0100 @@ -37,7 +37,7 @@ || `"!POINTS"` || Number of points || Team 1 (25 points) || || `"!CRATES"` || Number of crates || Team 1 (25 crates) || || `"!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) || +|| `"!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.