All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h English (en)For all statements other than in the syntax table above, the name is compared to tags on the train. To find the tags, you can use wildcards to check for multiple tags at once:
  * - has a tag
  !* - has no tags
  *a - has a tag ending with 'a'
  a* - has a tag starting with 'a'
  *a* - has a tag containing 'a'
  *ab*cd* - has a tag containing both 'ab' and 'cd'
 h Japanese (ja)上記の記法にかかれていないステートメントは、すべて列車のタグと比較して評価が行われます。タグを検索する際は、ワイルドカードを利用することができます。
  * - タグを所有している。
  !* - タグを所有していない。
  *a - タグ名の最後がaで終わるタグを持っている。
  a* - タグ名の最初がaで始まるタグを持っている。
  *a* - タグ名のどこかにaが含まれるタグを持っている。
  *ab*cd* - タグ名のどこかにabとcdが含まれるタグを持っている。
 h Chinese (China) (zh-cn)对于除上述的语法表外的其他所有语句,名称都会与列车上的标签进行比较。要查找标签,你可以使用通配符一次检测多个标签:
  * - 有标签。
  !* - 没有标签。
  *a - 有以 'a' 为结尾的标签。
  a* - 有以 'a' 为开头的标签。
  *a* - 包含 'a' 的标签。
  *ab*cd* - 包含 'ab' 和 'cd' 的标签。