LuaStats.wiki
changeset 1926 6c537db77e65
parent 1925 41e2a96de084
child 1927 cc87110402f5
equal deleted inserted replaced
1925:41e2a96de084 1926:6c537db77e65
    31 
    31 
    32 === Special values for `siPointType` (1.0.0) ===
    32 === Special values for `siPointType` (1.0.0) ===
    33 
    33 
    34 For `siPointType`, we support a few common point types. Just set `statMessage` to one of the following special values below:
    34 For `siPointType`, we support a few common point types. Just set `statMessage` to one of the following special values below:
    35 
    35 
    36 || *Value of `statMessage`* || *Meaning* || *Example* ||
    36 || *Value of `statMessage`* || *Meaning* || *How it may in team rankings* ||
    37 || `"!POINTS"` || Number of points || (25 points) ||
    37 || `"!POINTS"` || Number of points || Team 1 (25 points) ||
    38 || `"!CRATES"` || Number of crates || (25 crates) ||
    38 || `"!CRATES"` || Number of crates || Team 1 (25 crates) ||
    39 || `"!TIME"` || Number of millisecons || (0.025 seconds) ||
    39 || `"!TIME"` || Number of millisecons || Team 1 (0.025 seconds) ||
    40 || `"!EMPTY"` || Don't display anything besides the team name || ||
    40 || `"!EMPTY"` || Don't display anything besides the team name || Team 1 ||
    41 
    41 
    42 The special values will get properly localized in the frontend with proper numerus (e.g. singluar/plural) support.
    42 The special values will get properly localized in the frontend with proper numerus (e.g. singluar/plural) support.
    43 
    43 
    44 If you use any other value, Hedgewars will use this string literally, but there's no proper numerus support then, which might screw up translation. Use the special values whenever possible.
    44 If you use any other value, Hedgewars will use this string literally, but there's no proper numerus support then, which might screw up translation. Use the special values whenever possible.
    45 
    45