# HG changeset patch
# User Wuzzy
# Date 1561154527 -3600
# Node ID 6c537db77e65bf9e5f7eade2bb06f90e5e33dc38
# Parent  41e2a96de0845a3d060a1ff5f67fec6ab119b4b5
LuaStats: Better example

diff -r 41e2a96de084 -r 6c537db77e65 LuaStats.wiki
--- a/LuaStats.wiki	Fri Jun 21 23:01:17 2019 +0100
+++ b/LuaStats.wiki	Fri Jun 21 23:02:07 2019 +0100
@@ -33,11 +33,11 @@
 
 For `siPointType`, we support a few common point types. Just set `statMessage` to one of the following special values below:
 
-|| *Value of `statMessage`* || *Meaning* || *Example* ||
-|| `"!POINTS"` || Number of points || (25 points) ||
-|| `"!CRATES"` || Number of crates || (25 crates) ||
-|| `"!TIME"` || Number of millisecons || (0.025 seconds) ||
-|| `"!EMPTY"` || Don't display anything besides the team name || ||
+|| *Value of `statMessage`* || *Meaning* || *How it may 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) ||
+|| `"!EMPTY"` || Don't display anything besides the team name || Team 1 ||
 
 The special values will get properly localized in the frontend with proper numerus (e.g. singluar/plural) support.