LuaAPI.wiki
changeset 1717 e0911cd9bd82
parent 1716 029712a337ba
child 1718 49d91eb0c2c0
equal deleted inserted replaced
1716:029712a337ba 1717:e0911cd9bd82
  1511 
  1511 
  1512 || *Special character* || *Meaning* ||
  1512 || *Special character* || *Meaning* ||
  1513 || `|` || Line break ||
  1513 || `|` || Line break ||
  1514 || `:` || Highlight itself and all text before that character in this line. The colon itself will be written. ||
  1514 || `:` || Highlight itself and all text before that character in this line. The colon itself will be written. ||
  1515 || `::` || Like above, except the two colons will not be written. ||
  1515 || `::` || Like above, except the two colons will not be written. ||
  1516 || `\|` || Will be replaced with “:” without triggering highlighting (escape sequence) ||
  1516 || `\|` || Will be replaced with “|” without triggering a line break (escape sequence) ||
  1517 || `\:` || Will be replaced with “|” without triggering a line break (escape sequence) ||
  1517 || `\:` || Will be replaced with “:” without triggering highlighting (escape sequence) ||
  1518 
  1518 
  1519 `icon` accepts the following values:
  1519 `icon` accepts the following values:
  1520 
  1520 
  1521 || *`icon`* || *What is shown* ||
  1521 || *`icon`* || *What is shown* ||
  1522 || _negative number_ || Icon of an ammo type. It is specified as the negative of an ammo type constant (see [AmmoTypes]), i.e. `-amBazooka` for the bazooka icon. ||
  1522 || _negative number_ || Icon of an ammo type. It is specified as the negative of an ammo type constant (see [AmmoTypes]), i.e. `-amBazooka` for the bazooka icon. ||