LuaStats: Better example
authorWuzzy
Fri, 21 Jun 2019 23:02:07 +0100
changeset 1926 6c537db77e65
parent 1925 41e2a96de084
child 1927 cc87110402f5
LuaStats: Better example
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.